Jump to content
Sign in to follow this  
BoldWin

AISS 2 - Disabe tasks being assigned to player

Recommended Posts

Hi,

I have installed the AISS 2 mod, and I think it is amazing!

However, while in play the player is now being assigned "random" tasks by the game. This messes with the scenarios etc. How do I turn this off in AISS?

Thanks!

BZ

Share this post


Link to post
Share on other sites

File path will usually be steamapps/common/Arma 3/userconfig/aiss/aiss.hpp

In that hpp file you want to set this line

AISS_Player_called = 1; //// This allow AISS to assing task to players unit if player is squad leader. 0 Will turn this feature off.

so change to

AISS_Player_called = 0; //// This allow AISS to assing task to players unit if player is squad leader. 0 Will turn this feature off.

for player tasks to be set to off.

if you dont have that file path then you need to copy the userconfig folder from @aiss folder to main Arma 3 folder

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
Sign in to follow this  

×