morggin Posted September 28, 2014 Report Share Posted September 28, 2014 In the Linux server It seems that way points work just fine from an aircraft but are disabled in vehicles and on foot. Could somebody direct me to what needs to be changed to re-enable them on foot and in a vehicle? Link to comment Share on other sites More sharing options...
jahangir13 Posted September 28, 2014 Report Share Posted September 28, 2014 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 More sharing options...
morggin Posted October 1, 2014 Author Report Share Posted October 1, 2014 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 More sharing options...
jahangir13 Posted October 1, 2014 Report Share Posted October 1, 2014 Ah ok, great ;) Took me also a bit to figure that out when I needed it. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now