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
643 B
INI
29 lines
643 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "common.cfg";
|
||
|
|
||
|
DontUseAES = 1;
|
||
|
DontUseNS = 1;
|
||
|
|
||
|
// Paths = { "data_leveldesign", "data_common" };
|
||
|
Paths += { "./data_shard/pacs", "./data/3d/continents" };
|
||
|
Paths += { "data_leveldesign/leveldesign/World" };
|
||
|
|
||
|
SrcPaths = { "./data_leveldesign/leveldesign/new_world" };
|
||
|
ObjPath = "./data_leveldesign/leveldesign/new_world";
|
||
|
SavPath = "./data_leveldesign/leveldesign/new_world";
|
||
|
|
||
|
DisplayedVariables += { "EvaluatedPos" };
|
||
|
|
||
|
|
||
|
StartCommands =
|
||
|
{
|
||
|
// "pacs_crunch fyros",
|
||
|
// "pacs_crunch matis",
|
||
|
// "pacs_crunch tryker",
|
||
|
// "pacs_crunch bagne",
|
||
|
// "pacs_crunch sources",
|
||
|
|
||
|
// "aiMake"
|
||
|
};
|
||
|
|