ECF Posted April 25, 2005 Share Posted April 25, 2005 Default Installation config. -Quick File Links Created <div class="pre"><pre><?xml version="1.0" standalone="yes"?> <GAME> <GAMEID>10</GAMEID> <NAME>CS Source</NAME> <SHORTNAME>CSS</SHORTNAME> <DEFAULTPORT>27015</DEFAULTPORT> <DEFAULTQUERYPORT>27015</DEFAULTQUERYPORT> <DEFAULTRCONPORT>27015</DEFAULTRCONPORT> <FILESFOLDER>CSS</FILESFOLDER> <RELATIVEEXECUTABLE>srcds.exe</RELATIVEEXECUTABLE> <RELATIVEWORKINGDIRECTORY>/</RELATIVEWORKINGDIRECTORY> <RELATIVEUSERFILES>/</RELATIVEUSERFILES> <INSTALLEDPATCH /> <DEFAULTCMDLINE>-game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg +map de_aztec</DEFAULTCMDLINE> <DEFAULTCUSTOMCMDLINE>-game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% %usercmdline%</DEFAULTCUSTOMCMDLINE> <PRIVATECMDLINE>-game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% +exec server.cfg +map de_aztec</PRIVATECMDLINE> <PRIVATECUSTOMCMDLINE>-game cstrike -console +ip %serverip% -port %serverport% +maxplayers %slots% %usercmdline%</PRIVATECUSTOMCMDLINE> <COMPATIBILITY>39</COMPATIBILITY> <COMMANDLINEPARAMETERS> <COMMANDLINEPARAMETER> <GAMEID>10</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>+exec</COMMAND> <DENYCHARS /> <DESCRIPTION>Execute config command</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN /> <ORDER>1</ORDER> <SPACEAFTERINPUT>True</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>True</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> <COMMANDLINEPARAMETER> <GAMEID>10</GAMEID> <CANSETVALUE>True</CANSETVALUE> <COMMAND>+map</COMMAND> <DENYCHARS /> <DESCRIPTION>Starting map command</DESCRIPTION> <ENCLOSEQUOTES>False</ENCLOSEQUOTES> <EQUALSIGN /> <ORDER>2</ORDER> <SPACEAFTERINPUT>False</SPACEAFTERINPUT> <SPACEAFTERSIGN>False</SPACEAFTERSIGN> <SPACEBEFORECOMMAND>True</SPACEBEFORECOMMAND> <SPACEBEFORESIGN>True</SPACEBEFORESIGN> <USERACCESS>True</USERACCESS> </COMMANDLINEPARAMETER> </COMMANDLINEPARAMETERS> <DEFAULTCONFIGFILES> <CONFIGFILE> <GAMEID>10</GAMEID> <CONTENTS>// server name hostname "%hostname%" // rcon passsword rcon_password "%rconpassword%" // Server password sv_password "%privatepassword%" // server cvars mp_friendlyfire 0 mp_footsteps 1 mp_autoteambalance 1 mp_autokick 0 mp_flashlight 0 mp_tkpunish 1 mp_forcecamera 0 sv_alltalk 0 sv_pausable 0 sv_cheats 0 sv_consistency 1 sv_allowupload 1 sv_allowdownload 1 sv_maxspeed 320 mp_limitteams 2 mp_hostagepenalty 5 sv_voiceenable 1 mp_allowspectators 1 mp_chattime 10 sv_timeout 65 // round specific cvars mp_freezetime 6 mp_roundtime 5 mp_startmoney 800 mp_c4timer 45 mp_fraglimit 0 mp_maxrounds 0 mp_winlimit 0 mp_playerid 0 mp_spawnprotectiontime 5 // bandwidth rates/settings sv_minrate 0 sv_maxrate 0 decalfrequency 10 sv_maxupdaterate 60 sv_minupdaterate 10 // server logging log off sv_logbans 0 sv_logecho 1 sv_logfile 1 sv_log_onefile 0 // operation sv_lan 0 sv_region 255 // execute ban files exec banned_user.cfg exec banned_ip.cfg </CONTENTS> <DESCRIPTION>Server config file</DESCRIPTION> <DISPLAYNAME>server.cfg</DISPLAYNAME> <RELATIVEPATH>/cstrike/cfg/server.cfg</RELATIVEPATH> </CONFIGFILE> <CONFIGFILE> <GAMEID>10</GAMEID> <CONTENTS /> <DESCRIPTION>Server mapcycle file</DESCRIPTION> <DISPLAYNAME>mapcycle.txt</DISPLAYNAME> <RELATIVEPATH>/cstrike/mapcycle.txt</RELATIVEPATH> </CONFIGFILE> <CONFIGFILE> <GAMEID>10</GAMEID> <CONTENTS /> <DESCRIPTION>Contains current maps</DESCRIPTION> <DISPLAYNAME>maplist.txt</DISPLAYNAME> <RELATIVEPATH>/cstrike/maplist.txt</RELATIVEPATH> </CONFIGFILE> <CONFIGFILE> <GAMEID>10</GAMEID> <CONTENTS /> <DESCRIPTION>Message of the day file</DESCRIPTION> <DISPLAYNAME>motd.txt</DISPLAYNAME> <RELATIVEPATH>/cstrike/motd.txt</RELATIVEPATH> </CONFIGFILE> </DEFAULTCONFIGFILES> <PATCHES> <PATCH> <GAMEID>10</GAMEID> <PATCHID>TC1443422167624</PATCHID> <DESCRIPTION>STEAM # 37</DESCRIPTION> <FILENAME>update37.zip</FILENAME> <NAME>Update37</NAME> </PATCH> </PATCHES> <RCONCOMMANDS> <RCONCOMMAND> <GAMEID>10</GAMEID> <RCON_COMMAND>kick</RCON_COMMAND> <DESCRIPTION>KICK</DESCRIPTION> <FULL_COMMAND>kick <playername></FULL_COMMAND> <IS_KICK_COMMAND>1</IS_KICK_COMMAND> <IS_BAN_COMMAND>0</IS_BAN_COMMAND> </RCONCOMMAND> <RCONCOMMAND> <GAMEID>10</GAMEID> <RCON_COMMAND>ban</RCON_COMMAND> <DESCRIPTION>BAN</DESCRIPTION> <FULL_COMMAND>ban <playername></FULL_COMMAND> <IS_KICK_COMMAND>0</IS_KICK_COMMAND> <IS_BAN_COMMAND>1</IS_BAN_COMMAND> </RCONCOMMAND> </RCONCOMMANDS> </GAME></pre></div> Link to comment Share on other sites More sharing options...
ECF Posted April 29, 2005 Author Share Posted April 29, 2005 Sorry folks I screwed up one of the lines in the config file. If you have allready downloaded it please edit your server.cfg in the setup. rcon_password "%rconpasswor%" Please find this line in the server.cfg file and add a d on the end of password please. Should read like this rcon_password "%rconpassword%" Sorry Link to comment Share on other sites More sharing options...
LFA Posted April 29, 2005 Share Posted April 29, 2005 I was just about to post that Also you can re-import the file and check the "update is exists" checkbox. Link to comment Share on other sites More sharing options...
ECF Posted April 29, 2005 Author Share Posted April 29, 2005 I have updated the config file and added the kick and ban commands for the status page. The status page will now also accept rcon commands for the Source engine after last nihts update. Link to comment Share on other sites More sharing options...
tangogc Posted July 28, 2005 Share Posted July 28, 2005 Request Update with new powerfull Config Editor GREAT Link to comment Share on other sites More sharing options...
tangogc Posted July 31, 2005 Share Posted July 31, 2005 Any update ECF ,m8, for the css config file with the new powerfull editor.. thanks Link to comment Share on other sites More sharing options...
ECF Posted July 31, 2005 Author Share Posted July 31, 2005 I have done nothing with it as of yet, been too busy. Have you tried creating your own? Link to comment Share on other sites More sharing options...
tangogc Posted July 31, 2005 Share Posted July 31, 2005 No, m8, I don't know the CSS command but I want add this feature for my customers thanks Link to comment Share on other sites More sharing options...
ECF Posted July 31, 2005 Author Share Posted July 31, 2005 The generic commands are the same as regular CS. Link to comment Share on other sites More sharing options...
tangogc Posted July 31, 2005 Share Posted July 31, 2005 thanks but I am not a player my last game played was MOH now I have only time to admining my site.... If you can and when you have time copy the commang in the config file and attach here. But very by quite and only if you have time I don't want give you any problem sorry Link to comment Share on other sites More sharing options...
ECF Posted July 31, 2005 Author Share Posted July 31, 2005 I will try to get one done tonight Link to comment Share on other sites More sharing options...
tangogc Posted July 31, 2005 Share Posted July 31, 2005 You GREAT no more words Thanks anyway Link to comment Share on other sites More sharing options...
ECF Posted July 31, 2005 Author Share Posted July 31, 2005 Generic CS Source game config file including config editor values. If you currently have the config loaded from this forum, please remember to select "overwrite existing" when importing. Enjoy! CSS.txt Link to comment Share on other sites More sharing options...
tangogc Posted July 31, 2005 Share Posted July 31, 2005 Thanks a lot ! Link to comment Share on other sites More sharing options...
Dr. Kitteny Berk Posted August 15, 2005 Share Posted August 15, 2005 Generic CS Source game config file including config editor values. If you currently have the config loaded from this forum, please remember to select "overwrite existing" when importing. Enjoy! Cheers. i'm trying to use this, but am getting this error and am having trouble pinning it down. <div class="pre"><pre>GSAutomation.Processes.CreateGameServer: Could not write to E:\Client\Test\GameServers\TC16252466774141481762673\\cstrike\cfg\server.cfg. Error: Could not find a part of the path "E:\Client\Test\GameServers\TC16252466774141481762673\cstrike\cfg\server.cfg". Server: MasterServer Master Server Owner: Test</pre></div> any ideas? cheers Link to comment Share on other sites More sharing options...
LFA Posted August 15, 2005 Share Posted August 15, 2005 does your CS installation zip or folder have this file: cstrike\cfg\server.cfg Link to comment Share on other sites More sharing options...
Dr. Kitteny Berk Posted August 15, 2005 Share Posted August 15, 2005 i've tried with and without a server cfg. i'm assuming the issue is the \\ but i can't find it. Link to comment Share on other sites More sharing options...
LFA Posted August 15, 2005 Share Posted August 15, 2005 Create a support ticket with the login for the control panel, master and remote servers so I can have a look at your configuration. Link to comment Share on other sites More sharing options...
Dr. Kitteny Berk Posted August 15, 2005 Share Posted August 15, 2005 will do Link to comment Share on other sites More sharing options...
mike125000 Posted November 5, 2005 Share Posted November 5, 2005 anyone know how to set a ticrate for a CS:S server? Link to comment Share on other sites More sharing options...
Chew Posted November 5, 2005 Share Posted November 5, 2005 Add it to the Additional Arguments options in the individual service settings. Link to comment Share on other sites More sharing options...
ECF Posted November 5, 2005 Author Share Posted November 5, 2005 Also, please remember to adjust your windows multimedia timer on your servers. To do this you can simply login to your server and run windows media player. You can leave it minimized, but make sure it is running at all times so the windows mm timing get's changed. Otherwise the tickrate in the command line will not work properly and will simply eat extra ram. Link to comment Share on other sites More sharing options...
Recommended Posts