google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

Extreme mod #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Patch adds the following cvars:

g_modBuildableHealth;  // Buildable health
g_modBuildableSpeed;   // Buildable fire rate
g_modHumanStamina;     // Human stamina
g_modHumanHealth;      // Human health
g_modAlienHealth;      // Alien health
g_modHumanRate;        // Human fire rate
g_modAlienRate;        // Alien fire rate
g_modWeaponAmmo;       // Weapon ammo per clip
g_modWeaponReload;     // Weapon reload time

These allow game-changing alterations such as giving humans double health
by setting g_modHumanHealth to 200, or double fire rate with g_modHumanRate
200. half fire rate would be g_modHumanRate 50. All values are percent of
norm - all defaults are zero which is off.

Original issue reported on code.google.com by Rez...@gmail.com on 11 Mar 2008 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
Almost forgot - changing most of these cvars will have no effect until next map.

Original comment by Rez...@gmail.com on 11 Mar 2008 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 15 Mar 2008 at 7:50