# 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.


# 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.