maquez 141 Posted December 3, 2015 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! 2 Share this post Link to post Share on other sites
Guest Posted December 3, 2015 Release frontpaged on the Armaholic homepage. [Q-Net] NoStamina v1.0 Community Base addons A3 Share this post Link to post Share on other sites
Trickk99 10 Posted December 3, 2015 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.pboSo dependency is also DRI_nofatigue.pboAnd 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
kecharles28 197 Posted December 3, 2015 New mod v1.0 available at withSIX. Download now by clicking: 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
R3vo 2654 Posted December 3, 2015 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
Guest Posted December 4, 2015 New version frontpaged on the Armaholic homepage. [Q-Net] NoStamina v1.1 Community Base addons A3 Share this post Link to post Share on other sites
kecharles28 197 Posted December 4, 2015 Updated mod v1.1 available at withSIX. Download now by clicking: Share this post Link to post Share on other sites
maquez 141 Posted December 5, 2015 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
intox_z_z 11 Posted December 8, 2015 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
maquez 141 Posted December 8, 2015 do you mean weapon sway? use this mod http://www.armaholic.com/page.php?id=26266 to disable it Share this post Link to post Share on other sites
intox_z_z 11 Posted December 8, 2015 Many Thanx!!! You just made my day :) Share this post Link to post Share on other sites
maquez 141 Posted September 30, 2016 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