Command-Line Options
-EExplicitly checked and has a global variable corresponding to it but the global variable is never used.
-HSHigh-resolution shadow map. When present, the game will use a 2048x2048 shadow map instead of a 1024x1024 one.
-IWhen present, several initialization steps are skipped and the game crashes during startup. Among others, the
InstallGameFilescommand is not registered when this option is present. The check for this option is followed by an empty function indicating that the functionality associated with it was stripped from the release build.-LWhen present,
logfile.txtis used as a log file. There are 2 places inWinConsole_Zthat could potentially write to this file but I have yet to observe this being used. It is likely that all logging calls were stripped in release builds.-mceRelated to Windows XP Media Center Edition. When the game is launched with this command-line option, the
%SystemRoot%\ehome\ehshell.exeexecutable will be run upon exiting the game, or if Windows Virtual-Memory is not enabled, if the executable is present.-WLaunch in windowed mode with right-click menu.