Adding Models

How to add new models to existing buildings

circle-info

You can only add buildings and cars, not roads or nature.

The file's name must start with add3dModels and each line must have 4 or 5 values which are based in:

Structure Model Formatchevron-right

You'll just need to add in front of it the name of the building you wish to add the model, ending with the format:

circle-info

BuildingCodeName,ModelName,TileSize,TileSize,Edge

Will add to the building cabanha the models KCasa0020 and KCasa0021 with a tile size of 1 x 1, which one will be only for edges (E).

circle-info

Remember that 1x1 is the size of the model in tiles, which is 40x40 voxels each.

add3dModels_Example.txt
cabanha,KCasa0020,1,1
cabanha,KCasa0021,1,1,E
triangle-exclamation

Last updated