RocketWerkz / IcarusDedicatedServer

Information for setting up and running a dedicated server in Icarus
36 stars 5 forks source link

Updating Dedicated Server and Running your Server Wiki Page needs more detail #10

Open jggaetano opened 10 months ago

jggaetano commented 10 months ago

In the script section it currently says:

// icarus.txt
login anonymous
app_update 2089300 validate
quit

should say:

// icarus.txt
force_install_dir C:\IcarusServer
login anonymous
app_update 2089300 validate
quit

If you've been following the rest of the instructions, you'll probably have the server installed in C:\IcarusServer and without the force_install_dir C:\IcarusServer line it installs to the wrong place.

jdog1089 commented 10 months ago

I having a problem with using the bat file. When I launch the bat file, steamcmd launches and will get to load the file but will say can't read file icarus.txt The only thing I need to change was where my steamcmd was.

What was called for:

Create text document on your desktop called Updateserver.bat with the below contents
taskkill /im IcarusServer.exe
C:\steamcmd\steamcmd +runscript icarus.txt

What I put:

Create text document on your desktop called Updateserver.bat with the below contents
taskkill /im IcarusServer.exe
E:\steamcmd\steamcmd +runscript icarus.txt

Any help on why it was throwing me the error on being able to read the file. I would greatly appreciate it.