17 lines
519 B
INI
17 lines
519 B
INI
|
|
// host where to find the login server
|
|
StartupHost = "localhost";
|
|
|
|
// the html access
|
|
StartupPage = "/index.php";
|
|
|
|
// first parameter is the application name.
|
|
// second is the exe name with relative path to the fourth param.
|
|
// third is the base path where the nel_launcher will be launch.
|
|
// fourth is the base path where the application will be launch (optional, if omitted, it'll use the third param).
|
|
Application = { "snowballs", "./snowballs.exe", "./" };
|
|
|
|
VerboseLog = 1;
|
|
|
|
UseDirectClient = 0;
|
|
|