Jump to content
Sign in to follow this  
Stark.S

Is there a way to enable 3rd person view on elite difficulty?

Recommended Posts

Howdy. Could someone kind enough tell me if there's a way to enable 3rd person view on elite difficulty? I'm running dedicated windows server and tried stuff i found on the internet. Can't figure it out. There was a difficulty overhaul and stuff mentioned in most tutorials became outdated. May be there is a was to do it via TDAST?

Share this post


Link to post
Share on other sites

add this to your server.cfg:

difficulty="custom";
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
            groupIndicators=0;
            friendlyTags=0;
            enemyTags=0;
            detectedMines=0;
            commands=0;
            waypoints=1;
            weaponInfo=1;
            stanceIndicator=1;
            reducedDamage=0;
            staminaBar=0;
            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=0.85;
        precisionAI=0.85;
    };
};

That should mirror the elite difficulty, only with 3rd person view activated.

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  

×