CfgFatigue – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+Category)
m (Text replacement - "CfgMovesFatigue" to "Arma 3: CfgMovesFatigue")
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Cfg ref|start}}
{{ConfigPage|start}}
==Introduction==
== Introduction ==
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]]
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]]


==Alphabetical Order==
{{Feature|Informative|This config class is no longer in use. It was replaced by [[Arma 3: CfgMovesFatigue]] after the introduction of the new Stamina System.}}
{{Cfg ref|abc}}
 
===F===
== Alphabetical Order ==
====FrequencyMax====
{{ConfigPage|abc}}
=== F ===
==== FrequencyMax ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
FrequencyMax = 1;
FrequencyMax = 1; //max frequency of breathing during fatigue
</syntaxhighlight>
</syntaxhighlight>


====FrequencyMin====
==== FrequencyMin ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
FrequencyMin = 0.2;
FrequencyMin = 0.2; //min frequency of breathing during fatigue
</syntaxhighlight>
</syntaxhighlight>


===M===
=== M ===
====MaxDuty====
==== MaxDuty ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 25: Line 27:
</syntaxhighlight>
</syntaxhighlight>


====MinValue1====
==== MinValue1 ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
MinValue1 = 0.2;
MinValue1 = 0.2; //1-param for mapping
</syntaxhighlight>
</syntaxhighlight>


====MinValue2====
==== MinValue2 ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
MinValue2 = 0.8;
MinValue2 = 0.8; //2-param for mapping
</syntaxhighlight>
</syntaxhighlight>


===N===
=== N ===
====NormalRunSpeed====
==== NormalRunSpeed ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
NormalRunSpeed = 7.2;
NormalRunSpeed = 7.2; //normal speed of run
</syntaxhighlight>
</syntaxhighlight>


===T===
=== T ===
====TiredRunSpeedLimit====
==== TiredRunSpeedLimit ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
TiredRunSpeedLimit = 0.6;
TiredRunSpeedLimit = 0.6; //tired speed of run limit
</syntaxhighlight>
</syntaxhighlight>


====TotalLoadCoef====
==== TotalLoadCoef ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
TotalLoadCoef = 5;
TotalLoadCoef = 5; //coeficient for total load
</syntaxhighlight>
</syntaxhighlight>


{{Cfg ref|end}}
{{ConfigPage|end}}
 
=== Location ===
==== Arma 3 ====
''%Arma 3 Root Folder%''/Dta/bin.pbo/bin/config.cpp (note that '''TotalLoadCoef''' is overwritten from another config elsewhere)


[[Category:Stubs]]
{{GameCategory|arma3|Reference Lists}}
[[Category:Reference Lists]]
[[Category:Config]]

Revision as of 11:25, 20 February 2021

Introduction

See CfgVehicles Config Reference Introduction

This config class is no longer in use. It was replaced by Arma 3: CfgMovesFatigue after the introduction of the new Stamina System.

Alphabetical Order

F

FrequencyMax

Float

FrequencyMax = 1;  //max frequency of breathing during fatigue

FrequencyMin

Float

FrequencyMin = 0.2; //min frequency of breathing during fatigue

M

MaxDuty

Float

MaxDuty = 10;

MinValue1

Float

MinValue1 = 0.2;  //1-param for mapping

MinValue2

Float

MinValue2 = 0.8; //2-param for mapping

N

NormalRunSpeed

Float

NormalRunSpeed = 7.2; //normal speed of run

T

TiredRunSpeedLimit

Float

TiredRunSpeedLimit = 0.6; //tired speed of run limit

TotalLoadCoef

Float

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)