From the Command Prompt:
My Batch File:Code:Couldn't load server/my_server_identity/save/Procedural Map_4000_8675309/0.sav - file doesn't exist
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.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
If someone can share their .bat file, that would be awesome!
Solved Couldn't load server/my_server_identity/
Discussion in 'Rust Discussion' started by LeeFPV_, Jun 6, 2016.
-
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
Last edited by a moderator: Jun 6, 2016 -
-
-
[DOUBLEPOST=1465203596][/DOUBLEPOST] -