Opened 2 years ago
Last modified 3 months 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 , 2 years ago
comment:2 by , 2 years ago
Priority: | normal → low |
---|---|
Type: | defect → feature 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 , 3 months ago
Keywords: | NES added |
---|---|
Summary: | SCUMM: No start splash screen nor LFG-logo on NES MANIAC → SCUMM: MM (NES) - No start splash screen nor LFG-logo |
comment:4 by , 3 months 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:
The wiki mentions this (https://wiki.scummvm.org/index.php?title=SCUMM/NES#Scripts):
so I guess that restoring it (as in the original) would require a bit of work.