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
SciFiACC is the internal recoil stat and the set to "2" is just so the accuracy is low during the equip animation, stabilizing shortly after.
Unfortunately, the exact values for the camera shake and recoil deviation are indeed coded into a weapon's respective firing function. It's probably something I'd do differently, were I to start over, but it is what I did in 2015.
That being said, each weapon has a table with information detailing a weapon's characteristics, it's SWEP.SciFiWorldStats, which I made for Borderlands-like item cards, oddly also for a gamemode I was working on at the time.
In there, you will find the recoil value, which is essentially just being added to SciFiACC with each shot.
The recoil recovery value (so by how much the recoil decays over time) is SWEP.SciFiACCRecoverRate, but you may have found that one already.
I found "SciFiACC" but that's just set to 2 for each weapon.
I hope spread is not hardcoded? I need it for a gamemode I'm developing that automatically reads stats of guns and assigns prices to them. I've had support for this addon for a long time but I never figured out how to read spread accurately out of these weapons, thought I might as well ask.