Page MenuHomeFeedback Tracker

cavalcante
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 19 2014, 5:30 AM (511 w, 2 d)

Recent Activity

May 10 2016

cavalcante set Category to category:gamecrash on T85410: APPCRASH.
May 10 2016, 12:37 PM · Arma 3
cavalcante added a comment to T80856: disable the crosshairs arma 3.

I heard about this WeaponCursor = 1 line; so switch to WeaponCursor = 0; but do not know where to place.
//
class Difficulties
{
class regular
{

		class Flags
		{
			Armor=0;
			FriendlyTag=0;
			EnemyTag=0;
			HUD=1;
			HUDPerm=0;
			HUDWp=1;
			HUDWpPerm=1;
			WeaponCursor=1;
			AutoAim=0;
			AutoGuideAT=0;
			3rdPersonView=0;
			ClockIndicator=1;
			Map=0;
			Tracers=1;
			AutoSpot=0;
			UltraAI=0;
			UnlimitedSaves=0;
		};
		skillFriendly=0.850000;
		skillEnemy=0.550000;
		precisionFriendly=0.850000;
		precisionEnemy=0.490000;

};
class veteran
{

		class Flags
		{
			HUD=1;
			HUDWp=1;
			HUDWpPerm=1;
			WeaponCursor=0;
			ClockIndicator=0;
			3rdPersonView=0;
			Tracers=1;
			UltraAI=0;
		};
		skillFriendly=0.850000;
		skillEnemy=0.850000;
		precisionFriendly=0.850000;
		precisionEnemy=0.850000;

};
};

May 10 2016, 10:12 AM · Arma 3
cavalcante edited Steps To Reproduce on T80856: disable the crosshairs arma 3.
May 10 2016, 10:12 AM · Arma 3
cavalcante added a comment to T80856: disable the crosshairs arma 3.

Thank you, I made it now but still the same. And I wanna do it on the server too for all players.

May 10 2016, 10:12 AM · Arma 3
cavalcante added a comment to T80856: disable the crosshairs arma 3.

weapon crosshair in arma 3 keep on.

May 10 2016, 10:12 AM · Arma 3
cavalcante edited Steps To Reproduce on T78176: APPCRASH arma 3 server.
May 10 2016, 8:45 AM · Arma 3
cavalcante added a comment to T78176: APPCRASH arma 3 server.

thanks for the help,but I gotta run disabling permissions on server. tks a lot.

May 10 2016, 8:45 AM · Arma 3