This plugin disables damage and knockback on enemies and teammates when playing on maps whose name begins with dj or rj (or sj, if ya wanna play Demo/Soldier on Scoutjump maps).
On any other maps, however, everything will run as usual.
Haven't been tested yet, so I'd really like some feedback.
Thank you, and have fun.
Download from ganggarrison.com/plugins If you want to examine it.
You don't need to download the plugin though, as both the server and the clients will download any serversent plugins listed at the server's "ServerPluginList=".
To use this plugin:
- open up the "gg2.ini" file
- look for a line with "ServerPluginList=" in it
- add "nodamage_rj" (without quotation marks) to the end of that line
- you can separate different plugins with commas (,)
- as this plugin is required, make sure the "ServerPluginsRequired=" line has the number 1 at its end
All in all, it should look like this:
ServerPluginList=nodamage_rj
ServerPluginsRequired=1
Or if you have some other serversent plugins as well (like the throwable sandvich plugin, for example):
ServerPluginList=throwable_sandvich,nodamage_rj
ServerPluginsRequired=1