#
3. World Customization
To get the most out of ARL, it’s recommended to create your own custom mission world and build the scenario from the ground up.
This gives you full control over every entity, layer, and system while keeping the framework cleanly updatable.
Note
Reference only: Worlds/Life_Eden.ent
is included to show how things are wired. As a released asset it’s read-only; treat it as an example, not an edit target.
#
Why create your own world?
- Total control — place, move, and tune every entity and layer.
- Safe updates — your content stays separate from framework assets.
- Clear structure — your mission data lives in your own addon.
#
Tips
- Look at
Worlds/Life_Eden.ent
to understand the wiring, then replicate the patterns in your world.