blackgrain 0 Posted October 17, 2007 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" I don´t want GPS, third person view, friendly tags... etc.. etc... Somebody can help me?, thanks very much!! Share this post Link to post Share on other sites
dr_eyeball 16 Posted October 17, 2007 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
sickboy 13 Posted October 17, 2007 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
poweruser 10 Posted October 17, 2007 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
blackgrain 0 Posted October 17, 2007 Thanks guys!! Always that I had a dubte, this forum always resolve it to me!! thanks very much!! I will try all replies! Share this post Link to post Share on other sites