diff options
author | James Brown | 2002-07-07 17:36:09 +0000 |
---|---|---|
committer | James Brown | 2002-07-07 17:36:09 +0000 |
commit | 9f9d8bc9131107c48a31287507698fe44f71252c (patch) | |
tree | 7cc093a07a7eb03b811ee19d87189303d6e14031 | |
parent | cf00bdf5d09be38add1e9ccde286bfb4264ef150 (diff) | |
download | scummvm-rg350-9f9d8bc9131107c48a31287507698fe44f71252c.tar.gz scummvm-rg350-9f9d8bc9131107c48a31287507698fe44f71252c.tar.bz2 scummvm-rg350-9f9d8bc9131107c48a31287507698fe44f71252c.zip |
Re-add unix commandline examples
svn-id: r4471
-rw-r--r-- | readme.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 4af1a05ee9..54ed0da99d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ ScummVM README -Last updated: 2002-06-26 +Last updated: 2002-07-08 Release version: 0.2.2 [CVS] ------------------------------------------------------------------------ @@ -207,10 +207,14 @@ under Windows, you would make a shortcut calling this command: C:\Games\LucasArts\scummvm.exe -f -pC:\Games\LucasArts\monkey\ monkey +Under BSD, Linux, or similar, the commandline would be: + /path/to/scummvm -f -p/games/LucasArts/monkey/ monkey + Or, if you have, for example, Full Throttle on CD, and your CD drive is D:, and you wish to disable subtitles and run in fullscreen: C:\Games\LucasArts\scummvm.exe -f -n -pD:\resource\ ft + /path/to/scummvm -f -n -p/mnt/cdrom/resource/ ft Note that if you run the game once this way, and specify the -w commandline parameter (or edit the config file manually), ScummVM will remember the |