[Scummvm-cvs-logs] CVS: scummvm/macosclassic configuration.macos,1.1,1.2

Drigo Zoxx drigo at users.sourceforge.net
Sat Mar 9 05:43:03 CET 2002


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

Modified Files:
	configuration.macos 
Log Message:
Added parameters specifications

Index: configuration.macos
===================================================================
RCS file: /cvsroot/scummvm/scummvm/macosclassic/configuration.macos,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configuration.macos	9 Mar 2002 00:08:50 -0000	1.1
--- configuration.macos	9 Mar 2002 13:42:22 -0000	1.2
***************
*** 1,14 ****
! scummvm monkey
  
! This setup file is needed to configure the scummvm parameters on the Macintosh. The first line is the same as the command line in a shell-like environment.
  
  Syntax:
  scummvm [-b<num> -f] game 
  
! scummvm - the program itself
! b<num> - start in that room
! f - fullscreen mode
! game - game id
  
  
  Game IDs:
--- 1,20 ----
! scummvm atlantis
  
! This setup file is needed to configure the scummvm parameters on the Macintosh. This first line is the same as the command line in a shell-like environment.
  
  Syntax:
  scummvm [-b<num> -f] game 
  
! 		scummvm		- the program itself
! 			-p<path>		- path to where the game is installed
! 			-b<num>		 - start in that room
!       -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')
! 			-f 						 - fullscreen mode
!       -n              - disable subtitles
! 		game						- the game ID
  
+ Note for the path: On the Macintosh you should use the semicolon instead of the slash to specify the gamepath. (i.e. -p:monkeyisland2:   or   -pSystem:Games:Indy3:)
  
  Game IDs:
***************
*** 27,30 ****
--- 33,37 ----
  snmdemo - Sam & Max (Demo)
  ft - Full Throttle
+ dig - The Dig
  
  The game IDs must be in lowercase!
***************
*** 33,36 ****
  Examples:
  scummvm -b10 -f monkey
! scummvm -f monkey2
! scummvm playfate
\ No newline at end of file
--- 40,46 ----
  Examples:
  scummvm -b10 -f monkey
! scummvm -p:lechuck: -f monkey2
! scummvm playfate
! 
! 
! Please refer to readme.txt for other infos.
\ No newline at end of file





More information about the Scummvm-git-logs mailing list