|
|
#1 |
|
Guest
Posts: n/a
|
Source Multiplayer Dedicated Server
Hello,
Everytime I create a server in 'Multiplayer Source Dedicated Server' I have to reconfigure all 'Variables'. Like: Time Limit, Win Limit, Map, Footsteps, etc. how can I save this information permanently. I want start with the same information included everytime. |
|
|
|
#2 |
![]() Join Date: May 2009
Reputation: 87
Posts: 814
|
Set them in your server's autoexec.cfg or server.cfg and those values should be used.
Though, I highly recommend against using the Steam=>Tools server. More people have issues with it than just using the stand-alone HLDSUpdateTool server. Satoon |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
|
|
|
|
#4 |
![]() Join Date: May 2009
Reputation: 87
Posts: 814
|
You probably need to create them. They should be in your ../Steam/steamapps/<username>/source 2007 dedicated server/cstrike/cfg/ folder. Again, though, I highly recommend using the HLDSUpdateTool to create your server. If you do end up using the HLDSUpdateTool, those files would be in your server's ../orangebox/cstrike/cfg/ folder.
As a quick tutorial, this is how you would create the server with the HLDSUpdateTool: Download the tool from here: http://storefront.steampowered.com/d...updatetool.exe Install it where you want it. Most people use something like c:/srcds/ as the directory. Open your Command Prompt by right clicking on it and choosing "Run as administrator". Navigate the Command Prompt to the directory you chose. Type the following for CS:S : Code:
hldsupdatetool -command update -game "Counter-Strike Source" -dir . Code:
hldsupdatetool -command update -game "Counter-Strike Source" -dir c:/srcds Once that is finished, open your Window Explorer and navigate to the server's ../orangebox/ directory. Copy the srcds.exe file and paste a shortcut to the desktop. Right click the shortcut and select "Properties". Add the following to the end of the "Target" line: Code:
-console -game cstrike +map de_dust2 Satoon |
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
Wow, that's very advanced to me. Thanks!
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|