Opened 4 years ago
Closed 4 years ago
#11537 closed defect (fixed)
SCUMM: Cut off text in the Macintosh version of Loom
Reported by: | eriktorbjorn | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Loom |
Description
I've known about this for quite a while, but I haven't seen any proper bug report about it, so...
The Macintosh version of Loom uses a high-resolution font for the text and - I think - for the notes. (The Macintosh version of Indiana Jones and the Last Crusade took this even further.)
ScummVM does not implement this, and instead uses the same font as the DOS version. For the most part this works well, but at least in one case it causes text to be cut off.
I'll attach screenshots of that scene, both from the Mac version and the DOS version, as well as from the game running in a Mac emulator, for comparison. Basically, the text is laid out the same way but appears at different position in the Mac version.
Attachments (4)
Change History (6)
by , 4 years ago
Attachment: | scummvm-loom-ega-mac-00000.png added |
---|
Macintosh Loom, running in ScummVM.
by , 4 years ago
Attachment: | scummvm-loom-ega-mac-00001.png added |
---|
Macintosh Loom, running in a patched ScummVM
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
And now it was all fixed thanks to your excellent work.
I've submitted a pull request to add support for the Macintosh font. I've added a new screenshot to show what it looks like with those changes.
See https://github.com/scummvm/scummvm/pull/3011