Difference between revisions of "Neverhood"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Klaymen's idle blinking animation while in the teleporter has been fixed)
(The teleportation bug in the hall of records also happens in the original)
Line 22: Line 22:
==Known issues==
==Known issues==


==== 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''.


==== Game logic ====
==== Game logic ====
* On the first cart ride, on the screen where you see the edge of the world, the cart doesn't enter the screen without another click. There are similar glitches in the other cart rides. Just check every cart scene enter is correct - ''module 2500, scene 0''.
* On the first cart ride, on the screen where you see the edge of the world, the cart doesn't enter the screen without another click. There are similar glitches in the other cart rides. Just check every cart scene enter is correct - ''module 2500, scene 0''.
* 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''.


* Willie doesn't call "Klaymen! Up here!" After you walk through the tunnel towards the bear controls - ''module 1100, scene 2''.
* Willie doesn't call "Klaymen! Up here!" After you walk through the tunnel towards the bear controls - ''module 1100, scene 2''.

Revision as of 03:02, 3 November 2013

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


Known issues

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.

Game logic

  • On the first cart ride, on the screen where you see the edge of the world, the cart doesn't enter the screen without another click. There are similar glitches in the other cart rides. Just check every cart scene enter is correct - module 2500, scene 0.
  • Willie doesn't call "Klaymen! Up here!" After you walk through the tunnel towards the bear controls - module 1100, scene 2.

Sounds / Music

  • Sounds loop badly. This is most noticeable with the elevator in the Hall of Records - module 2200, scene 6.
  • Ambient sounds play doubly as much as they should in the Robot Bil area - module 1100, scene 3.

Graphical glitches

  • When Klaymen is up on the balcony in Nursery scene 2, his shadow should be invisible - module 1000, scene 1
  • The cursor is glitched on the movie scene after walking straight as far as you can go after crossing the bridge - module 3000, scene 3.