tachi 10 Posted December 8, 2014 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
badluckburt 78 Posted December 8, 2014 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
jshock 513 Posted December 8, 2014 The config viewer in the editor could also be helpful :D. Share this post Link to post Share on other sites
badluckburt 78 Posted December 8, 2014 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
jshock 513 Posted December 8, 2014 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