CfgFatigue – Arma 3

From Bohemia Interactive Community
Revision as of 19:04, 24 January 2020 by R3vo (talk | contribs) (R3vo moved page CfgFatigue Config Reference to Arma 3 CfgFatigue: naming convention)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Template:Cfg ref

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

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)