Terrain objects list

Terrain Builder objects list

Read a Terrain Builder map objects list and instantiate template object in the scene according to the read data.


Location

File -> Import -> Arma 3 map objects (.txt)


Properties

Name Source

Source of the model name on the template objects used to match to the model names in the imported list.

  • Object: object name, ignoring dotted suffixes (eg.: Cube and Cube.001 both export as Cube)

  • Property: custom string object property

Name Property

Only if Name Source is Property.

Name of the string property on the objects, containing the model name corresponding to the list.

Shift

Coordinate shift for the imported coordinates.


Process

  1. file is completely read into an internal data structure, and kept in memory for the duration of the process

  2. names of required models are collected from the list

  3. available template objects are collected from the active scene

  4. objects are instantiated as linked copies of the templates

  5. template objects are cleaned up (if applicable)

Last updated