CfgFatigue – Arma 3
Category: Arma 3: Reference Lists
Lou Montana (talk | contribs) m (Text replacement - "syntaxhighlight lang="c"" to "syntaxhighlight lang="cpp"") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{ *ConfigPage *\| *[a-zA-Z]+ *\}\}↵" to "") |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]] | ||
Line 6: | Line 5: | ||
== Alphabetical Order == | == Alphabetical Order == | ||
=== F === | === F === | ||
==== FrequencyMax ==== | ==== FrequencyMax ==== | ||
Line 59: | Line 57: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Location === | === Location === |
Latest revision as of 00:28, 13 April 2025
Introduction
See CfgVehicles Config Reference Introduction
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)