CfgFatigue – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (category)
m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ")
Line 1: Line 1:
{{Cfg ref|start}}
{{Cfg ref|start}}
==Introduction==
== Introduction ==
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]]
See [[CfgVehicles Config Reference|CfgVehicles Config Reference Introduction]]


{{Informative|This config class is no longer in use. It was replaced by [[CfgMovesFatigue]] after the introduction of the new Stamina System.}}
{{Informative|This config class is no longer in use. It was replaced by [[CfgMovesFatigue]] after the introduction of the new Stamina System.}}


==Alphabetical Order==
== Alphabetical Order ==
{{Cfg ref|abc}}
{{Cfg ref|abc}}
===F===
===F===
====FrequencyMax====
==== FrequencyMax ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


====FrequencyMin====
==== FrequencyMin ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 21: Line 21:


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


====MinValue1====
==== MinValue1 ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 33: Line 33:
</syntaxhighlight>
</syntaxhighlight>


====MinValue2====
==== MinValue2 ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 40: Line 40:


===N===
===N===
====NormalRunSpeed====
==== NormalRunSpeed ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 47: Line 47:


===T===
===T===
====TiredRunSpeedLimit====
==== TiredRunSpeedLimit ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 53: Line 53:
</syntaxhighlight>
</syntaxhighlight>


====TotalLoadCoef====
==== TotalLoadCoef ====
[[TokenNameValueTypes#Floats|Float]]
[[TokenNameValueTypes#Floats|Float]]
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
Line 61: Line 61:
{{Cfg ref|end}}
{{Cfg ref|end}}


===Location===
=== Location ===
====Arma 3====
====Arma 3====
''%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)


{{GameCategory|arma3|Reference Lists}}
{{GameCategory|arma3|Reference Lists}}

Revision as of 19:34, 31 January 2021

Template:Cfg ref

Introduction

See CfgVehicles Config Reference Introduction

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

Alphabetical Order

Template:Cfg ref

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

Template:Cfg ref

Location

Arma 3

%Arma 3 Root Folder%/Dta/bin.pbo/bin/config.cpp (note that TotalLoadCoef is overwritten from another config elsewhere)