C0nw0nk / SteamCMD-AutoUpdate-Any-Gameserver

Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
142 stars 28 forks source link

I can't make non-absolute directory configuration. #6

Open dezdem opened 8 years ago

dezdem commented 8 years ago
:: This is the directory you wish to install and keep your server updated to ::
set install_directory=.\

:: This is for the directory where you installed steamcmd ::
:: http://media.steampowered.com/installer/steamcmd.zip ::
set steamcmd_path=.\steamcmd.exe

:: This is the path to the exe of the game server this allows us to close and run the server for and after a update ::
:: Other command line variables for srcds can be found here https://developer.valvesoftware.com/wiki/Command_Line_Options ::
:: Example ::
:: set exe_path=C:\game-servers\CSGO\srcds.exe -game csgo -console -nocrashdialog -port 27015 +clientport 27005 +map de_dust2 ::
set exe_path=.\reflexded.exe

seems that all works besides launching the server.

C0nw0nk commented 8 years ago

Is that the steamcmd-CURL script ?

dezdem commented 8 years ago

without CURL