Jump to content

doud

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About doud

  • Rank
    Newbie
  1. Hi, We are on a dedicated server, not a provider. Since 1.58 the old method with Arma3Profile in server folder does not work.
  2. Hi, For Linux, use /.local/share/Arma3 Other Profiles (/home/armainsurgency/.local/share/Arma 3 - Other Profiles/Player for the Arma3Profile and server is on /home/armainsurgency/arma3server). Change server.cfg : difficulty="Custom"; If you have no "-name" in your server start parameter, you must have : .../.local/share/Arma3 Other Profiles/Player/Player.Arma3Profile. Il you use "-name=toto" you must have : .../.local/share/Arma3 Other Profiles/toto/toto.Arma3Profile. With this code for example : class DifficultyPresets { class CustomDifficulty { class Options { groupIndicators=2; friendlyTags=2; enemyTags=0; detectedMines=0; commands=2; waypoints=2; weaponInfo=2; stanceIndicator=2; reducedDamage=0; staminaBar=0; weaponCrosshair=0; visionAid=0; thirdPersonView=1; cameraShake=1; scoreTable=1; deathMessages=1; vonID=1; mapContent=0; autoReport=0; multipleSaves=1; }; aiLevelPreset=3; }; class CustomAILevel { skillAI=1; precisionAI=1; }; }; ;) Sorry for my bad english langage
×