ItsMods

Full Version: Gun game with more weapon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, is it possible put a new serie of weapon in gungame mod?
Example:

1st knife
2nd shied
3rd desert eagle
4th magnum
and more

thx
nope.
Just go to private match -> gametype -> gungame -> game setup -> progression
or for dedicated server you need edit GG_default.dsr
and edit this lines
Code:
gameOpt gunData.guns.[0] "iw5_deserteagle"
gameOpt gunData.guns.[1] "iw5_g18"
gameOpt gunData.guns.[2] "iw5_mp9"
gameOpt gunData.guns.[3] "iw5_mp5"
gameOpt gunData.guns.[4] "iw5_p90"
gameOpt gunData.guns.[5] "iw5_mp7"
gameOpt gunData.guns.[6] "iw5_ak47"
gameOpt gunData.guns.[7] "iw5_scar"
gameOpt gunData.guns.[8] "iw5_pecheneg"
gameOpt gunData.guns.[9] "iw5_mg36"
gameOpt gunData.guns.[10] "iw5_spas12"
gameOpt gunData.guns.[11] "iw5_1887"
gameOpt gunData.guns.[12] "iw5_type95"
gameOpt gunData.guns.[13] "iw5_mk14"
gameOpt gunData.guns.[14] "iw5_barrett"
gameOpt gunData.guns.[15] "iw5_msr"
gameOpt gunData.guns.[16] "xm25"
gameOpt gunData.guns.[17] "javelin"
gameOpt gunData.guns.[18] "none"
gameOpt gunData.guns.[19] "none"
gameOpt gunData.numGuns "18" // [ 0-20 ]