Metamod plugin that provides an unlocked alternative to net_option, useful for listen servers.
- This repository is cloned recursively (ie. has submodules)
- python3
- ambuild, make sure
ambuildcommand is available via thePATHenvironment variable; - MSVC (VS build tools)/Clang installed for Windows/Linux.
mkdir build&cd buildin the root of the plugin folder.- Run
python3 ../configure.py. - If the process of configuring was successful, you should be able to run
ambuildin the\buildfolder to compile the plugin. - Once the plugin is compiled the files would be packaged and placed in
\build\packagefolder. - To run the plugin on the server, place the files preserving the layout provided in
\package. Be aware that plugins get loaded either by corresponding.vdffiles (automatic step) in the metamod folder, or by listing them inaddons/metamod/metaplugins.inifile (manual step).