Cool, which files exactly should i look at? Couldn't find anything in the huge pile of ns2 lua files
As far as I can tell, the actual "plug and play" example is not included. However, I found the relevant mod loader files, and the tutorial mod uses this "entry" system so that might help in the mean time:
Comments
As far as I can tell, the actual "plug and play" example is not included. However, I found the relevant mod loader files, and the tutorial mod uses this "entry" system so that might help in the mean time:
./core/lua/ModLoader.lua
./core/lua/PreLoadMod.lua
./core/lua/PostLoadMod.lua
./tutorial/lua/entry/tutorial.entry
I did find this wiki page though, which may be helpful:
http://wiki.unknownworlds.com/ns2/Modding_Framework