Jump to content
Sign in to follow this  
LtUlrich

Server.cfg files

Recommended Posts

Was hoping to get some peeps to post their server.cfg files for template use. I've found a couple but I'm looking for the MOTD line.

I searched for this, really.

Thanks for your help!

Share this post


Link to post
Share on other sites

The server download package from BI contains a sample cfg where you can watch the message command, too. wink_o.gif

Share this post


Link to post
Share on other sites

Here's mine:

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

password="";

hostname="ELITE KILL3RZ";

motd[]=

{

"Server IP - 216.32.85.90:2302",

"Teamspeak 2 IP - 216.32.85.90:8767"

};

checkfiles[]=

{

"res/addons/6g30.pbo"

};

VoiceOverNet="false";

motdInterval=5;

voteThreshold=0.5;

reportingIP="master.gamespy.com";

voteMissionPlayers=1;

MaxPlayers=30;

kickDuplicate="true";

aiKills="true";

MaxMsgSend=512;

MaxSizeGuaranteed=1024;

MaxSizeNonguaranteed=512;

MinBandwidth=10000000;

MaxBandwidth=13000000;

Don't even ask why I named the server ELITE KILL3RZ smile_o.gif

I need to know the format of the skill settings in return though!

Share this post


Link to post
Share on other sites

Do you mean this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">grep diff users/player/userinfo.cfg

diffArmor[]={0,0};

diffFriendlyTag[]={0,0};

diffEnemyTag[]={0,0};

diffHUD[]={1,0};

diffAutoSpot[]={0,0};

diffMap[]={1,0};

diffWeaponCursor[]={0,0};

diffAutoGuideAT[]={0,0};

diffClockIndicator[]={1,0};

diff3rdPersonView[]={1,0};

diffTracers[]={0,0};

diffUltraAI[]={1,1};

Share this post


Link to post
Share on other sites

Hey, thanks black dog! And I'm glad you found sompin you needed too!

Share this post


Link to post
Share on other sites
Do you mean this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">grep diff users/player/userinfo.cfg

diffArmor[]={0,0};

diffFriendlyTag[]={0,0};

diffEnemyTag[]={0,0};

diffHUD[]={1,0};

diffAutoSpot[]={0,0};

diffMap[]={1,0};

diffWeaponCursor[]={0,0};

diffAutoGuideAT[]={0,0};

diffClockIndicator[]={1,0};

diff3rdPersonView[]={1,0};

diffTracers[]={0,0};

diffUltraAI[]={1,1};

I this really so?

I tried putting that in the server.cfg but got a error message: } found before ;

Share this post


Link to post
Share on other sites
Do you mean this:
Quote[/b] ]grep diff users/player/userinfo.cfg

diffArmor[]={0,0};

diffFriendlyTag[]={0,0};

diffEnemyTag[]={0,0};

diffHUD[]={1,0};

diffAutoSpot[]={0,0};

diffMap[]={1,0};

diffWeaponCursor[]={0,0};

diffAutoGuideAT[]={0,0};

diffClockIndicator[]={1,0};

diff3rdPersonView[]={1,0};

diffTracers[]={0,0};

diffUltraAI[]={1,1};

I this really so?

I tried putting that in the server.cfg but got a error message: } found before ;

Thats why you put it into users/player/userinfo.cfg tounge_o.gif

Share this post


Link to post
Share on other sites
Do you mean this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">grep diff users/player/userinfo.cfg

diffArmor[]={0,0};

diffFriendlyTag[]={0,0};

diffEnemyTag[]={0,0};

diffHUD[]={1,0};

diffAutoSpot[]={0,0};

diffMap[]={1,0};

diffWeaponCursor[]={0,0};

diffAutoGuideAT[]={0,0};

diffClockIndicator[]={1,0};

diff3rdPersonView[]={1,0};

diffTracers[]={0,0};

diffUltraAI[]={1,1};

How can one choose to load certain user's UserInfo.cfg on Linux dedicated server. Although I have only one user in the OFP user directory (the one I'd like to use, tried copying the .cfg file to the root dir too) it seems to load the default settings.

I'd like to get the following difficulty set on the dediserver:

diffArmor[]={0,0};

diffFriendlyTag[]={0,0};

diffEnemyTag[]={0,0};

diffHUD[]={1,0};

diffAutoSpot[]={0,0};

diffMap[]={0,0};

diffWeaponCursor[]={0,0};

diffAutoGuideAT[]={0,0};

diffClockIndicator[]={1,0};

diff3rdPersonView[]={0,0};

diffTracers[]={1,0};

diffUltraAI[]={0,1};

Share this post


Link to post
Share on other sites
Quote[/b] ]How can one choose to load certain user's UserInfo.cfg on Linux dedicated server

-confid=server.cfg -name=SEXYSERVER

run the server once with it' new name, then shut her off and goto the new user/SEXSERVER folder to edit the new config files

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  

×