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.
27 lines
463 B
INI
27 lines
463 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "common.cfg";
|
||
|
|
||
|
//NSHost = "itsalive2";
|
||
|
//NSHost = "pc27";
|
||
|
//NSHost = "ldserver01";
|
||
|
//NSHost = "gamedev4";
|
||
|
//NSHost = "stephanec";
|
||
|
NSHost = "localhost";
|
||
|
NSPort = 50000;
|
||
|
|
||
|
WindowStyle = "WIN";
|
||
|
|
||
|
StartCommands =
|
||
|
{
|
||
|
// "goTo 17960 -33180 10",
|
||
|
// "goTo 16240 -24800 10",
|
||
|
// "goTo 1760 -1440 60",
|
||
|
"goTo 2520 -2100 -5",
|
||
|
"setUpdateTimeout 100",
|
||
|
};
|
||
|
|
||
|
Paths = { "data_leveldesign", "data_shard" };
|
||
|
|
||
|
DontUseAES = 1;
|
||
|
|