Jump to content
Sign in to follow this  
AdvanS13

Help with server.cfg file

Recommended Posts

i need some help. ok first of all, forgive my stupidity...can some one give me a walkthrough on how to make a server config file?

should i use excel or? also, maybe someones .cfg file for example....only thing im puzzled on, and couldn't find much in the forum or online.

tutorial or some sort would be nice smile.gif

thanks

Share this post


Link to post
Share on other sites

Create a textfile, put your config in it and rename it as you like. Or just call it server.txt or config.txt. You have to load it with the -config=server.txt command line option anyway. Example:

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

passwordAdmin="adminpw";

password="";

hostname="The name of your server here";

motd[]=

{

"Welcome, have Fun, play fair",

"Mapnames containing @ need Addons",

"Use Version 1.90 or 1.91.",

"Version 1.85 will be kicked"

};

motdInterval=5;

voteThreshold=0.5;

reportingIP="master.gamespy.com";

voteMissionPlayers=1;

MaxPlayers=60;

kickDuplicate="true";

MaxMsgSend=512;

MinBandwidth=1048576;

MaxSizeGuaranteed=256;

MaxSizeNonguaranteed=192;<span id='postcolor'>

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  

×