ENSL AMXX Plugin
Go to file
Ari Timonen d6f9067fb0 Add pcw+public config 2021-02-09 06:02:57 +02:00
Archive Initial version 2011-12-22 01:18:34 +02:00
files Create dockerized version 2018-04-18 14:30:54 -04:00
pkg Add ns_ragnarok_b3 in pkgs/sprites/minimaps 2018-08-04 19:27:40 -07:00
src Add pcw+public config 2021-02-09 06:02:57 +02:00
.gitignore Add License and gitignore update 2018-04-18 16:01:39 -04:00
Dockerfile Update build process 2021-02-06 06:11:06 +02:00
LICENSE.md Add License and gitignore update 2018-04-18 16:01:39 -04:00
README.markdown Update build process 2021-02-06 06:11:06 +02:00
build.sh Update build process 2021-02-06 06:11:06 +02:00
docker-compose.yml Update build process 2021-02-06 06:11:06 +02:00

README.markdown

ENSL Plugin

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

How to compile

Use the provided Dockerfile to install libs, amxmodx and compile it.

  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

Credits

Originally based on CAL Plugin, but later completely remade by jiriki. Rest of the credits below:

  • DarkSnow's socket example
  • CAL Features by CAL-ns|Austin (xHomicide) and Jim "JazzX" Olson
  • Asmodee for waypoint fixes, weaponfix and other fixes
  • Multivac's Jetpack fix
  • sawce's icons plugin
  • www.nsmod.org
  • www.amxmodx.org

Right now only legacy code is the unstuck function from CAL Plugin.