Added commandline and installer options for "Safe Mode" startup

(See Bug #946 for more details.)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2673 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-19 03:44:39 +00:00
parent 16122a71da
commit 7da89e82ab
4 changed files with 29 additions and 1 deletions
+11
View File
@@ -57,12 +57,23 @@ values are 640x480 and 320x240.
Uses full screen mode. Pretty straightforward. Usually good to
combine with -r 320x240 unless you're using a scaler.
-w (or --windowed)
Displays the game in a window. The opposite of --fullscreen.
-o (or --opengl)
Use OpenGL drivers. This produces higher-quality graphics, and may be
faster as well -- but it also may not work on older cards. It also
permits use of any screen resolution.
-x (or --nogl)
Do not use OpenGL drivers. This is more likely to run on systems with
poor or no 3D acceleration, and is often faster, especially on older
or less well supported cards. Only the 320x240 and 640x480
resolutions are available when not using OpenGL.
-c (or --scale=mode)
Graphics scaling mode (bilinear, biadapt, biadv, triscan, hq or none).