Updating Dedicated Server and Running your Server - RocketWerkz/IcarusDedicatedServer GitHub Wiki
Update Server
-
Create text document on your desktop called Updateserver.bat with the below contents
taskkill /im IcarusServer.exe
C:\steamcmd\steamcmd +runscript icarus.txt
-
Create a text doc under c:\steamcmd called Icarus.txt with the below contents
// icarus.txt
login anonymous
app_update 2089300 validate
quit
-
Everytime you need to update the server run the updateserver.bat on your desktop and wait for the cmd window to end
-
Once its finished you can now open your dedicated server.
Run Server
-
Create Bat file on your desktop called RunServer.bat with the below contents
"C:\steamcmd\steamapps\common\Icarus Dedicated Server\IcarusServer.exe" -log -QueryPort=27015 exit
-
Everytime you want to run server double-click RunServer.bat on your desktop