1. From the Command Prompt:

    Code:
    Couldn't load server/my_server_identity/save/Procedural Map_4000_8675309/0.sav - file doesn't exist
    My Batch File:

    Code:
    :START
    -beta experimental validate +quit
    RustDedicated.exe
    -batchmode
    -server.port 28015
    -server.hostname "The Arcade Room"
    -server.seed 8675309
    -server.maxplayers 50
    -server.worldsize 4000
    -server.identity my_server_identity
    -chat.serverlog 1
    -server.netlog 1
    -server.saveinterval 300
    -spawn.max_rate 1
    -spawn.max_density 1
    -autoupdate
    time /t >> shut.log
    pause
    GOTO:START
    I've been trying to get my Oxide server up and running all day, but the same error keeps on appearing. I've deleted the server files and reinstalled a fresh new server... Same error keeps on popping up. I think it's something with my .bat file and the server map. The -server.identity argument seems to be conflicting with this as well.

    If someone can share their .bat file, that would be awesome!
     
    Last edited by a moderator: Jun 6, 2016
  2. Here you go you done it wrong needs to be all on same line you also missed a few things I also set rcon password to 1234 you can change that
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 28015 +server.level "Procedural Map" +server.hostname "The Arcade Room" +server.seed 8675309 +server.maxplayers 50 +server.worldsize 4000 +server.identity "my_server_identity" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password 1234
    If running from your pc leave the server ip and rcon ip as is if running from a host then change the ip to the hosting box
     
    Last edited by a moderator: Jun 6, 2016
  3. Thank you! Also, here's another noob question. If I wanted to remove the map so the server could randomly generate a new one, what would be the proper way to do that?
     
  4. Best not to just change the seed if you need a new map but you will need to delete some files from your data folder but that depends on what plugins you have
     
  5. Don't have any plugins installed, I have a fresh server. To remove/wipe the map, do I delete the file in "server\my_server_identity\save"?
    [DOUBLEPOST=1465203596][/DOUBLEPOST]
    By the way, I got my server up and running! Thank you!
     
  6. Just change the seed if you have no plugins