[Scummvm-tracker] [ScummVM :: Bugs] #13663: HYPNO: Slow frame rate, navigation issue and frequent sound pops

ScummVM :: Bugs trac at scummvm.org
Wed Aug 6 09:40:50 UTC 2025


#13663: HYPNO: Slow frame rate, navigation issue and frequent sound pops
------------------------------------+----------------------------
Reporter:  antoniou79               |       Owner:  neuromancer
    Type:  defect                   |      Status:  new
Priority:  normal                   |   Component:  Engine: Hypno
 Version:                           |  Resolution:
Keywords:  audio, pops, frame rate  |        Game:  Wetlands
------------------------------------+----------------------------
Comment (by antoniou79):

 Replying to [comment:7 neuromancer]:
 > I will also investigate the different logo playing, as I think they are
 hardcoded.

 It seems that current GOG and Steam version of Wetlands use the
 "c_misc\HYP_LOGO.SMK" instead of the "c_misc\HYPNOTIX.SMK" that ScummVM
 loads as part of the launch time logos sequence.

 So, a potential fix would be to change this line:
 https://github.com/scummvm/scummvm/blob/71ee1ececee87a371bf47b1083d3dcc55da5c019/engines/hypno/wet/wet.cpp#L463

 from
 {{{
 logos->intros.push_back("c_misc/hypnotix.smk");
 }}}
 to
 {{{
 logos->intros.push_back("c_misc/hyp_logo.smk");
 }}}


 I am unsure if the full game uses the "c_misc\HYPNOTIX.SMK" video at all.
 It would be weird to include it in the CD but never make use of it, but
 not unprecedented I suppose.

 Maybe there are other full versions of the game that use "hypnotix.smk"
 and don't have the "hyp_logo.smk"?

 The "hypnotix.smk" video does appear and is used in some of the demos
 available from the ScummVM website for Wetlands (namely demo3, demo5
 (under "movies" folder) and non-interactive demo1 and non-interactive
 demo2 (under "demo" folder)). I could not find "hyp_logo.smk" in any of
 the demos available on the ScummVM site, so it seems it's only available
 in full versions of the game.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13663#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list