1. I have spent ages trying to locate the problem, yet I cannot seem to understand why my server keeps loading up as vanilla. I think that a while ago, as I was setting up the server, I used a command in steam CMD, which auto updates rust whenever steam CMD is used. Even I know this is bad, is there any way I can take it off? Also, I feel like it has something to do with the batch file to run the server. This is the code I used:
    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "NoRcon4U" +server.maxplayers 10 +server.hostname "Greasy Server" +server.identity "serverfiles" +server.level "Procedural Map" +server.worldsize 1000 +server.saveinterval 1200 +server.globalchat true +server.description "Greasy game :)" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "http://oxidemod.org"echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start

    (Not the real rcon)

    Is there something wrong with this code?
    It would be great if someone who knew what they were doing could lend me a hand.
    Thanks
     
  2. Wulf

    Wulf Community Admin

    If you update Rust after installing Oxide, the that uninstalled Oxide as Oxide needs to be installed last.
     
  3. Add +server.seed 1395544078 to your bat file