Jump to content
Sign in to follow this  
maquez

Arma3AlphaProfile

Recommended Posts

hi all,

I did mess up all skill settings in the profile. :confused:

Set them back ingame to default does not change anything, the values I did set still remain.

Could anyone be so kindly and post me the default BIS settings of:

class recruit, class regular, class veteran and class mercenary

thanks in advance :D

maquez [Q-Net]

Share this post


Link to post
Share on other sites

i need from Arma3AlphaProfile the default BIS values for :

class Difficulties

class recruit

skillFriendly=....;

skillEnemy=....;

precisionFriendly=....;

precisionEnemy=....;

and

class regular

skillFriendly=....;

skillEnemy=....;

precisionFriendly=....;

precisionEnemy=....;

could please anyone copy this out from his profile and post it here?

I did mess mine up, resetting it in game to default does not help. Wrong values will still remain nor does it help to delete the profile and let it create new from game.

Then the class Difficulties is missing completely in the profile.

thanks in advance to anyone who is helping me out this problem

Share this post


Link to post
Share on other sites

Recruit

skillFriendly = 1;

precisionFriendly = 1;

skillEnemy = 0.55;

precisionEnemy = 0.3;

Regular

skillFriendly = 1;

precisionFriendly = 1;

skillEnemy = 0.7;

precisionEnemy = 0.5;

Share this post


Link to post
Share on other sites

And here is Arma3Alpha.cfg original file if anyone needs.

language="English";

forcedAdapterId=-1;

detectedAdapterId=0;

detectedAdapterVendorId=4318;

detectedAdapterDeviceId=4608;

detectedAdapterSubSysId=637539426;

detectedAdapterRevision=161;

detectedAdapterBenchmark=113;

displayMode=0;

winX=16;

winY=32;

winWidth=1024;

winHeight=768;

winDefWidth=1024;

winDefHeight=768;

fullScreenWidth=1920;

fullScreenHeight=1080;

refresh=60;

renderWidth=1920;

renderHeight=1080;

multiSampleCount=2;

multiSampleQuality=0;

postFX=0;

particlesQuality=0;

GPU_MaxFramesAhead=1000;

GPU_DetectedFramesAhead=0;

HDRPrecision=8;

vsync=0;

AToC=15;

cloudsQuality=2;

pipQuality=2;

dynamicLightsQuality=1;

PPAA=0;

serverLongitude=54;

serverLatitude=-2;

Share this post


Link to post
Share on other sites

To avoid anyone to struggle in the same problem as I got with the Arma3AlphaProfile

here are the default BIS skill settings:


class Difficulties
{
class recruit
{
class Flags
{
Armor=1;
FriendlyTag=1;
EnemyTag=0;
MineTag=1;
HUD=1;
HUDPerm=1;
HUDWp=1;
HUDWpPerm=1;
HUDGroupInfo=1;
AutoSpot=1;
Map=1;
WeaponCursor=1;
AutoGuideAT=1;
ClockIndicator=1;
3rdPersonView=1;
UltraAI=0;
CameraShake=0;
UnlimitedSaves=1;
DeathMessages=1;
NetStats=1;
VonID=1;
ExtendetInfoType=1;
};
skillFriendly=0.64999998;
skillEnemy=0.40000001;
precisionFriendly=0.36999995;
precisionEnemy=0.1;
};
class regular
{
class Flags
{
Armor=1;
FriendlyTag=1;
EnemyTag=0;
MineTag=1;
HUD=1;
HUDPerm=1;
HUDWp=1;
HUDWpPerm=1;
HUDGroupInfo=1;
AutoSpot=1;
Map=1;
WeaponCursor=1;
AutoGuideAT=1;
ClockIndicator=1;
3rdPersonView=1;
UltraAI=0;
CameraShake=1;
UnlimitedSaves=1;
DeathMessages=1;
NetStats=1;
VonID=1;
ExtendetInfoType=1;
};
skillFriendly=0.75;
skillEnemy=0.60000002;
precisionFriendly=0.54999989;
precisionEnemy=0.28000003;
};
class veteran
{
class Flags
{
HUD=1;
HUDWp=1;
HUDWpPerm=1;
HUDGroupInfo=1;
AutoSpot=1;
WeaponCursor=1;
ClockIndicator=1;
3rdPersonView=0;
UltraAI=0;
CameraShake=1;
DeathMessages=1;
NetStats=1;
VonID=0;
ExtendetInfoType=0;
};
skillFriendly=0.85000002;
skillEnemy=0.85000002;
precisionFriendly=0.72999996;
precisionEnemy=0.72999996;
};
class mercenary
{
class Flags
{
HUD=1;
AutoSpot=0;
WeaponCursor=1;
DeathMessages=1;
NetStats=1;
VonID=0;
};
skillFriendly=1;
skillEnemy=0.85000002;
precisionFriendly=0.99999994;
precisionEnemy=0.72999996;
};
[/Code]

The problem is, the skill settings ingame are bugged.

You can set there what you want it will not get overwritten to the profile, even set back to default values does not work.

Second problem, deleting the profile files does also not work, then the complete [b]class Difficulties[/b] is missing

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×