LtUlrich 0 Posted December 19, 2004 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
sicilian 0 Posted December 19, 2004 The server download package from BI contains a sample cfg where you can watch the message command, too. Share this post Link to post Share on other sites
LtUlrich 0 Posted December 19, 2004 that file only shows admin password and the mission classes. Share this post Link to post Share on other sites
blackdog~ 0 Posted December 20, 2004 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 I need to know the format of the skill settings in return though! Share this post Link to post Share on other sites
benu 1 Posted December 20, 2004 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
LtUlrich 0 Posted December 20, 2004 Hey, thanks black dog! And I'm glad you found sompin you needed too! Share this post Link to post Share on other sites
jaakko 0 Posted January 5, 2005 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
benu 1 Posted January 5, 2005 Do you mean this:Quote[/b] ]grep diff users/player/userinfo.cfgdiffArmor[]={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 Share this post Link to post Share on other sites
Skythace 0 Posted April 18, 2005 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
RN Malboeuf 12 Posted April 18, 2005 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
Skythace 0 Posted April 18, 2005 ok thank you very much Share this post Link to post Share on other sites