Jump to content
Sign in to follow this  
tachi

Where can i find class CfgFatigue ?

Recommended Posts

I wanna edit default arma 3 fatigue and staming settings? In what .pbo are those classes stored? Does anyone know?

It must look like this:

class CfgFatigue {}

Share this post


Link to post
Share on other sites

It's in data_f.pbo's config.cpp, line 9139:

class CfgFatigue
{
MinValue1 = 0.2;
MinValue2 = 0.8;
NormalRunSpeed = 7.2;
TiredRunSpeedLimit = 0.6;
FrequencyMin = 0.2;
FrequencyMax = 1.0;
TotalLoadCoef = 5;
};

Share this post


Link to post
Share on other sites

The config viewer in the editor could also be helpful :D.

Share this post


Link to post
Share on other sites
The config viewer in the editor could also be helpful :D.

True, thought I must admit I never use it. Best way to find stuff in my opinion is get a text-editor / IDE that is capable of indexing and bulk-searching the P:\ drive. Although that probably doesn't help mission makers who don't have one :(

Share this post


Link to post
Share on other sites
True, thought I must admit I never use it. Best way to find stuff in my opinion is get a text-editor / IDE that is capable of indexing and bulk-searching the P:\ drive. Although that probably doesn't help mission makers who don't have one :(

Yea it's a nice tool/feature, and pretty simplistic, no need to go blind looking through a bunch of text :p. Just scroll to CfgBlah, click and go from there.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×