Jump to content
Sign in to follow this  
blackgrain

Difficult level in dedicated server ¿?

Recommended Posts

Hello comunity!!

I need help with the dedicated server.

I do not know set the difficult level with dedicated server. I read the -profiles options of server and -cfg... but I don´t understand how really works.

I read this excelent post http://www.flashpoint1985.com/cgi-bin....t=63934 but I don´t understand how works the option "-profiles" and "-cfg" sad_o.gif

I don´t want GPS, third person view, friendly tags... etc.. etc...

Somebody can help me?, thanks very much!! wink_o.gif

Share this post


Link to post
Share on other sites

Check the server.cfg topic on the BIKI. It's quite detailed.

Also search for 'server.cfg' here, I'm sure there were a few other good topics.

I think you can only set cadet mode specifically for each mission, not the entire server, but I am not certain.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Missions

{

class MPCTF_01

{

template = M02CaptureTheFlag.SaraLite;

cadetMode = 1; // difficulty 0=veteran 1=cadet

};

};

Share this post


Link to post
Share on other sites

Also, the settings per difficulty are set in the profile config file in my documents\arma\username.armaprofile

if you havent set a -profile directive.

Share this post


Link to post
Share on other sites

in the username.armaprofile file of your dedicated server:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class Difficulties

{

          class regular

          {

                     class Flags

                     {

                                3rdPersonView=0;

                                Armor=0;

                                AutoAim=0;

                                AutoGuideAT=0;

                                AutoSpot=0;

                                ClockIndicator=0;

                                EnemyTag=0;

                                FriendlyTag=0;

                                HUD=0;

                                HUDPerm=0;

                                HUDWp=0;

                                HUDWpPerm=0;

                                Map=0;

                                Tracers=0;

                                UltraAI=0;

                                UnlimitedSaves=0;

                                WeaponCursor=0;

                     };

                     skillFriendly=0.700000;

                     skillEnemy=0.700000;

                     precisionFriendly=0.600000;

                     precisionEnemy=0.500000;

          };

          class veteran

          {

                     class Flags

                     {

                                3rdPersonView=0;

                                Armor=0;

                                AutoAim=0;

                                AutoGuideAT=0;

                                AutoSpot=0;

                                ClockIndicator=0;

                                EnemyTag=0;

                                FriendlyTag=0;

                                HUD=0;

                                HUDPerm=0;

                                HUDWp=0;

                                HUDWpPerm=0;

                                Map=0;

                                Tracers=0;

                                UltraAI=0;

                                UnlimitedSaves=0;

                                WeaponCursor=0;

                     };

                     skillFriendly=0.850000;

                     skillEnemy=0.850000;

                     precisionFriendly=0.700000;

                     precisionEnemy=0.600000;

          };

};

These are the same settings that you can do in the in-game options menu "Difficulty".

Each of those settings should be self-explanatory.

Share this post


Link to post
Share on other sites

Thanks guys!! biggrin_o.gif

Always that I had a dubte, this forum always resolve it to me!! thanks very much!! notworthy.gif

I will try all replies! wink_o.gif

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  

×