SRCDS Steam group


restart script?
#1
yes, i tried searching the forums, no luck, i was wondering where can i get it?
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#2
If you post your start-up command I'll make it for you and post it.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#3
"C:\srcds\surf server\srcds.exe" -game cstrike -console -tickrate 66 -maxplayers 16 +map surf_legends -fps_max 400 -ip 209.51.196.27 -port 27015 -heapsize 1048576 -\high thanks
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#4
Make a new txt file.
Save it as Start_My_Server.bat
put this all in there, edit as needed Smile
Code:
::=======================::
::    SRCDS Guardian     ::
::      Black-Sky        ::
::       Drocona         ::
::                       ::
::  EDITED FOR dualcore  ::
::       BY MOOGA        ::
::                       ::
::=======================::


::This will make the window clear, remove all paths etc, just to keep the important stuff
@echo off


::Give a name to the window, nothing really important.
title SRCDS Guardian dualcore's CS server


::Clear the window
cls


::Report to console what we are doing
echo Thanks for using SRCDS Guardian
echo For more help, please visit www.srcds.com
echo To close your server, close this windows and type exit in your server window

echo.
echo.
echo Watching the CS SRCDS for crashes

>> CS_Guardian.log echo.
>> CS_Guardian.log echo (%date%)(%time%) Started up SRCDS Guardian for CS.

::Insert a return point if it crashes
:srcds


echo (%date%)(%time%)        CS Server is now online.

>> CS_Guardian.log echo (%date%)(%time%)        CS Server is now online.


::Start the actual server
start /wait "C:\srcds\surf server\srcds.exe" -game cstrike -console -tickrate 66 -maxplayers 16 +map surf_legends -fps_max 400 -ip 209.51.196.27 -port 27015 -heapsize 1048576 -\high

echo (%date%)(%time%) CS Server crashed or closed. Now restarting...

>> CS_Guardian.log echo (%date%)(%time%) CS Server crashed or closed. Now restarting...


::Server crashed or closed, so we point it to the return point to start the server again
goto srcds


EDIT: If that doesn't work, change it slightly by CD-ing to the folder and then starting Smile
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#5
appreciate it, thanks, anywhere specific i should put the file?
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#6
dualcore1289 Wrote:appreciate it, thanks, anywhere specific i should put the file?
Nope, the script is written so it can be put ANYWHERE on the system and run Smile
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#7
thanks, appreciate it
Ryan White
Owner & CEO
GigabiteServers.com
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)