Server not starting, keeps loopingSolved
After attempting to install oxide by extracting the files to the rust server, the bat file seems to not execute properly anymore it just seems to be stuck in a loop without even starting. I updated the Rusty App through SteamCMD but it still doesn't seem to be running here's my start script:

echo off
:start
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.worldsize 1500 +server.maxplayers 10 +server.identity "RustD" +rcon.web 1
goto start
Check your output_log.txt for errors. You can set it with +logfile output_log.txt.

Also make sure your script is where your server exe is, and that you aren't running it as admin.
is you bat file in the same directory as RustDedicated.exe
Locked automatically