You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
517 B
INI
29 lines
517 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "general_utilities_service_default.cfg";
|
||
|
|
||
|
DontUseAES = 0;
|
||
|
DontUseNS = 1;
|
||
|
DontUseTS = 1;
|
||
|
|
||
|
NSHost="localhost";
|
||
|
|
||
|
Paths = {};
|
||
|
//PathsNoRecurse = {"r:/code/ryzom/data_leveldesign/leveldesign/Game_elem"};
|
||
|
GeorgePaths = {};
|
||
|
WriteFilesDirectory = "";
|
||
|
SaveFilesDirectory = "";
|
||
|
|
||
|
StartCommands =
|
||
|
{
|
||
|
""
|
||
|
|
||
|
// ,"modulesAdd gushub 1234"
|
||
|
// ,"modulesAdd gusnet localhost:1234"
|
||
|
|
||
|
// ,"modulesAdd cc test1 2"
|
||
|
// ,"ccLoad test.ccs"
|
||
|
|
||
|
// ,"modulesAdd ce en test1"
|
||
|
// ,"ccRun"
|
||
|
};
|