Changing gun game guns in mp
-
I am looking for a way to change the gun game rotation in mp custom games. I have modified the gun.gsc but I don't know where to put it within the files. Does knows what to do with it?
-
AppData\Local\Plutonium\storage\t6\maps\mp\gametypes
If those folders don't exist in T6, create them and place gun.gsc in gametypes folder to override the entire stock script. However, I recommend creating a custom script and usingreplacefunc()
to replace any function from gun.gsc or any stock script with your own code, without needing to replace the entire script and for stability purposes. https://plutonium.pw/docs/modding/gsc/new-scripting-features/