Jump to content
Sign in to follow this  
Fnixer

Issue with custom difficulty and setting third person

Recommended Posts

Hi,

Having an issue with my custom difficulty, where even with hirdPersonView set to 1, it just doesn't want to let players access third person. It works on the regular difficulties, and all the other custom options seemingly work fine. So wanted to hear if there was something very obvious i'm missing here.

This is the setup in server.cfg

 

// DIFICULTY
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
        
            groupIndicators = 0;
            friendlyTags = 0;
            enemyTags = 0;
            detectedMines = 0;
            commands = 0;
            waypoints = 0;
            weaponInfo = 2;
            stanceIndicator = 2;
            reducedDamage = 1;
            staminaBar = 1;
            weaponCrosshair = 0;
            visionAid = 0;
            thirdPersonView = 1;
            cameraShake = 1;
            scoreTable = 0;
            deathMessages = 0;
            vonID = 0;
            mapContent = 0;
            autoReport = 0;
            multipleSaves = 0;
        };
        aiLevelPreset = 3;
    };
    class CustomAILevel
    {
        skillAI = 1;
        precisionAI = 0.30000001;
    };
};

 

Thanks in advance!

Share this post


Link to post
Share on other sites

Hello Fnixer,

30 minutes ago, Fnixer said:

This is the setup in server.cfg

Needs to be in the Arma3Profile on the server.

Is the server dedicated machine or rented?

 

What you have looks correct, but take a look at this

https://community.bistudio.com/wiki/server.cfg#Arma_3_-_Forced_difficulty

put this in the server.cfg

forcedDifficulty = "custom";

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  

×