mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
|
|
|
|
// A list of recursive search path to build the primitive list
|
|
SearchPath = { "L:\primitives\" };
|
|
|
|
// Ligo primitive configuration file path
|
|
LigoConfig = "L:\leveldesign\world_editor_files\world_editor_classes.xml";
|
|
|
|
// Default filter
|
|
DefaultFilter = "";
|
|
|
|
// Test primitive
|
|
TestPrimitive = "R:\code\ryzom\tools\leveldesign\mission_compiler_fe\test_compilateur.primitive";
|
|
// Test primitive destination (where to install the test missions)
|
|
TestPrimitiveDest = "R:\code\ryzom\tools\leveldesign\mission_compiler_fe\test_compilateur_gn.primitive";
|
|
// Reference script
|
|
ReferenceScript = "R:\code\ryzom\tools\leveldesign\mission_compiler_fe\test_compilateur.script";
|
|
|
|
// Directory containing \primitives\
|
|
ServerPathPrim = {
|
|
"server_prim",
|
|
// "\\linuxshard10\ryzom\cvs\code\ryzom\data_leveldesign",
|
|
};
|
|
|
|
// Directory containing txt files
|
|
ServerPathText = {
|
|
"R:\code\ryzom\tools\translation\work\phrases\rites",
|
|
// "\\linuxshard10\ryzom\cvs\code\ryzom\translation\work\phrases\rites",
|
|
};
|
|
|
|
// Server name
|
|
ServerName = {
|
|
"local",
|
|
// "S10",
|
|
};
|
|
|
|
// Local path for text files
|
|
LocalTextPath = "R:\code\ryzom\tools\translation\work\phrases\rites";
|