Jump to content
  • 0

Adjusting Recruit, Veteran difficulties


PCGN-ED

Question

Hello, 

In other versions of DayZ, I could adjust the veteran difficulty be making changes in the .arma2oaprofile file. I run in veteran difficulty and want to change the vonId from 0 to 1. I have side chat enabled but it does not show who is talking.

 

Can anyone tell me where to change this?

 

Thanks, 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

This may work for you. I can't test it on Epoch with sidechat but confirmed working on vanilla dayz with sidechat.

 

put this in your ArmA2OAProfile

class Difficulties
{
    class Recruit
    {
        class Flags
        {
            Armor=1;
            FriendlyTag=0;
            EnemyTag=0;
            HUD=1;
            HUDPerm=1;
            HUDWp=1;
            HUDWpPerm=1;
            WeaponCursor=0;
            AutoAim=1;
            AutoGuideAT=1;
            3rdPersonView=1;
            ClockIndicator=1;
            Map=1;
            Tracers=0;
            AutoSpot=1;
            UltraAI=0;
            UnlimitedSaves=1;
            DeathMessages=1;
            NetStats=1;
            VonID=1;
        };
        skillFriendly=1;
        precisionFriendly=1;
        skillEnemy=0.55000001;
        precisionEnemy=0.30000001;
    };
    class Regular
    {
        class Flags
        {
            3rdPersonView=1;
            armor=1;
            autoAim=0;
            autoGuideAT=1;
            autoSpot=1;
            cameraShake=1;
            clockIndicator=1;
            deathMessages=1;
            enemyTag=0;
            friendlyTag=0;
            hud=1;
            hudGroupInfo=1;
            hudPerm=1;
            hudWp=1;
            hudWpPerm=1;
            map=1;
            netStats=1;
            tracers=0;
            ultraAI=0;
            unlimitedSaves=1;
            vonId=1;
            weaponCursor=0;
        };
        skillFriendly=1;
        precisionFriendly=1;
        skillEnemy=0.69999999;
        precisionEnemy=0.5;
    };
    class Veteran
    {
        class Flags
        {
            3rdPersonView=1;
            armor=0;
            autoAim=0;
            autoGuideAT=0;
            autoSpot=0;
            cameraShake=1;
            clockIndicator=0;
            deathMessages=1;
            enemyTag=0;
            friendlyTag=0;
            hud=1;
            hudGroupInfo=0;
            hudPerm=0;
            hudWp=1;
            hudWpPerm=0;
            map=0;
            netStats=1;
            tracers=0;
            ultraAI=0;
            unlimitedSaves=0;
            vonId=1;
            weaponCursor=0;
        };
        skillFriendly=1;
        precisionFriendly=1;
        skillEnemy=0.89999998;
        precisionEnemy=0.75;
    };
    class Mercenary
    {
        class Flags
        {
            3rdPersonView=0;
            armor=0;
            autoAim=0;
            autoGuideAT=0;
            autoSpot=0;
            cameraShake=1;
            clockIndicator=0;
            deathMessages=1;
            enemyTag=0;
            friendlyTag=0;
            hud=0;
            hudGroupInfo=0;
            hudPerm=0;
            hudWp=0;
            hudWpPerm=0;
            map=0;
            netStats=0;
            tracers=0;
            ultraAI=0;
            unlimitedSaves=0;
            vonID=0;
            weaponCursor=0;
        };
        skillFriendly=1;
        precisionFriendly=1;
        skillEnemy=1;
        precisionEnemy=1;
    };
};
shadingQuality=7;
shadowQuality=3;
singleVoice=0;
maxSamplesPlayed=32;
sceneComplexity=300000;
viewDistance=1600;
terrainGrid=10;
volumeCD=6.5;
volumeFX=8.5;
volumeSpeech=5.5;
volumeVoN=6.5;
vonRecThreshold=0.029999999;
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...