Opened 2 years ago

Last modified 3 weeks ago

#13618 new feature request

SCUMM: MM (NES) - No start splash screen nor LFG-logo

Reported by: GermanTribun Owned by:
Priority: low Component: Engine: SCUMM
Version: Keywords: NES
Cc: Game: Maniac Mansion

Description

System: Windows 10 x64
SummVM: 2.6.0git 5914-g97651cbb77f
Game Version: NES English and German

The NES version of Maniac Mansion does neither show the splash screen at the start nor the Lucasfilm Games logo, before cutting to the scene 20 years ago. Since those are clearly a part of the game, it's puzzling why they are skipped. Are they for some reason not part of the LFL data?

Change History (4)

comment:1 by dwatteau, 2 years ago

The wiki mentions this (https://wiki.scummvm.org/index.php?title=SCUMM/NES#Scripts):

[TODO:] Somehow add static MM logo and LucasArts logo (needs to be done before engine initializes)

so I guess that restoring it (as in the original) would require a bit of work.

comment:2 by AndywinXp, 2 years ago

Priority: normallow
Type: defectfeature request

While this seems "clearly" a part of the game, it is "clearly" :-) something originally done outside the SCUMM engine, and it would require some hackery to emulate the behavior you mentioned.

Changing to "feature request".

comment:3 by dwatteau, 3 weeks ago

Keywords: NES added
Summary: SCUMM: No start splash screen nor LFG-logo on NES MANIACSCUMM: MM (NES) - No start splash screen nor LFG-logo

comment:4 by robertmegone, 3 weeks ago

This GitHub repo has some support for parsing and displaying the logos, it’s written in js, but it is a good start:

https://github.com/gmarty/scumm-nes

There is even a live demo here:

https://gmarty.github.io/scumm-nes/

Note: See TracTickets for help on using tickets.