Jump to content

Way Points Disabled on foot in Linux Server


morggin

Recommended Posts

As far as I know a plane sometimes has a GPS onboard...so that's the reason you see the way points. That has nothing to to with linux or windows version but from the settings you have in your user profile.

 

class Veteran
        {
                class Flags
                {
                        3rdPersonView=1;
                        armor=0;
                        autoAim=0;
                        autoGuideAT=1;
                        autoSpot=1;
                        cameraShake=0;
                        clockIndicator=1;
                        deathMessages=1;
                        enemyTag=0;
                        friendlyTag=1;
                        hud=0;
                        hudGroupInfo=0;
                        hudPerm=0;
                        hudWp=1;
                        hudWpPerm=1;
                        map=0;
                        netStats=1;
                        tracers=1;
                        ultraAI=0;
                        unlimitedSaves=1;
                        vonId=1;
                        weaponCursor=1;
                };
                skillFriendly=1;
                precisionFriendly=1;
                skillEnemy=1;
                precisionEnemy=1;
        };

 

That's an example of my veteran class in cfgdayz/users/cfgdayz.arma2oaprofile. I guess hudWp and hudWpPerm needs to be set to 1.

In class veteran this is normally switched off. You can change it here or change the class which should be used in server.cfg (difficulty = "xxx"):

 

class Missions
{
        class DayZ {
                template = dayz_epoch_11.chernarus;
                difficulty = "veteran";
        };
};

 

P.S.: i have 2 files cfgdayz.arma2oaprofile, one in cfgdayz and one in cfgdayz/users...you need to try a bit which one is the right one here. I cannot remember what I did to have 2 ;)

Link to comment
Share on other sites

As far as I know a plane sometimes has a GPS onboard...so that's the reason you see the way points. That has nothing to to with linux or windows version but from the settings you have in your user profile.

 

class Veteran

        {

                class Flags

                {

                        3rdPersonView=1;

                        armor=0;

                        autoAim=0;

                        autoGuideAT=1;

                        autoSpot=1;

                        cameraShake=0;

                        clockIndicator=1;

                        deathMessages=1;

                        enemyTag=0;

                        friendlyTag=1;

                        hud=0;

                        hudGroupInfo=0;

                        hudPerm=0;

                        hudWp=1;

                        hudWpPerm=1;

                        map=0;

                        netStats=1;

                        tracers=1;

                        ultraAI=0;

                        unlimitedSaves=1;

                        vonId=1;

                        weaponCursor=1;

                };

                skillFriendly=1;

                precisionFriendly=1;

                skillEnemy=1;

                precisionEnemy=1;

        };

 

That's an example of my veteran class in cfgdayz/users/cfgdayz.arma2oaprofile. I guess hudWp and hudWpPerm needs to be set to 1.

In class veteran this is normally switched off. You can change it here or change the class which should be used in server.cfg (difficulty = "xxx"):

 

class Missions

{

        class DayZ {

                template = dayz_epoch_11.chernarus;

                difficulty = "veteran";

        };

};

 

P.S.: i have 2 files cfgdayz.arma2oaprofile, one in cfgdayz and one in cfgdayz/users...you need to try a bit which one is the right one here. I cannot remember what I did to have 2 ;)

Thank you jahangir13 ... this worked .. i had veteran profile hudWp and hudWpPerm set to 0

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...