So the toppic from this treath says enough I think,
I got this inside of my Startup.bat and the console showing me the default name from the game self and nothing more
So I don't know what I'm doing wrong,
I got this inside of my Startup.bat and the console showing me the default name from the game self and nothing more
So I don't know what I'm doing wrong,
@echo off
:start
RustDedicated.exe -batchmode
+server.port 28015 ^
+server.level Porcedural Map ^
+server.seeds 3000 ^
+server.worldsize 4000 ^
+server.maxplayers 10 ^
+server.hostname TestServer ^
+server.description TestServer so don't join it yet! ^
+server.url ^
+server.headerimage ^
+server.identity TestServer1 ^
+rcon.port 28016 ^
+rcon.password Spikey-125 ^
+rcon.web 1 ^
@echo.
@echo Restarting Server.................
timeout /t 10
@echo. goto start