User Details
User Details
- User Since
- Jul 19 2014, 5:30 AM (537 w, 6 d)
May 10 2016
May 10 2016
cavalcante set Category to category:gamecrash on T85410: APPCRASH.
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;
};
};
cavalcante edited Steps To Reproduce on T80856: disable the crosshairs 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.
cavalcante added a comment to T80856: disable the crosshairs arma 3.
weapon crosshair in arma 3 keep on.
cavalcante edited Steps To Reproduce on T78176: APPCRASH arma 3 server.
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.