diff options
author | Eugene Sandulenko | 2005-08-04 12:30:05 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-08-04 12:30:05 +0000 |
commit | 435f077c76ade4a56f46124324dae532c68d7645 (patch) | |
tree | 43805679dda790e1cd2f7b1be8bb42645d65681b | |
parent | 65903875bbbabe67475ad29d25fbb8dcf03b99a6 (diff) | |
download | scummvm-rg350-435f077c76ade4a56f46124324dae532c68d7645.tar.gz scummvm-rg350-435f077c76ade4a56f46124324dae532c68d7645.tar.bz2 scummvm-rg350-435f077c76ade4a56f46124324dae532c68d7645.zip |
Old Mac OS9 ITE is supported now.
svn-id: r18614
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | doc/03_05a.tex | 4 |
2 files changed, 8 insertions, 1 deletions
@@ -264,6 +264,9 @@ same directory as the game data which is stored in: Inherit the Earth.app/Contents/Resources +For old Mac OS9 release you will need to compile files in MacBinary format, +i.e. they should have both resource and data forks. Just copy all 'ITE *' files. + 3.7) Gobliiins notes ---- --------------- The CD version of Gobliiins contains one big audio track which you need to rip @@ -300,7 +303,7 @@ the section on Reporting Bugs. - Amiga version isn't supported Inherit the Earth - - Old Mac CD and Amiga CD versions aren't supported + - Amiga CD version isn't supported Simon the Sorcerer 2: - Combined speech and subtitles will often cause speech to be diff --git a/doc/03_05a.tex b/doc/03_05a.tex index a385b4027a..2d15232ab5 100644 --- a/doc/03_05a.tex +++ b/doc/03_05a.tex @@ -12,6 +12,10 @@ directory as game data which is stored in Inherit the Earth.app/Contents/Resources \end{verbatim} +For old Mac OS9 release you will need to compile files in MacBinary format, +i.e. they should have both resource and data forks. Just copy all 'ITE *' files. + + \subsection{Gobliiins notes} CD version of Gobliiins contains one big audio track which needs to be ripped and copied into game directory. See section \ref{sect-compressing-audiofiles}. |