Jump to content

Recommended Posts

Do not use this Addon !

uses bad script loops and will result in heavy script lags.

 

add this code lines instead to the "init.sqf" of your mission:

//player stamina and sway disable script
player enableFatigue false;
player enableStamina false;
player forceWalk false;
player allowSprint true;

//turn off stamina
if (hasinterface) then {
	waitUntil {!isnull player};
	player enableStamina false;
	player addEventHandler ["Respawn", {player enableStamina false}];
};

//turn off forcewalk
if (hasinterface) then {
	waitUntil {!isnull player};
	player forceWalk false;
	player addEventHandler ["Respawn", {player forceWalk false}];
};

// custom weapon sway and recoil
player setCustomAimCoef 0;
player setUnitRecoilCoefficient 0.1;

player addEventHandler ["Respawn", {player setCustomAimCoef 0;}];
player addEventHandler ["Respawn", {player setUnitRecoilCoefficient 0.1}];

Disables BI exaggerated stamina effects

 

- disabled fatigue

- disabled stamina

- enabled running with heavy weight

 

No more walking like a turtle !

 

download:

link removed!

 

required: CBA - Community Base Addon

 

updates:

03.12.2015 - fixed dependency error

30.09.2016 - download link removed due bad scripting used.

 

note:

you are not allowed to upload this to steam workshop!

  • Like 2

Share this post


Link to post
Share on other sites

As now it wount work (init.sqf at row 10):
 

_EHrespawnNS = player addEventHandler ["respawn", {_this exec "\DRI_nofatigue\init.sqf"}]

The eventhandler will now execute via a pbo that isnt there: DRI_nofatigue.pbo

So dependency is also DRI_nofatigue.pbo

And the "DRI_nofatigue" is the pbo name from:
http://www.armaholic.com/page.php?id=26727

Share this post


Link to post
Share on other sites

New mod v1.0 available at withSIX. Download now by clicking:

banner-420x120.png

Hey maquez , you can upload updates or new mods to withSIX yourself now!

Make your own promo page, get the power to release your work at your own point of choosing.

To learn more, follow this guide.

Share this post


Link to post
Share on other sites

Any special reason why you use a while loop? Every new respawn adds in addition a new loop.

Share this post


Link to post
Share on other sites

fixed

Share this post


Link to post
Share on other sites

nvm

 

(to moderators was announcing addon with stamina and sway disabled together but does not work, need to recode it)

 

sorry

Share this post


Link to post
Share on other sites

How to make that after running 20 meters i'm got hands shaking ? Before i used @ULTIMATE_SOLDIER but after updating my hands shaking like i'm running 500 meters...i'm playing only in editor.

Share this post


Link to post
Share on other sites

download link removed due use of bad script loops !

 

please remove all mirrors (armaholic, Play withSIX)

 

thanks in advance

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

×