Solved Changing server map/level?

Discussion in 'Rust Discussion' started by nanohard, Nov 28, 2017.

  1. I've searched high and low, but I can't figure out how to change the map to non-procedural.
    I tried setting
    server.level "Craggy Island"
    in serverfiles/server/rustserver/cfg/server.cfg

    And I also tried modifying the exec function in _default.cfg by adding:
    +server.level "Craggy Island"
    and also
    +server.level "SavasIsland"

    It complains about assets and bundles, so does that mean that these maps are no longer available to use, and we can only use procedural maps?

    Maybe related, not sure, every time I wipe and spawn a new world it's the same, using procedural and a map size of 1000.
     
    Last edited by a moderator: Nov 28, 2017
  2. Add the following to your startup bat generally before or after +server.seed.
    Code:
    +server.level "TYPE"
    Procedural Map
    Barren
    HapisIsland
     
  3. Thanks, I'll try that out. I guess the maps I wanted to use are no longer available.
     
  4. may i ask what the difference is? ive never played on barren or hapisisland. but what are the differences between the maps?
     
  5. Procedural map is computer-generated using the random seed. The other maps are static and don't change.
     
  6. @nanohard Barren maps use the same procedural system while hapis is static so it'll ignore your seed value.
     
  7. Thanks makes sense now. appreciate it fellas
     
  8. Thanks this has helped alot
     
  9. This didn't work for me. I am using Linux Ubuntu
    I am just getting +server.level: command not found

    nvm...
     
    Last edited by a moderator: Jun 29, 2018