Setting Ammo Clip Sizes, Max Ammo Amounts and Infinte Ammo
Setting Ammo Clip Sizes
Server admins can determine how many shots are given when an ammo is picked up for a particular weapon.
CVAR Name Default Description g_clipbullets 50 Machine-gun g_clipshells 10 Shotgun g_clipgrenades 5 Grenade launcher g_cliprockets 5 Rocket launcher g_clipbattery 60 Lightning gun g_clipslugs 10 Rail gun g_clipcells 30 Plasma gun g_clipbfg 15 BFG
Setting Player Max Ammo Amounts
Server admins may also set the max ammo a player may carry for each weapon.
CVAR Name Default Description g_maxbullets 200 Machine-gun g_maxshells 200 Shotgun g_maxgrenades 200 Grenade launcher g_maxrockets 200 Rocket launcher g_maxbattery 200 Lightning gun g_maxslugs 200 Rail gun g_maxcells 200 Plasma gun g_maxbfg 200 BFG
Setting Infinite Ammo
To set infinite ammo for any of the weapons, simply set both the clip size and max ammo of that weapon to -1.
Example: To set up a Rail Arena type game where players have infinite slugs, set g_maxslugs "-1" and set g_clipslugs "-1"
Table of Contents | Setting Weapon Damage, Speeds and Change Speed | Setting Respawn Times |