Wld scenery.ini (Config pack)
Jump to navigation
Jump to search
wld_scenery.ini - Definition of sceneries for world maps.
| [ scenery-main ] | |||
|---|---|---|---|
| Parameter | Allowed values | Example value | Description |
| total | >=1 | total = 32 | Allocate SCENERY-ID's to define sceneries. |
| grid | >=1 | grid = 32 | Default alignment grid size for all scemeries without defined "grid" field. |
| config-dir | string | config-dir = "items/scenery" | Enables split config mode (using a set of scenery-*.ini files in the specified directory instead finding sections in the same INI-file) |
| extra-settings | string | extra-settings = "items/scenery" | Relative path to folder where are extra settings JSON layouts are stored. If the field didn't define, the value of `config-dir` will be used. When it's also empty too, extra settings will not work. |
Note: in the split mode or in the custom level/episode scene-*.ini config file, section name is always scenery.
Settings of each scenery (Where '*' - should be a SCENERY-ID from 1 to total number of sceneries)
You should define settings for all allocated SCENERY-ID range!
| [ scenery-* ] | |||
|---|---|---|---|
| Parameter | Allowed values | Example value | Description |
| * | * | * = * | Specification of content of theese sections are fully repeats the specification of Scenery Object entry config files. |