khanat-opennel-code/code/nel/tools/pacs/build_indoor_rbank/build_indoor_rbank.cfg
2010-05-06 02:08:41 +02:00

49 lines
1.2 KiB
INI

// ---------------------------------------------------------------------
// Mesh input settings
// The path to the directory to find .cmb files
MeshPath = "//benjaminl/computeddata/ryzom/surfaces/retrievers/";
// The prefix names of the .cmb files (and .lr files to be saved)
Meshes = {
"col_appart",
"col_forge",
//"col_mairie",
"col_street_1",
"col_street_2",
"col_taverne",
"col_warschool",
"village_try",
};
// ---------------------------------------------------------------------
// Simple output settings
// The path to the directory to store computed retrievers
OutputPath = "//benjaminl/computeddata/ryzom/surfaces/retrievers/";
// The prefix name of the computed global retriever (if no merge)
OutputPrefix = "ryzom_interiors";
// ---------------------------------------------------------------------
// Merged output settings
// If we must merge retrievers together
Merge = 1;
// The path where to find original retriever & bank
MergePath = "//benjaminl/computeddata/ryzom/surfaces/retrievers/";
// The original retriever prefix name
MergeInputPrefix = "ryzom";
// The output prefix name
MergeOutputPrefix = "ryzom_landscape_interiors";