Jump to content
fourjays

Difficulties in setting difficulties post 1.58

Recommended Posts

That is part of the config and should not be in the server.arma3profile.

 

Here is the example 

difficulty = "Custom";
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
            groupIndicators=0;
            friendlyTags=0;
            enemyTags=0;
            detectedMines=0;
            commands=0;
            waypoints=0;
            weaponInfo=1;
            stanceIndicator=0;
            reducedDamage=0;
            staminaBar=0;
            weaponCrosshair=0;
            visionAid=0;
            thirdPersonView=0;
            cameraShake=1;
            scoreTable=0;
            deathMessages=0;
            vonID=0;
            mapContent=0;
            autoReport=0;
            multipleSaves=0;
        };
        aiLevelPreset=0;
    };
    class CustomAILevel
    {
        skillAI=0.98;
        precisionAI=0.255;
    };
};

Explained here.

 

Use those values in your profile along with this and problem "fixed" for now. Use on dedicated server only, not on clients. ( no need )

 

Note that values in config of the mod linked are altered to suit my needs and do not work like default ones.

Share this post


Link to post
Share on other sites

I know this post is from 2016 but in case anybody is reading: You can select the difficulty after using #missions. You can find it on the left side of the mission selection screen.

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

×