I’m attempting to change the fire rate for the Thompson and MP40, but I haven’t been succcessful so far. Nothing seems to happen when I do the following:
-
Open bg_misc.c
-
FInd ammotable_t ammoTableMP[WP_NUM_WEAPONS] = {
-
Change the “NEXT SHOT” from 150 to 50 for both MOD_MP40 AND MOD_THOMPSON.
According to the source documentation “nextShotTime” does the following:
“when firing continuously, this is the time between shots”
So as far as I can tell changing from 150 to 50 should make the SMGs fire three times faster, but I see no difference. What am I doing wrong?
Just to be sure I’m compiling my mod correctly I tried changing the class load outs in the source and that seemed to work fine. So I am doing the compiling and mod loading correctly. I must just be misunderstanding how to change the rate of fire. Can anyone help?