SCUMM/TG16

From ScummVM :: Wiki
< SCUMM
Revision as of 20:42, 9 October 2009 by Sanguinehearts (talk | contribs) (Updated status, due to work from Tobias)
Jump to navigation Jump to search

Status

Currently it is possible to extract a number of resources from both the USA and JPN version of Loom TG16/PC Engine, The resources built by this tool are based on the structure of the EGA version of Loom. It is also possible to play up until the difficulty selection screen in ScummVM, however the game will play further because the scripts are partially supported, The graphics format is understood and documented.

Things To Do

Figure out Sound Format

  • The game makes use of sound effects as well as CD audio
  • The Turbografx processor provides six channels for producing sound.

Useful Tools

  • Mednafen is a fairly well equipped emulator with PC Engine support it also has a fairly fully featured debugger built in.
  • SVN Tools This enables you to extract your resources from the games code ISO, You will want to use 'extract_loom_tg16'.
  • If you are not using Win32, the source code for the extract tool is here.