Pointers
How do you know which of the numbers to use for weapon logs? For example, today using the weaponclass of 0xC27FD0 I was able to get:
WeaponName
AmmoPerMagazine
MaxAmmo
WeaponPrice
and possibly DamageFactorByDistance, but I might have done that one wrong since I'm getting numbers like 986822423 (that one's for the M4A1).
I'm having a big issue figuring out which numbers to use though, for example when I try to get the weight, I've tried using:
0x19C
0x4120
0x3CEC
0x4138
and 0x3EC77C .
None of those values worked though, anyone know how I can figure iout which values I need to use? What specifically should I look for in the asm?
LunarTransit has been helping me out and has gotten me this far, but he's less than helpful in some areas, such as this.