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
i maybe want to make a webapplication which shows exactly that behavior. just like those gifs all over the internet, just with more information.
edit: i think visualising that could help me and a lot of people to increase their tapfiring-skills.
isnt garrys mod based on source? that would not help me then, because their changed the recoil of some guns in csgo.but nice idea, thank you
When you stop shooting, there is a cooldown that starts before the recoil pattern resets. This cooldown is controlled by the console command weapon_recoil_cooldown which is set at 0.55 as its default value.
If you stop shooting and then start again before the cooldown time of 0.55 has elapsed then the spray pattern contines where it was left on when you initially stopped firing.
There is also inaccuracy that increases after shooting and when you stop shooting then the inaccuracy will decrease. The inaccuracy cooldown length is controlled by the weapon script files RecoveryTimeStand, RecoveryTimeCrouch and InaccuracyFire.
That really helps a lot.
It's definitely faster when crouched. :)
Yes every weapon has its own recovery time and RecoveryTimeCrouch has a smaller value than RecoveryTimeStand so your recoil cools down quicker if you're crouching.
RecoveryTimeStand, RecoveryTimeCrouch and InaccuracyFire are found in each individual weapon's text file which is in Steam\steamapps\common\Counter-Strike Global Offensive\csgo\scripts.
Weapon_recoil_cooldown value is from opening the console and typing the command in.
after trying it out today i dont think this is correct. weapon_recoil_cooldown somehow changes the recoil pattern itself, but it does not to anything to the weapon behavior after shooting.
The reason the recoil pattern appears different is because there is a maximum height the shots can go in the recoil pattern. If you stop and then start shooting again before the crosshair moves back onto its default position, then recoil is added onto each shot until its limit. This leads to making the pattern look different but it's still following the pattern, just with the extra upwards deviation from recoil.
It does have an effect on weapon behaviour after shooting because it controls how long until the pattern resets.