Jump to content
Sign in to follow this  
rstratton

Server config

Recommended Posts

how would i set up a dedicated server to run in veteran mode only if i dont have acess to the profile config file?

how would i set up a dedicated server to run in veteran mode only if i dont have acess to the profile config file? i have an arma.cfg in the arma directory with this in it

language="English";

adapter=-1;

3D_Performance=6849.000000;

Resolution_W=800;

Resolution_H=600;

Resolution_Bpp=32;

voteMissionPlayers= 1;

voteThreshold= 0.4;

disableVoN= 0;

kickduplicate= 1;

persistent= 1;

MaxCustomFileSize= 750;

MaxSizeNonguaranteed= 256;

MaxMsgSend= 2048;

MaxSizeGuaranteed=1024;

MinBandwidth= 2000000;

MaxBandwidth= 10000000;

MinErrorToSend= 0.0001;

class Difficulties

{

class regular

{

class Flags

{

Armor=0;

FriendlyTag=0;

EnemyTag=0;

HUD=0;

HUDPerm=0;

HUDWp=0;

HUDWpPerm=0;

AutoSpot=0;

Map=0;

WeaponCursor=0;

AutoGuideAT=0

ClockIndicator=0;

3rdPersonView=0;

Tracers=1;

UltraAI=0;

AutoAim=0;

UnlimitedSaves=1;

};

skillFriendly=0.750000;

skillEnemy=0.750000;

precisionFriendly=0.650000;

precisionEnemy=0.650000;

};

class veteran

{

class Flags

{

Armor=0;

FriendlyTag=0;

EnemyTag=0;

HUD=0;

HUDPerm=0;

HUDWp=0;

HUDWpPerm=0;

AutoSpot=0;

Map=0;

WeaponCursor=0;

AutoGuideAT=1;

ClockIndicator=0;

3rdPersonView=0;

Tracers=1;

UltraAI=0;

AutoAim=0;

UnlimitedSaves=1;

};

skillFriendly=0.80000;

skillEnemy=0.850000;

precisionFriendly=0.850000;

precisionEnemy=0.850000;

};

};

showTitles=1;

along with the server.cfg with this in it password ="";

passwordAdmin ="****************";

reportingIP ="armedass.master.gamespy.com";

maxPlayers=64

hostname="{3RD INF DIV} Realism at it's Best";

motd[]=

{

"Welcome to 3rdInf/10thSFG/1stCav Dedicated Realism Server / tier-1 / 100mbits",

"www.regiment-hq.com - Donations are accepted at our website and thank you for keeping this server alive",

"Approx. 82% of our members are active duty or former military",

"RULES: 1. NO SPAWN CAMPING 2. NO FOUL LANG OR FOUL NAME TAG'S 3. RESPECT ALL MEMBERS AND PLAYERS 4. NO XAM OR 6TH SENSE MODS",

"IPs are logged for the security of our players and keeps the cheaters out so all can enjoy a peaceful game ",

"Report To WWW.REGIMENT-HQ.COM for recruitment and TeamSpeak info",

};

voteMissionPlayers= 1;

voteThreshold= 0.4;

disableVoN= 0;

kickduplicate= 1;

persistent= 1;

MaxCustomFileSize= 750;

MaxSizeNonguaranteed= 256;

MaxMsgSend= 2048;

MaxSizeGuaranteed=1024;

MinBandwidth= 2000000;

MaxBandwidth= 10000000;

MinErrorToSend= 0.0001;

class Missions

{

class Mission0

{

template=2;

param1=1;

param2=2;

cadetMode = 0;

};

Share this post


Link to post
Share on other sites

everything seems to be mixed up in your post..

network traffic settings goes to arma.cfg

server settings goes to server.cfg

option settings (vet/cadet etc) goes to server.ArmAProfiles

some ather info provided in description.ext in the missions folder.

The option in class missions does not define how the veteran/cadet should be but select the option. You can do this in-game at the mission start as well.

I suggest you take a look at each of these in the BI wiki.

There are many forums with info on what does what etc..just search..

Share this post


Link to post
Share on other sites

With which startup parameter i can define arma.cfg and armaprofile path to dedicated server?

Wiki tells how i set that to server.cfg but not those.

Oh nvm i found that on "Complete List of ARMA Commands" topic. smile_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  

×