commanderx 17 Posted March 19, 2014 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
terox 316 Posted March 20, 2014 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
commanderx 17 Posted May 5, 2014 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
Drongo69 117 Posted May 5, 2014 De-PBO this and adjust the values. Share this post Link to post Share on other sites
commanderx 17 Posted May 5, 2014 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
timmo1982 10 Posted May 5, 2014 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
Drongo69 117 Posted May 5, 2014 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
commanderx 17 Posted May 6, 2014 @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