Jump to content
Sign in to follow this  
commanderx

AI spot too fast, what to do?

Recommended Posts

Hi,

how can Ii disable the AI ability to spot me too fast? I walk somewhere and before I even see anyone I will be shot from several AIs which spotted me even through walls and so on. Is there maybe a mod I can use?

Best regards

Kai

Share this post


Link to post
Share on other sites

edit or create an addon that rewrites cfgaiskills spottingtime

class CfgAISkill

{

//aimingAccuracy[] = {0,0,1,1}; BIS Default dev version 0.72

aimingAccuracy[] = {0,0.2,1,0.45};

aimingShake[] = {0,0,1,1};

aimingSpeed[] = {0,0.2,1,0.6};

endurance[] = {0,0,1,1};

spotDistance[] = {0,0.2,1,0.45};

spotTime[] = {0,0,1,0.45};

courage[] = {0,0,1,1};

reloadSpeed[] = {0,0,1,1};

commanding[] = {0,0,1,1};

general[] = {0,0,1,1};

};

Share this post


Link to post
Share on other sites

Thanks for the reply!

Isnt there any mod that do that for me? I don´t have the time and also not the knowledge to change the AISkill in the various missions I play.

Share this post


Link to post
Share on other sites

Hey Drongo,

thanks a lot. I will try that. Is there any issue with bcombat?

Share this post


Link to post
Share on other sites

Are you new to the game CommanderX? ARMA does require a very different play style to what you may be used to in other games (i.e. a lot more scanning your surroundings, no running and gunning etc)

Share this post


Link to post
Share on other sites

I don't use bCombat, but there shouldn't be. If bCombat sets skill values either DR Skill or bCombat will overwrite the skill of the other, but there should not be any actual conflicts.

Share this post


Link to post
Share on other sites

@timmo

I´m not a total newbie :-) Playing Arma 3 for 3 months or so.

@Drongo thx.

Is there a way to find out which mod is setting the skill?

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  

×