GhoulofGSG9Join Date: 2013-03-31Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
edited August 2014
It's just another mod.settings value. So not hard to add, edit or change it later.
Basically this will lock your code to a given ns2 builds gamecode. That means the given gamecode luas get mounted before your mod.
I only recommand to use it if you code some kind of new gamemode. As this can cause issue with other mods and also will basically never get your mod updated with the last ns2 patches.
Also you don't lock the engine, so changes at that can still break your mod. This should mostly never happen but doesn't mean it can't happen
Comments
Basically this will lock your code to a given ns2 builds gamecode. That means the given gamecode luas get mounted before your mod.
I only recommand to use it if you code some kind of new gamemode. As this can cause issue with other mods and also will basically never get your mod updated with the last ns2 patches.
Also you don't lock the engine, so changes at that can still break your mod. This should mostly never happen but doesn't mean it can't happen