CfgFatigue – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
m (Text replacement - "{{Cfg ref" to "{{ConfigPage")
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]]
Line 6: Line 6:


== Alphabetical Order ==
== Alphabetical Order ==
{{Cfg ref|abc}}
{{ConfigPage|abc}}
=== F ===
=== F ===
==== FrequencyMax ====
==== FrequencyMax ====
Line 59: Line 59:
</syntaxhighlight>
</syntaxhighlight>


{{Cfg ref|end}}
{{ConfigPage|end}}


=== Location ===
=== Location ===

Revision as of 00:26, 8 February 2021

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

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)