[Scummvm-cvs-logs] CVS: scummvm readme.txt,1.22,1.23

Jeremy Newman laxdragon at users.sourceforge.net
Mon Apr 15 14:52:24 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv4139

Modified Files:
	readme.txt 
Log Message:
Just noticed that Strigeus updated the -s command line opt. Updated the Readme for that.


Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** readme.txt	15 Apr 2002 21:37:15 -0000	1.22
--- readme.txt	15 Apr 2002 21:51:23 -0000	1.23
***************
*** 190,206 ****
  ---------------------
  
!         scummvm [-f] [-n] [-p<path>] [-s<n>] [-m<n>] [-t<n>] [-b<n>] game
  
!         -p<path>  - path to where the game is installed
! 	-b<num>   - start in that room
!         -c<num>   - drive to play cd audio from. eg, 0 is first drive
!         -s<num>   - set the scale factor, 1-3    default is '2'
!         -m<num>   - set the music volume, 0-100  default is '60'
!         -t<num>   - set music tempo              default is '2031616'
!         -e<mode>  - select sound engine. see below.
!         -g<mode>  - select graphics scaler. see below.
! 	-f        - full-screen mode
!         -n        - disable subtitles
!         -r        - enable Roland conversion. Try if music sounds incorrect.
  
  
--- 190,208 ----
  ---------------------
  
!         scummvm [OPTIONS] [GAME]
  
! 	[GAME]    - Short name of game to load. E.g. monkey for Monkey Island.
! 	
!         -p<path>  - Path to where the game is installed. Default is Cwd.
! 	-b<num>   - Start in room <num>.
!         -c<num>   - Drive to play cd audio from.  E.g., 0 is first drive.
!         -s<num>   - Set the sfx volume, 0-255.    Default is '100'
!         -m<num>   - Set the music volume, 0-100.  Default is '60'
!         -t<num>   - Set music tempo.              Default is '2031616'
!         -e<mode>  - Select sound engine. See below.
!         -g<mode>  - Select graphics scaler. See below.
! 	-f        - Full-screen mode.
!         -n        - Disable subtitles. Use with games that have voice.
!         -r        - Enable Roland conversion. Try if music sounds incorrect.
  
  
***************
*** 226,230 ****
  They are:
          -gnormal     - No filtering, original 320x200 resolution. Fastest.
!         -g2x         - No filtering, double screen/window size to 640x480
          -g3x         - No filtering, triple screen/window size to 800x600
          -g2xsai      - 2xsai filtering, double screen/window size to 640x480
--- 228,232 ----
  They are:
          -gnormal     - No filtering, original 320x200 resolution. Fastest.
!         -g2x         - No filtering, double screen/window size to 640x480 (default)
          -g3x         - No filtering, triple screen/window size to 800x600
          -g2xsai      - 2xsai filtering, double screen/window size to 640x480





More information about the Scummvm-git-logs mailing list