Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
where your gun is automatic when it hold
The delay seems unaffected by anything we do in the desert rifle's script, so it seems to be set in another document, probably some common one.
It has been a while but looking at the mod again it looks like"CycleTime" "0.07" is used for the rate of fire. In my own mod I changed it from 0.07 to 0.105:
"CycleTime" "0.105" // was 0.07
This was done because I looked up the real life statistics on the rate of fire for the Scar-H. (60 / 550 = 0.19 and 60 / 650 = 0.09, I think I decided to go down the middle.)
//The double slash means this is a comment, any text on the same line doesn't affect the code.
By decreasing the value the firing rate increases, because you'll decrease the time between bullets.