We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe3fdf + a8bc8e9 commit 8a71d92Copy full SHA for 8a71d92
Templates/BaseGame/game/main.tscript.in
@@ -9,7 +9,7 @@ trace(false);
9
10
// Set the name of our application
11
$appName = "@TORQUE_APP_NAME@";
12
-echo("Initializing" SPC $appName SPC getVersionString());
+echo("\nInitializing" SPC $appName SPC "["@getAppVersionString()@"] [Engine Version:"@getVersionString()@"]\n");
13
//-----------------------------------------------------------------------------
14
// Load up scripts to initialise subsystems.
15
ModuleDatabase.setModuleExtension("module");
0 commit comments