CfgFatigue – Arma 3
Jump to navigation
Jump to search
m (R3vo moved page CfgFatigue Config Reference to Arma 3 CfgFatigue: naming convention) |
m (added arma 3 editing category) |
||
Line 65: | Line 65: | ||
''%Arma 3 Root Folder%''/Dta/bin.pbo/bin/config.cpp (note that '''TotalLoadCoef''' is overwritten from another config elsewhere) | ''%Arma 3 Root Folder%''/Dta/bin.pbo/bin/config.cpp (note that '''TotalLoadCoef''' is overwritten from another config elsewhere) | ||
[[Category:Reference Lists]] | [[Category:Reference Lists]] | ||
[[Category: | [[Category:Arma 3: Editing]] |
Revision as of 18:05, 24 January 2020
Introduction
See CfgVehicles Config Reference Introduction
This config class and it's parameters will no longer remain in use after the introduction of the new Stamina system. It will be replaced by class CfgMovesFatigue
Alphabetical Order
F
FrequencyMax
FrequencyMax = 1; //max frequency of breathing during fatigue
FrequencyMin
FrequencyMin = 0.2; //min frequency of breathing during fatigue
M
MaxDuty
MaxDuty = 10;
MinValue1
MinValue1 = 0.2; //1-param for mapping
MinValue2
MinValue2 = 0.8; //2-param for mapping
N
NormalRunSpeed
NormalRunSpeed = 7.2; //normal speed of run
T
TiredRunSpeedLimit
TiredRunSpeedLimit = 0.6; //tired speed of run limit
TotalLoadCoef
TotalLoadCoef = 5; //coeficient for total load
Location
Arma 3
%Arma 3 Root Folder%/Dta/bin.pbo/bin/config.cpp (note that TotalLoadCoef is overwritten from another config elsewhere)