28 lines
513 B
INI
28 lines
513 B
INI
|
SearchPaths =
|
||
|
{
|
||
|
"r:/code/ryzom/data_common/r2", // entry points file
|
||
|
"R:/code/ryzom/data_shard/collisions",
|
||
|
"F:/r2 daily",
|
||
|
};
|
||
|
|
||
|
Continents = {"r2_jungle", "r2_forest", "r2_lakes", "r2_desert","r2_roots"};
|
||
|
|
||
|
SeasonSuffixes = { "_sp"}; //{ "_sp", "_su", "_au", "_wi" };
|
||
|
|
||
|
MeterPixelSize = 2;
|
||
|
|
||
|
OutDir = "F:/perso/code/HelloWorld/Affichage/Final";
|
||
|
|
||
|
CompleteIslandsFile= "r2_islands.xml";
|
||
|
|
||
|
EntryPointsFile= "ring_map_entry_ponts.txt";
|
||
|
|
||
|
Vegetation = true;
|
||
|
|
||
|
InverseZTest = true;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|