Skip to main content

petaldb

Overview

The PetalDB ini type is used to define the models in the game.

Vanilla Examples

  • DATA\petaldb.ini

Syntax

[ObjectTable]

This is the only section within the file and it contains all entries.

[ObjectTable]
room = STRING, PATH ;repeatable
prop = STRING, PATH ;repeatable
cart = STRING, PATH ;repeatable
ParameterInformation
room or prop or cartThe STRING value sets the internal nickname of the model. The PATH points to the model's location within the game files. Entries are repeatable.