2011-12-21 23:45:39 +00:00
|
|
|
ENSL Plugin
|
|
|
|
===========
|
|
|
|
|
2021-02-06 04:11:06 +00:00
|
|
|
This is the source code of ENSL Plugin. It was used on European NS League for many years. Full description of all the features is here:
|
|
|
|
http://www.ensl.org/articles/426
|
2011-12-21 23:45:39 +00:00
|
|
|
|
2018-04-18 14:09:48 +00:00
|
|
|
## How to compile
|
|
|
|
|
|
|
|
Use the provided Dockerfile to install libs, amxmodx and compile it.
|
|
|
|
|
2021-02-06 04:11:06 +00:00
|
|
|
1. Run `docker-compose up --build` to build docker image and run it.
|
|
|
|
* First it will copy the builed plugin and zip file to `./build`
|
|
|
|
* It will enter bash prompt if you want to compile something manually
|
2018-04-18 14:09:48 +00:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
Originally based on CAL Plugin, but later completely remade by jiriki. Rest of the credits below:
|
2011-12-21 23:47:38 +00:00
|
|
|
|
|
|
|
+ DarkSnow's socket example
|
|
|
|
+ CAL Features by CAL-ns|Austin (xHomicide) and Jim "JazzX" Olson
|
2018-04-18 14:09:48 +00:00
|
|
|
+ Asmodee for waypoint fixes, weaponfix and other fixes
|
2011-12-21 23:47:38 +00:00
|
|
|
+ Multivac's Jetpack fix
|
|
|
|
+ sawce's icons plugin
|
|
|
|
+ www.nsmod.org
|
|
|
|
+ www.amxmodx.org
|
2011-12-21 23:45:39 +00:00
|
|
|
|
2021-02-06 04:11:06 +00:00
|
|
|
Right now only legacy code is the unstuck function from CAL Plugin.
|