Jump to content

How to set server to Veteran?


Jhonson

Recommended Posts

Hi, I have a problem with my server... It's regular by standard but in this way I can see my position and the other players on the map.

 

I've tried in config.cfg to set it as "Veteran" but then 3rd person don't work

 

I just want it set like official servers, thanks

Link to comment
Share on other sites

I believe by default the server comes as veteran when you download it.

 
// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
    class Epoch {
        template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
        difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
    };
};

Ho Ho Ho

Link to comment
Share on other sites

I believe by default the server comes as veteran when you download it.

 
// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
    class Epoch {
        template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
        difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
    };
};

Ho Ho Ho

No, from Nitrado by defailt is "regular" and i can see other people on the map...

Link to comment
Share on other sites

class Difficulties

{

class Recruit

{

class Flags

{

3rdPersonView=1;

armor=1;

autoAim=0;

autoGuideAT=1;

autoSpot=0;

cameraShake=0;

clockIndicator=0;

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

precisionEnemy=0.30000001;

};

class Regular

{

class Flags

{

3rdPersonView=1;

armor=1;

autoAim=0;

autoGuideAT=1;

autoSpot=0;

cameraShake=1;

clockIndicator=0;

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

precisionEnemy=0.5;

};

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;

};

class Mercenary

{

class Flags

{

3rdPersonView=0;

armor=0;

autoAim=0;

autoGuideAT=0;

autoSpot=0;

cameraShake=1;

clockIndicator=0;

deathMessages=0;

enemyTag=0;

friendlyTag=0;

hud=0;

hudGroupInfo=0;

hudPerm=0;

hudWp=0;

hudWpPerm=0;

map=0;

netStats=0;

tracers=0;

ultraAI=0;

unlimitedSaves=0;

vonID=0;

weaponCursor=0;

};

skillFriendly=1;

precisionFriendly=1;

skillEnemy=1;

precisionEnemy=1;

};

};

version=1;

blood=1;

singleVoice=0;

gamma=1;

brightness=1;

shadingQuality=7;

shadowQuality=3;

maxSamplesPlayed=32;

sceneComplexity=300000;

viewDistance=1600;

terrainGrid=10;

volumeCD=6.5;

volumeFX=8.5;

volumeSpeech=5.5;

volumeVoN=6.5;

vonRecThreshold=0.029999999;

what you really need to edit is your "instance_11_Chernarus.ArmA2OAProfile"

 

 

This is Arma 3.. FYI

Link to comment
Share on other sites

  • 10 months later...

Oke, change the block from your config to the one I pasted and it will be veteran :)

 

Default download is veteran, if Nitro changes it to regular, well...

 

 

Ho Ho Ho

I changed the info in my server files and even found the ones in my documents but still i cant find a difficulty setting besides the one in sc\config.cfg which states:

// MISSIONS CYCLE (see below) (epoch.Altis, epoch.Stratis, epoch.Chernarus, epoch.Bornholm)
class Missions
{
	class Epoch {
		template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
		difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
	};
};

 

i've changed this as well as the settings on TADST but it still starts a regular mission on my server as opposed to verteran, crosshairs and many dials in the hud for helis as well. how can i have veteran, limited hud for vehicles and no crosshairs?

 

EDIT: TADST has a difficulty setting under the Difficulty tab at the top. 

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