Game Development Community

Rate of fire problems

by John Quarles · in Torque Game Engine · 11/08/2005 (12:26 am) · 2 replies

I'm trying to make the default crossbow fire really fast. The resource with the machine gun is down. I have read many of the posts in the forums and they all say to change stateTimeoutValue[3] and
stateTimeoutValue[4] to much lower values. I tried that and it has little effect. How do I increase the rate of fire?

#1
11/08/2005 (1:06 am)
StateTimeoutValue[3] = 0.02;
stateTimeoutValue[4] = 0.08;

Fires pretty quickly. Just how fast do you need a crossbow to fire? =)
#2
11/08/2005 (1:22 am)
Nevermind. my changes just weren't compiling. i need to sleep.