1. 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.
     
  2. post bat file
     
  3. echo off
    :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
     
  4. Here is your fix use notepad++ if you need to edit it
    Notepad++ v7.5.6 - Current Version
     

    Attached Files:

  5. I did change a few things and added a few things so use notepad++ and see what is done/changed
     
  6. Wulf

    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"