Jump to content
Sign in to follow this  
muniek85

server.armaprofile

Recommended Posts

Hello.

I just found article about this file while browsing net searching for answers how to configure my server and i cant find it anywhere on FTP with my server... should i make new one and upload it to some folder?

Edited by muniek85

Share this post


Link to post
Share on other sites

I read a lot there and im not an expert so im getting confused, especially that plenty of that info do not apply to my situation becouse i have these files hosted by company, so info like: "C:\arma2\arma2.exe" -nosplash -mod=test;x\test;c:\arma2\test2" is useless to me.

My server.arma2oaprofile have only:

version=1;
blood=1;
viewDistance=1600;
terrainGrid=10;
volumeCD=5;
volumeFX=5;
volumeSpeech=5;
singleVoice=0;
gamma=1;
brightness=1;

while on this websites at wiki these files dont even mention these settings but shows these instead:

class Difficulties
{
class Recruit
{
	class Flags
	{
		3rdPersonView = 1;
		armor = 1;
		autoAim = 0;
		autoGuideAT = 1;
		autoSpot = 1;
		clockIndicator = 1;
		deathMessages = 1;
		enemyTag = 0;
		friendlyTag = 1;
		hud = 1;
		hudGroupInfo = 1;
		hudPerm = 1;
		hudWp = 1;
		hudWpPerm = 1;
		map = 1;
		netStats = 1;
		tracers = 1;
		ultraAI = 0;
		unlimitedSaves = 1;
		vonID = 1;
		weaponCursor = 1;
	};
	skillFriendly = 1;
	precisionFriendly = 1;
	skillEnemy = 0.55;
	precisionEnemy = 0.3;
};
class Regular
{
	class Flags
	{
		3rdPersonView = 1;
		armor = 1;
		autoAim = 0;
		autoGuideAT = 1;
		autoSpot = 1;
		clockIndicator = 1;
		deathMessages = 1;
		enemyTag = 0;
		friendlyTag = 1;
		hud = 1;
		hudGroupInfo = 1;
		hudPerm = 1;
		hudWp = 1;
		hudWpPerm = 1;
		map = 1;
		netStats = 1;
		tracers = 1;
		ultraAI = 0;
		unlimitedSaves = 1;
		vonId = 1;
		weaponCursor = 1;
	};
	skillFriendly = 1;
	precisionFriendly = 1;
	skillEnemy = 0.7;
	precisionEnemy = 0.5;
};
class Veteran
{
	class Flags
	{
		3rdPersonView = 1;
		armor = 0;// Cannot be changed
		autoAim = 0;// Cannot be changed
		autoGuideAT = 0;// Cannot be changed
		autoSpot = 0;// Cannot be changed
		clockIndicator = 0;// Cannot be changed
		deathMessages = 1;
		enemyTag = 0;// Cannot be changed
		friendlyTag = 0;// Cannot be changed
		hud = 1;
		hudGroupInfo = 0;
		hudPerm = 0;// Cannot be changed
		hudWp = 0;// Cannot be changed
		hudWpPerm = 0;// Cannot be changed
		map = 0;// Cannot be changed
		netStats = 1;
		tracers = 0;// Cannot be changed
		ultraAI = 0;
		unlimitedSaves = 0;// Cannot be changed
		vonId = 0;
		weaponCursor = 1;
	};
	skillFriendly = 1;
	precisionFriendly = 1;
	skillEnemy = 0.9;
	precisionEnemy = 0.75;
};
class Mercenary
{
	class Flags
	{
		3rdPersonView = 0;// Cannot be changed
		armor = 0;// Cannot be changed
		autoAim = 0;// Cannot be changed
		autoGuideAT = 0;// Cannot be changed
		autoSpot = 0;// Cannot be changed
		clockIndicator = 0;// Cannot be changed
		deathMessages = 0;
		enemyTag = 0;// Cannot be changed
		friendlyTag = 0;// Cannot be changed
		hud = 0;// Cannot be changed
		hudGroupInfo = 0;// Cannot be changed
		hudPerm = 0;// Cannot be changed
		hudWp = 0;// Cannot be changed
		hudWpPerm = 0;// Cannot be changed
		map = 0;// Cannot be changed
		netStats = 0;
		tracers = 0;// Cannot be changed
		ultraAI = 0;
		unlimitedSaves = 0;// Cannot be changed
		vonID = 0;
		weaponCursor = 0;// Cannot be changed
	};
	skillFriendly = 1;
	precisionFriendly = 1;
	skillEnemy = 1;
	precisionEnemy = 1;
};
};

Why is that so?

p.s.

these 2nd quoted settings are the very settings im looking for to set up as server settings :/ I dont know where shall i change them then.

Edited by muniek85

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  

×