From 36c69054b808ae68b6c829fb06401fc5bbea9ae7 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 6 Feb 2003 05:06:55 +0000 Subject: [PATCH] Added 'nosound'; --sound=openal|mixsdl|none option; -a is gone git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@695 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/doc/users/manual.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sc2/doc/users/manual.txt b/sc2/doc/users/manual.txt index 4f70de8d2..d5a7a191a 100644 --- a/sc2/doc/users/manual.txt +++ b/sc2/doc/users/manual.txt @@ -38,12 +38,6 @@ combine with -r 320x240. Use OpenGL drivers. This produces higher-quality graphics, and may be faster as well -- but it also may not work on older cards. - -a (or --openal) - -Use OpenAL drivers. This may produce higher-quality sound, but -it is not very stable on linux platforms, and may not work well -with some sound cards. - -c (or --scale=mode) Graphics scaling mode (bilinear, sai or supersai). Default is none. @@ -93,6 +87,16 @@ Use the .MOD based PC soundtrack everywhere. Can be "high", "medium", or "low". Specifies how nice the audio sounds. Slower machines should lower the audio quality. + --sound (no short version) + +Can be "openal", "mixsdl" or "none". Specifies which driver/mixer +to use. "openal" is only available when it has been compiled in. +It may produce higher-quality sound and will probably be faster, +but it is not very stable on linux platforms, and may not work +well with some sound cards. +Use "none" as a last resort if you cannot get other drivers to work, +or if you have no soundcard. + -u (or --nosubtitles) Disables subtitles.