1. Server crashed and whatever i do it load a different seed from what i had, i tried all options +server.seed ..
    It wont allow me to pick the seed i load, it always loads a different seed..


    Any ideas?
    [DOUBLEPOST=1438736149][/DOUBLEPOST]How to make server load map seed? anyone?
     
  2. Can you copy paste the text of your batch file here?
     
  3. RustDedicated.exe -batchmode +server.hostname "NoName" +server.port 28215 +rcon.ip 0.0.0.0 +rcon.port 28216 +rcon.password "pass" +server.maxplayers 150 +server.seed 43243244

    I even deleted the server identity folder..it always generates with the same seed, not the one im specifying
     
  4. You forgot to add the following:
    -load

    Without this your server will generate a new seed on every load instead of loading your savegame.

    Also interesting:
    -server.saveinterval 300

    This will do an auto save at the given time interval.

    And I also add this:
    +server.level "Procedural Map"

    (no idea if this is really needed)
    [DOUBLEPOST=1438785864][/DOUBLEPOST]I actually might have misread your problem description. If it doesn't load seed 43243244 at all, does it load another one? For isntance seed 3600
     
  5. Wulf

    Wulf Community Admin

    The -load actually isn't used at all anymore. Procedural Map is also the default map, so specifying it isn't needed.
     
  6. Oh okay, sorry. That was just what my host's file looks like.