mirror of
https://github.com/fortressforever/tfc-reference-data.git
synced 2024-11-22 12:01:17 +00:00
Add a super basic readme to the plugins directory
* Should probably explain what each plugin does and whatnot but I'm a doof magoof
This commit is contained in:
parent
691545cace
commit
fb2588b72f
1 changed files with 9 additions and 0 deletions
9
plugins/README.md
Normal file
9
plugins/README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Compiling
|
||||||
|
|
||||||
|
* Download [AMX Mod X](http://www.amxmodx.org/) and follow [Compiling Plugins (AMX Mod X)](https://wiki.alliedmods.net/Compiling_Plugins_%28AMX_Mod_X%29) or use the [web compiler](http://www.amxmodx.org/webcompiler.cgi)
|
||||||
|
|
||||||
|
# Installing
|
||||||
|
|
||||||
|
* Install [AMX Mod X](http://www.amxmodx.org/downloads.php) (and the Team Fortress Classic Addon)
|
||||||
|
* Copy the compiled .amxx plugins into the `tfc/addons/amxmodx/plugins` directory
|
||||||
|
* Edit `tfc/addons/amxmodx/configs/plugins.ini` and add the names of each of the plugins to the bottom of the file (e.g. `test_damage.amxx`)
|
Loading…
Reference in a new issue