Jump to content
  • 0

Changing vehicle difficulty/general difficulty in script


Irksknirks

Question

Hey guys. atm im scripting my new server but now i have my first problem. while testing the server i found out that the difficulty of using vehicles is on *Veteran*. how can i change this difficulty to normal? 
also how can i cnange other seperate difficulty modes like 3rd person/ego?

 

greets

 

daniel

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

In your SC/Users folder is a folder that is named after your "name=" in your start cmd file. (example is SC).

 

In there is a file called <thenameyouused>.Arma3Profile

 

Open it in notepad, look for the "veteran" part.

 

Most values in the "Flags" section are self explaning, but you can go here for full coverage of the settings :

https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#.2A.2A.2A.2A.Arma3Profile

 

This is the relevant part in the profile; I don't know if you can set specific vehicle settings; What is "Normal" instead of "Veteran" changing things?

 

class veteran
{
  class Flags
  {
   Armor=0;
   FriendlyTag=1;
   EnemyTag=0;
   MineTag=0;
   HUD=1;
   HUDWp=1;
   HUDWpPerm=1;
   HUDGroupInfo=1;
   AutoSpot=0;
   WeaponCursor=1;
   ClockIndicator=1;
   3rdPersonView=1;
   UltraAI=0;
   CameraShake=0;
   DeathMessages=1;
   NetStats=1;
   VonID=1;
   ExtendetInfoType=0;
  };
  skillFriendly=1;
  skillEnemy=1;
  precisionFriendly=1;
  precisionEnemy=1;
};
Link to comment
Share on other sites

  • 0

i mean things like starting engine with pushing shift or w instead of maually start enginge. atm i have to set the rpm in a helicopter manual up and down. but id like to play it the easy way - pushing shift for speed or dont push it for hover and press y for going down. do you know what i mean?

 

but thanks a lot for your quick reaction and your good answer. it does not solve my main problem but its very helpful for ongiong configurations =)

 

best wishes

 

daniel

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