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.
Solved Changing server map/level?
Discussion in 'Rust Discussion' started by nanohard, Nov 28, 2017.
-
Add the following to your startup bat generally before or after +server.seed.
Code:+server.level "TYPE"
Barren
HapisIsland -
Thanks, I'll try that out. I guess the maps I wanted to use are no longer available.
-
-
Procedural map is computer-generated using the random seed. The other maps are static and don't change.
-
@nanohard Barren maps use the same procedural system while hapis is static so it'll ignore your seed value.
-
-
Thanks this has helped alot
-
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