Difference between revisions of "Neverhood"

From ScummVM :: Wiki
Jump to navigation Jump to search
(The glitched Klaymen shadow has been fixed (thanks johndoe!))
(→‎Sounds / Music: Issue has been fixed)
Line 29: Line 29:


==== Sounds / Music ====
==== Sounds / Music ====
* Willie doesn't call "Klaymen! Up here!" After you walk through the tunnel towards the bear controls - ''module 1100, scene 2''.
** I think the sound resource is 0x74E01054 and that the line that's probably responsible for setting up the playing of it is "_vm->_soundMan->setSoundParams(0x74E01054, false, 0, 0, 0, 0);" in module1100.cpp.
* Ambient sounds play doubly as much as they should in the Robot Bil area - ''module 1100, scene 3''.
* Ambient sounds play doubly as much as they should in the Robot Bil area - ''module 1100, scene 3''.




[[Category:Engines]]
[[Category:Engines]]

Revision as of 23:35, 11 January 2014

Neverhood
Engine developer johndoe, md5
Companies that used it The Neverhood, Inc.
Games that use it The Neverhood
Date added to ScummVM 2013-05-15
First release containing it None

Resources


Differences in ScummVM

The following is a list of differences between ScummVM and the original interpreter. These are not errors, and thus won't be fixed. They have been implemented this way to provide a more unified experience between the different game engines.

  • In ScummVM, saved games are saved per slot, not as a list. This means that you are allowed to have several different saved games with the same name, which wasn't possible in the original
  • In ScummVM, saved games are sorted from newest to oldest. Saves are sorted alphabetically in the original interpreter.
  • In ScummVM, you can't type the name of a saved game to load it. Since you are allowed to have different save slots with the same name, this (somewhat confusing) feature is not available in ScummVM


Issues which also happen in the original

  • In the basement of the Hall of Records, when clicking the lever immediately after walking onto the elevator from the bottom sometimes results in teleportation - module 2200, scene 6.
  • The cursor's palette is wrong in one of the cart scenes, after the two worlds are joined - module 2500, scene 4


Known issues in ScummVM

Sounds / Music

  • Ambient sounds play doubly as much as they should in the Robot Bil area - module 1100, scene 3.