From 626ef4194ae9f78ea1869a4e25349a865affdcbf Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 4 Mar 2003 02:02:41 +0000 Subject: Add language option and mingw compile note svn-id: r6682 --- README | 56 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 18 deletions(-) (limited to 'README') diff --git a/README b/README index 13c5585a37..cc267e34ed 100644 --- a/README +++ b/README @@ -202,6 +202,10 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). * Type make (or gmake if that's what GNU make is called on your system) and hopefully ScummVM will compile for you. + Mingw: + * Open Makefile.mingw, alter SDL paths and choose compiling options. + * Type make -f Makefile.mingw and hopefully ScummVM will compile for you. + Microsoft Visual C++: * Open the workspace, scummwm.dsw * Enter the path to the SDL include files in Tools|Options|Directories @@ -284,24 +288,25 @@ Command Line Options: [GAME] - Short name of game to load. For example, 'monkey' for Monkey Island. - -p - Path to where the game is installed. Default is Cwd. - -b - Start in room . - -c - Drive to play cd audio from. E.g., 0 is first drive. - -o - Set the master volume, 0-255. Default is '192' - -s - Set the sfx volume, 0-255. Default is '192' - -m - Set the music volume, 0-255. Default is '192' - -t - Set music tempo. Adlib default: 0x1D9000, Midi: 0x4A0000 - -e - Select sound engine. See below. - -g - Select graphics scaler. See below. - -f - Full-screen mode. - -n - Disable subtitles. Use with games that have voice. - -y - Set talk speed ('yak option'). Default is '60' - -a - Enable amiga pal conversion, for playing Amiga versions - -d[] - Set debug verbosity to - -w[] - Write configuration file - -l - Load alternate configuration file - -x[] - Save game slot to load (default: autosave) - -z - Display list of games + -p - Path to where the game is installed. Default is Cwd. + -l - Select language. See below. + -b - Start in room . + -c - Drive to play cd audio from. E.g., 0 is first drive. + -o - Set the master volume, 0-255. Default is '192' + -s - Set the sfx volume, 0-255. Default is '192' + -m - Set the music volume, 0-255. Default is '192' + -t - Set music tempo. Adlib default: 0x1D9000, Midi: 0x4A0000 + -e - Select sound engine. See below. + -g - Select graphics scaler. See below. + -f - Full-screen mode. + -n - Disable subtitles. Use with games that have voice. + -y - Set talk speed ('yak option'). Default is '60' + -a - Enable amiga pal conversion, for playing Amiga versions + -d[] - Set debug verbosity to + -w[] - Write configuration file + -l - Load alternate configuration file + -x[] - Save game slot to load (default: autosave) + -z - Display list of games Hot Keys: @@ -344,6 +349,21 @@ Note that using ctrl-f and ctrl-g are not recommended: Games can crash when being ran faster than their normal speed, as scripts will loose synchronisation +Language options: +----------------- +ScummVM includes a language option for the Curse of Money Island and the Simon the Sorcerer 1 & 2 games. + + en - English (default) + de - German + fr - French + it - Italian + pt - Portuguese + es - Spanish + ja - Japanese + zh - Chinese + ko - Korean + hb - Hebrew + Graphics filters: ----------------- ScummVM offers several anti-aliasing filters to attempt to improve visual -- cgit v1.2.3