Difference between revisions of "Myst PICT resources"
From A look inside The Link @ wiki
(jpeg data offset) |
(oh NO!!) |
||
Line 1: | Line 1: | ||
{{Myst}} | {{Myst}} | ||
− | PICT resources contain the main game graphics in Myst Masterpiece Edition, replacing most [[Myst_WDIB_resources|WDIBs]] of the original edition with true-color versions. They contain pictures stored in plain [http://en.wikipedia.org/wiki/PICT Apple PICT] format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded. | + | PICT resources contain the main game graphics in Myst Masterpiece Edition, replacing most [[Myst_WDIB_resources|WDIBs]] of the original edition with true-color versions. |
+ | |||
+ | They contain pictures stored in plain [http://en.wikipedia.org/wiki/PICT Apple PICT] format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded. | ||
+ | |||
+ | Note however that a few perverse PICT resources just retain the WDIB format (e.g. IDs 2105 and 2112 from the Stoneship archive). |
Revision as of 16:56, 7 September 2008
Myst | |||
Mohawk | Overview | ||
CLRC | EXIT | HINT | INIT |
MJMP | MSND | PICT | RLST |
VIEW | WDIB | HELP | RSFL |
Scripts | Variables |
PICT resources contain the main game graphics in Myst Masterpiece Edition, replacing most WDIBs of the original edition with true-color versions.
They contain pictures stored in plain Apple PICT format. They start with the usual 512 byte block of platform-dependent data as in regular MacOS PICT resources. JPEG contents have been observed and correctly decoded; the JPEG block starts at offset 726 and can be simply extracted and decoded.
Note however that a few perverse PICT resources just retain the WDIB format (e.g. IDs 2105 and 2112 from the Stoneship archive).