Navigation

 Weapon Damage Feature Type: Coding Tutorials     Added: 05/01  
  Author: Corven 

Lets try incresing or decreases the damage each weapon does.

How much damage

Code to be Added or Changed

g_weapon.c

This is where you will find how to alter the damage for the gauntlet, machinegun, railgun and the shotgun, because they set the damage in here, and the other weapons fire various types of missiles so we'll get to them next.

Under each weapon just look for DAMAGE = xxx where the xxx will be a number which determines the amount of damage done, the lower the xxx the less damage will be done, I've listed them below respectively if you want to search for each:

Gauntlet = damage = 50 * s_quadFactor
Machinegun = MACHINEGUN_DAMAGE
Railgun = damage = 100 * s_quadFactor
Shotgun = DEFAULT_SHOTGUN_DAMAGE

g_missile.c

The other weapons fire various missiles so the damage amount is set in their missile function. Look for the following lines:
bolt->damage = 100;
bolt->splashDamage = 100;

Comments »



  Page 1

  Comments ( 0 )


  Features Index

  Home

Copyright © 2001 MGON International AB - Privacy statement