khanat-opennel-code/code/ryzom/tools/leveldesign/install/ligoscape.cfg
kervala 47ccfe279a Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00

13 lines
332 B
INI

// Ligoscape configuration file
// Size of a cell of the ligoscape in meter
cell_size = 160;
// Snap precision for vertex position checking in meter
snap = 1;
// Zone snapshot resolution in pixel
zone_snapeshot_res = 128;
// The ligo class definition XML file
primitive_class_filename = "world_editor_classes.xml";