Wld tiles.ini (Config pack)
Jump to navigation
Jump to search
wld_tiles.ini - Definition of a terrain tiles for a world maps.
[ tiles-main ] | |||
---|---|---|---|
Parameter | Allowed values | Example value | Description |
total | >=1 | total = 328 | Allocate TILE-ID's to define tiles. |
grid | >=1 | grid = 32 | Default alignment grid size for all terrain tiles without defined "grid" field. |
config-dir | string | config-dir = "items/terrain" | Enables split config mode (using a set of tile-*.ini files in the specified directory instead finding sections in the same INI-file) |
extra-settings | string | extra-settings = "items/terrain" | 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 tile-*.ini config file, section name is always tile.
Settings of each tile (Where '*' - should be a TILE-ID from 1 to total number of tiles)
You should define settings for all allocated TILE-ID range!
[ tile-* ] | |||
---|---|---|---|
Parameter | Allowed values | Example value | Description |
* | * | * = * | Specification of content of theese sections are fully repeats the specification of Terrain Tile Object entry config files. |