Add extra weapons to gun game
-
cant seem to find any mods that add extra weapons to gun game, trying to setup a server for friends and its working good just want something extra
I have played publicly hosted servers that have extra weapons so it must be possible right?
-
undefined Xerxes moved this topic from BO2 Server Hosting Support
-
If you have experience with GSC modding, you could add weapons by invoking this gsc function in a custom script’s
mainfunctionmaps\mp\gametypes\gun::addguntoprogression.
Additionally, you could specify thegts gunSelectionto be any number between 4–7 in the server cfg file and make your own gun progression list using the previously mentioned function.