home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 47 / PCPP47A.iso / HalfLife / Multi / DMPlus / dmplus25.exe / docs / defaults / ammo.cfg next >
Encoding:
Text File  |  1999-07-27  |  3.4 KB  |  57 lines

  1. // ammo cvars
  2.  
  3. // this is how much ammo per clip/box/pack etc is given on pickup...
  4. "ammo_chainbox_give"                "200.000000"        // 9mm bullet box
  5. "ammo_glockclip_give"               "17.000000"         // Glock 9mm clip
  6. "ammo_357box_give"                  "6.000000"          // 357 bullet box
  7. "ammo_mp5clip_give"                 "50.000000"         // MP5 9mm clip
  8. "ammo_m203box_give"                 "2.000000"          // MP5 grenade
  9. "ammo_buckshotbox_give"             "12.000000"         // Shotgun buckshot box
  10. "ammo_crossbowclip_give"            "5.000000"          // Crossbow clip
  11. "ammo_uraniumbox_give"              "20.000000"         // Uranium pack
  12. "ammo_rpgclip_give"                 "1.000000"          // RPG rocket clip
  13.  
  14. // ammo maximums
  15. // you can't carry more than this, but this does not not include ammo already in 
  16. //      weapon for clip driven (those that have to be reloaded) weapons
  17. "bullet_max"                        "250.000000"        // 9mm bullets
  18. "python_max"                        "36.000000"         // 357 bullets
  19. "m203_grenade_max"                  "10.000000"         // MP5 grenades
  20. "shotgun_max"                       "125.000000"        // Shotgun buckshot
  21. "crossbow_max"                      "50.000000"         // Crossbow bolts
  22. "rpg_max"                           "5.000000"          // RPG rockets
  23. "hornet_max"                        "8.000000"          // Hornets
  24. "uranium_max"                       "100.000000"        // Uranium
  25. "handgrenade_max"                   "10.000000"         // Hand Grenades
  26. "satchel_max"                       "5.000000"          // Satchel charges
  27. "tripmine_max"                      "5.000000"          // Tripmines
  28. "snark_max"                         "15.000000"         // Snarks
  29.  
  30. // clip sizes for clip driven weapons
  31. "glock_max_clip"                    "18.000000"         // Glock
  32. "python_max_clip"                   "6.000000"          // 357
  33. "mp5_max_clip"                      "50.000000"         // MP5
  34. "shotgun_max_clip"                  "8.000000"          // Shotgun
  35. "crossbow_max_clip"                 "5.000000"          // Crossbow
  36. "rpg_max_clip"                      "1.000000"          // RPG
  37.  
  38. // ammo given with weapon 
  39. // avoid setting to values larger than the weapon's clip size
  40. // some of these may actually be set to 0 to require pickup of packs/clips/boxes before weapons are usable
  41. "glock_default_give"                "17.000000"         // 9mm bullets with glock
  42. "mp5_default_give"                  "25.000000"         // 9mm bullets with MP5
  43. "mp5_m203_default_give"             "0.000000"          // grenades with MP5
  44. "python_default_give"               "6.000000"          // 357
  45. "shotgun_default_give"              "12.000000"         // Shotgun
  46. "crossbow_default_give"             "5.000000"          // Crossbow
  47. "rpg_default_give"                  "1.000000"          // RPG
  48. "egon_default_give"                 "20.000000"         // Egon
  49. "gauss_default_give"                "20.000000"         // Gauss gun
  50.  
  51. // ammo given with weapon (continued)
  52. // do not set these to 0 as there are no ammo packs/clips/boxes for these
  53. "handgrenade_default_give"          "5.000000"          // Handgrenades
  54. "satchel_default_give"              "1.000000"          // Satchel charges
  55. "tripmine_default_give"             "1.000000"          // Tripmines
  56. "snark_default_give"                "5.000000"          // Snarks
  57.