microphone-standAmphitheater

You can dynamically switch between different setups for the Legion Square Amphitheater using the in-game /changesetup command. This command activates specific IPLs (Interior Proxy Libraries) based on the selected setup.

πŸ› οΈ Available Setups

Each setup has its own unique visual and functional style:

Setup Name
Description

default

Base/default setup

band

Band stage setup

dj

DJ performance setup

speaker

Speaker system setup

cinema

Removes all setups (clean stage)

πŸ“‹ Usage

Open your in-game chat and type the following:

/changesetup [setup]

βœ… Example Commands

/changesetup default
/changesetup band
/changesetup dj
/changesetup speaker
/changesetup cinema

If you type an invalid setup name or leave it empty, you'll get an error message:

πŸ”„ What It Does Internally

  • Removes all active IPLs to ensure a clean switch.

  • Loads only the IPLs relevant to the selected setup.

  • If cinema is selected, all IPLs are removed for a clean slate.

πŸ’‘ Developer Note

You can find or customize the available setups in the config.lua file, under this section:

Last updated