Jump to content
gnc_lord_mdb

CfgMovesFatigue and Arma 3 Stamina

Recommended Posts

Hi

I have a question According to the BIS Wiki, you should also be able to change the stamina for each class.

Can someone tell me how to do this?

I could only change this for all classes so far.

 

Quote

This class is defined in base soldier class so all soldiers in vanilla game have the same Stamina behavior. However it can be defined for each soldier class separately if desired.

 

https://community.bistudio.com/wiki/Arma_3:_CfgMovesFatigue

Share this post


Link to post
Share on other sites

Change the first 2 lines with your required class.

Be aware, I have NOT tested it, and I don't think this will work the way you're expecting it to.

class Land;
class Man: Land
{
	staminaDuration = 60;
	staminaCooldown = 10;
	staminaRestoration = 30;
	aimPrecisionSpeedCoef = 5;
	terrainDrainSprint = -1;
	terrainDrainRun = -1;
	terrainSpeedCoef = 0.89999998;
};

 

Share this post


Link to post
Share on other sites

Did this work?
I can't be arsed to test it out.

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

×