1. Wulf

    Wulf Community Admin

    Where are your saves being loaded from? That's the location it's supposed to be if you aren't setting server.identity in the command-line.
     
    Last edited: Apr 17, 2015
  2. From correct server identity. Startup script not changed at all, but when i'm updating to this commit - oxide start using default directory, but not server itself (logs and save loaded/writing still in correct identity), so something wrong here.
     
  3. Wulf

    Wulf Community Admin

    What does your startup script look like?
     
  4. statup part (sh):
    Code:
    wine ./RustDedicated.exe -batchmode -datadir "RustDedicated_Data\\" \
    +server.port 29015 +rcon.port 29115 +rcon.password "****" +rcon.ip 0.0.0.0 \
    +server.hostname "****" \
    +server.identity "surv" +server.maxplayers 200 +server.saveinterval 3600 \
    +server.worldsize **** +server.seed ****
     
  5. Wulf

    Wulf Community Admin

    This should be fixed in the latest commit and snapshots.