khanat-opennel-code/code/ryzom/tools/leveldesign/primitive_id_assignator/primitive_id_assignator.cfg
2010-05-06 02:08:41 +02:00

23 lines
411 B
INI

// the list of file extension (without *.) to index
Extension =
{
"primitive",
};
// a list of filter to remove unwanted primitive from being indexed
Filters =
{
"/test/",
"/backup_old/"
};
// the path (recursive) where the primitives are
SearchPath =
{
"l:/primitives",
};
// the index file that contains the indexed file database
IndexFile = "l:/primitives/file_index.cfg";