I keep getting this error when i launch my rust server. Scene 'Procedural' couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded. To add a scene to the build settings use the menu File Build settings. Could anyone help me with this.
Solved Scene 'Procedural' couldn't be loaded (missing quotes)
Discussion in 'Rust Discussion' started by KittenXD, Apr 28, 2018.
-
post bat file
-
:start
RustDedicated.exe +server.ip xxx -batchmode +server.level Procedural Map +server.port 28016 +server.seed 1234 +server.worldsize 4000 +server.maxplayers 2 +server.hostname Server
:goto start -
Notepad++ v7.5.6 - Current VersionAttached Files:
-
-
-
I did change a few things and added a few things so use notepad++ and see what is done/changed
-
Wulf Community Admin
For a simple answer to this thread: Precedural is not a map, "Procedural Map" is (the quotes matter, otherwise the server only reads the first word).
+server.level "Procedural Map"