Question Can I permanently change Ammo Values on Guns by modding BO2 Zombies?

GamerGenius

New Member
Messages
1
Reaction score
0
Points
0
There are some guns, that would be a really good and fun alternative to the standard if they had more Ammo (Chicom, M1216, S12 ... like Shotties in general xD) and I wanted to ask if there was a way to Mod the Ammo capacity of some guns to "rebalance" an old game so it is more funy and dynamic to play with my buddies.

I have no experience with BO2 mods, I used a Mod Menu before, but there wasn't any way to do any changes at all that would stick from 1 match to another (well at least I didn't find one). I downloaded some custom Maps on WAW before but thats the extent of my experience.
 

Xeirh

Veteran
Messages
16
Reaction score
2
Points
793
`player_clipsizemultiplier` will be your best friend, value `1` is default value, anything past `8` isnt needed.

example
double_decker_chin_game( value ) {
setdvar( "player_clipsizemultiplier", int( value ) );
}
 
Top