Jump to content
  • 0

Shift click waypoint help please


Kantanshi

Question

First, I'm not asking someone to debug/solve the problem for me, I'm just asking to be pointed in the right direction and I'll try to figure out the problem.  I just need some tips on what to look for.  I'm an admin on a server and I'm trying to help the lead server maintainer.  I've been searching through this forum and others to figure this out but I must not be searching for the proper terms.  The one post I've found said that it is most likely caused by an addon.

 

The problem is that the waypoint indicator (showing direction/distance) when setting a point via shift click on the map isn't showing up while on foot.  It only shows when a player is in certain vehicles.  If someone has figured this out please let me know, otherwise, could someone please provide the code terms having to do with this waypoint?  If I can at least get the terms, I'll know what to search for in order to fix the problem myself.

 

Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

hey, you can enable that in the difficulty settings in the profile file (e.g. "Arma 2 Operation Arrowhead\instance_11_Chernarus\Users\dayz_epoch\dayz_epoch.ArmA2OAProfile")

there is flag for that, my config looks like:

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;
};

I think it is "hudWp", but see this for explanation what the flags are for: http://community.bistudio.com/wiki/server.armaprofile#Armed_Assault

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