I have a test server that I have used for over a year now and is worked with no problems. After the update on feb 4th when i go to start the server, nothing happens.
@echo off
cls
:start
echo Starting server...
RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 34475660 ^
+server.worldsize "3500" ^
+server.maxplayers 10 ^
+server.hostname "49004900" +server.description "A Test Server" ^
+server.identity "TestServer"
echo.
echo Restarting server...
echo.
goto startThis is the batch file I have used to start the server. Anybody know why It doesnt work all of a sudden?