From fb2588b72faaad48f3079819f8c3e7b0a408158d Mon Sep 17 00:00:00 2001 From: squeek Date: Fri, 19 Dec 2014 22:06:41 -0800 Subject: [PATCH] Add a super basic readme to the plugins directory * Should probably explain what each plugin does and whatnot but I'm a doof magoof --- plugins/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/README.md diff --git a/plugins/README.md b/plugins/README.md new file mode 100644 index 0000000..cdf50e0 --- /dev/null +++ b/plugins/README.md @@ -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`) \ No newline at end of file