khanat-opennel-code/code/nelns/login_system/nel_launcher_qt/nel_launcher.cfg
StudioEtrange e3d6a799bb Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket
2013-07-24 20:53:33 +00:00

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;