Majestyk 10 Posted June 11, 2016 I'm trying to make a scenario with disabled fatigue. When I'm creating the scenario and enter the command to disable fatigue in the debug console it works. However when I create a InitPlayerLocal.sqf with the player enableFatigue false; command and place it in the mission folder and then I run the scenario the fatigue is still enabled. I also tried adding this command to the specific unit and it still didn't work. Share this post Link to post Share on other sites
gc8 977 Posted June 11, 2016 have you tried putting the player enableFatigue false; in to init.sqf ? Share this post Link to post Share on other sites
Majestyk 10 Posted June 11, 2016 have you tried putting the player enableFatigue false; in to init.sqf ? So you are saying create a init.sqf wit the command and place it in the mission folder in documents? Share this post Link to post Share on other sites
Majestyk 10 Posted June 11, 2016 I just tried doing so and still doesn't work Share this post Link to post Share on other sites
jw custom 56 Posted June 11, 2016 What about this enableFatigue false in the units init field? Share this post Link to post Share on other sites
Majestyk 10 Posted June 11, 2016 What about this enableFatigue false in the units init field? Also tried it but still doesn't work. I solved the problem. It was because ACE was enabled and only after running Arma without it all other methods worked Share this post Link to post Share on other sites