Base Environments
There are 3 base environments provided with SimWorld base package that can be start with. (See Installation for download links)
Map Path |
Description |
Notes |
|
A lightweight urban city environment with basic buildings, roads. |
Default map loaded when starting the SimWorld binary without specifying a map. |
|
A lightweight urban city environment with basic buildings, roads. |
Similar to demo_1 but with different layout. |
|
An empty environment with just a ground plane and sky. |
Useful for testing Procedural City Generation. |
Usage
CLI
If you run SimWorld on a server, to load and use these additional environments you can refer to the Unreal Engine Official Documentation to specify the desired Map URI when launching the unreal engine backend.
See also
For more details on command line arguments, see the Unreal Engine Official Documentation
For example, run the following command from the extracted UE server directory:
on Windows:
./SimWorld.exe /Game/Maps/demo_2.umap
or on Linux:
./SimWorld.sh /Game/Maps/demo_2.umap
GUI
If you run SimWorld on a machine with a GUI, you can switch the map after launching the SimWorld Unreal Engine backend by using the console command in the console window:
Press
~to open the console windowType
open /Game/Maps/demo_2.umapand press enter