Creating a New Map

Like in native Unreal there's many ways you can create a new map. In order for your map to work with our various systems, the quickest way to get up and running is to modify the version of ExampleMap provided by the Morpheus Base Project or to duplicate our minimalist template map. The steps below cover the template map approach:

  1. Create Your Map

    1. Open NewMapTemplate

    2. File > Save Current Level As and rename it to make it your own

  2. Make Your Map Available for Upload

    1. Open Edit > Project Settings > Morpheus Platform> M2 World Builder

    2. Open section Upload > Maps

    3. Either replace Example Map or add an additional Map to the array

      1. All maps listed in this array will be uploaded and available in your mod if "Include Map in Upload" is checked. See Upload Content for more info

This section in Project Settings dictates what maps are visible in the web UI for any given version of a mod.

Last updated

Was this helpful?