Illidan 0 Report post Posted May 19, 2016 (edited) I've found the similar threads about this but have been no help to me. I want to disable: Visible red triangle around placed mines, player information text when aimed at them (even from far distance!) and players/nps's being marked on the map automatically. After reading alot I've learnt its in the difficulty settings. How would I edit the classes ExileRegular and ExileHardcore in config.bin? Thank you all for everything. p.s I'm sorry I wasn't sure where to put it under in the forum Edited May 19, 2016 by Illidan Share this post Link to post Share on other sites
MadRoller 16 Report post Posted May 22, 2016 Simple answer, you don't.... lol.. this has been answered but can be hard to find as its in the Arma 3 latest release bugs thread. Real answer: You edit the (user).Arma3Profile file and @ExileServer\config.cfg (user).Arma3Profile : for me this is: C:\ArmaExile\Server\SC\Users\SC\SC.Arma3Profile (based on startup command "-profiles=SC -name=SC" ) add this and set to what you want. difficulty="Custom"; class DifficultyPresets { class CustomDifficulty { class Options { groupIndicators=2; friendlyTags=0; enemyTags=0; detectedMines=0; commands=0; waypoints=2; weaponInfo=2; stanceIndicator=0; reducedDamage=0; staminaBar=0; weaponCrosshair=1; visionAid=0; thirdPersonView=1; cameraShake=1; scoreTable=1; deathMessages=0; vonID=1; mapContent=0; autoReport=0; multipleSaves=0; }; aiLevelPreset=2; }; class CustomAILevel { skillAI=1; precisionAI=0; }; }; Edit your @ExileServer\config.cfg to class Missions { class Exile { template = Exile.Altis; <-- what ever map difficulty = "Custom"; <-- this matches whats in the profile file }; }; GL 3 Share this post Link to post Share on other sites
ShockWave 0 Report post Posted September 17, 2016 On 22.5.2016 at 9:06 AM, MadRoller said: Simple answer, you don't.... lol.. this has been answered but can be hard to find as its in the Arma 3 latest release bugs thread. Real answer: You edit the (user).Arma3Profile file and @ExileServer\config.cfg (user).Arma3Profile : for me this is: C:\ArmaExile\Server\SC\Users\SC\SC.Arma3Profile (based on startup command "-profiles=SC -name=SC" ) add this and set to what you want. difficulty="Custom"; class DifficultyPresets { class CustomDifficulty { class Options { groupIndicators=2; friendlyTags=0; enemyTags=0; detectedMines=0; commands=0; waypoints=2; weaponInfo=2; stanceIndicator=0; reducedDamage=0; staminaBar=0; weaponCrosshair=1; visionAid=0; thirdPersonView=1; cameraShake=1; scoreTable=1; deathMessages=0; vonID=1; mapContent=0; autoReport=0; multipleSaves=0; }; aiLevelPreset=2; }; class CustomAILevel { skillAI=1; precisionAI=0; }; }; Edit your @ExileServer\config.cfg to class Missions { class Exile { template = Exile.Altis; <-- what ever map difficulty = "Custom"; <-- this matches whats in the profile file }; }; GL how can use this with TADST, TADST everytime change to default Share this post Link to post Share on other sites
lobosds 1 Report post Posted September 22, 2017 GUIDE FOR TADST IN EXILE Share this post Link to post Share on other sites
kuplion 1785 Report post Posted September 27, 2017 Custom Difficulty. https://github.com/kuplion/Exile-Custom-Difficulty 2 Share this post Link to post Share on other sites
~EL BARTO~ 55 Report post Posted October 18, 2017 Thx kuplion...searching for a long time Share this post Link to post Share on other sites
♜ Ģօɾɱ էհε Ølძ 15 Report post Posted January 8, 2018 On 9/27/2017 at 7:58 PM, kuplion said: Custom Difficulty. https://github.com/kuplion/Exile-Custom-Difficulty Thanks for this , but as I to am new to Arma coding I'm not exactly sure how to install it? The readme file doesn't say much.. Share this post Link to post Share on other sites
kuplion 1785 Report post Posted January 8, 2018 52 minutes ago, ♜ Ģօɾɱ էհε Ølძ said: Thanks for this , but as I to am new to Arma coding I'm not exactly sure how to install it? The readme file doesn't say much.. Just pop it in @ExileServer/addons/ next to the exile_server_config.pbo. Share this post Link to post Share on other sites
♜ Ģօɾɱ էհε Ølძ 15 Report post Posted January 9, 2018 1 hour ago, kuplion said: Just pop it in @ExileServer/addons/ next to the exile_server_config.pbo. Had already done so, I worked out that much. But it's not working for some reason.. Share this post Link to post Share on other sites
kuplion 1785 Report post Posted January 9, 2018 23 hours ago, ♜ Ģօɾɱ էհε Ølძ said: Had already done so, I worked out that much. But it's not working for some reason.. Did you recompile the PBO? Share this post Link to post Share on other sites