home *** CD-ROM | disk | FTP | other *** search
- // ammo cvars
-
- // this is how much ammo per clip/box/pack etc is given on pickup...
- "ammo_chainbox_give" "200.000000" // 9mm bullet box
- "ammo_glockclip_give" "17.000000" // Glock 9mm clip
- "ammo_357box_give" "6.000000" // 357 bullet box
- "ammo_mp5clip_give" "50.000000" // MP5 9mm clip
- "ammo_m203box_give" "2.000000" // MP5 grenade
- "ammo_buckshotbox_give" "12.000000" // Shotgun buckshot box
- "ammo_crossbowclip_give" "5.000000" // Crossbow clip
- "ammo_uraniumbox_give" "20.000000" // Uranium pack
- "ammo_rpgclip_give" "1.000000" // RPG rocket clip
-
- // ammo maximums
- // you can't carry more than this, but this does not not include ammo already in
- // weapon for clip driven (those that have to be reloaded) weapons
- "bullet_max" "250.000000" // 9mm bullets
- "python_max" "36.000000" // 357 bullets
- "m203_grenade_max" "10.000000" // MP5 grenades
- "shotgun_max" "125.000000" // Shotgun buckshot
- "crossbow_max" "50.000000" // Crossbow bolts
- "rpg_max" "5.000000" // RPG rockets
- "hornet_max" "8.000000" // Hornets
- "uranium_max" "100.000000" // Uranium
- "handgrenade_max" "10.000000" // Hand Grenades
- "satchel_max" "5.000000" // Satchel charges
- "tripmine_max" "5.000000" // Tripmines
- "snark_max" "15.000000" // Snarks
-
- // clip sizes for clip driven weapons
- "glock_max_clip" "18.000000" // Glock
- "python_max_clip" "6.000000" // 357
- "mp5_max_clip" "50.000000" // MP5
- "shotgun_max_clip" "8.000000" // Shotgun
- "crossbow_max_clip" "5.000000" // Crossbow
- "rpg_max_clip" "1.000000" // RPG
-
- // ammo given with weapon
- // avoid setting to values larger than the weapon's clip size
- // some of these may actually be set to 0 to require pickup of packs/clips/boxes before weapons are usable
- "glock_default_give" "17.000000" // 9mm bullets with glock
- "mp5_default_give" "25.000000" // 9mm bullets with MP5
- "mp5_m203_default_give" "0.000000" // grenades with MP5
- "python_default_give" "6.000000" // 357
- "shotgun_default_give" "12.000000" // Shotgun
- "crossbow_default_give" "5.000000" // Crossbow
- "rpg_default_give" "1.000000" // RPG
- "egon_default_give" "20.000000" // Egon
- "gauss_default_give" "20.000000" // Gauss gun
-
- // ammo given with weapon (continued)
- // do not set these to 0 as there are no ammo packs/clips/boxes for these
- "handgrenade_default_give" "5.000000" // Handgrenades
- "satchel_default_give" "1.000000" // Satchel charges
- "tripmine_default_give" "1.000000" // Tripmines
- "snark_default_give" "5.000000" // Snarks
-