Posted: Sun Jul 27, 2014 9:48 am Post subject: How to use CE to achieve the rapid fire and no recoil
I need to achieve the rapid fire , no recoil and high accuracy of the gun in the FPS and other shooting games. But I don't know how to achieve. Could anyone teach me the method to achieve?
Rapid fire is easy. Look through your ammo/weapon structure and you can find a ROF(rate of fire) constant there. Or you can try searching for it by changing your weapons (i've seen some people suggest it this way, haven't tried it myself) or you can debug the ammo routine, there is almost always a timer that once you shoot it sets off not letting you fire for sometime so all you need to do is just force the timer to be off (changing the conditional jumps or modifying the value).
No recoil and accuracy are the same way, when you fire your accuracy value goes up when you stop it goes back so the crosshair becomes small again, force the value to 0 and it will be accurate all the time. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum