2 // host where to find the login server
\r
3 StartupHost = "localhost";
\r
6 StartupPage = "/index.php";
\r
8 // first parameter is the application name.
\r
9 // second is the exe name with relative path to the fourth param.
\r
10 // third is the base path where the nel_launcher will be launch.
\r
11 // fourth is the base path where the application will be launch (optional, if omitted, it'll use the third param).
\r
12 Application = { "snowballs", "./snowballs.exe", "./" };
\r
16 UseDirectClient = 0;
\r