Open jggaetano opened 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.
In the script section it currently says:
should say:
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.