Difference between revisions of "SCUMM/Technical Reference"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Add entry for SCUMM 6 resource files summary. Replace dead link to ScummC wiki.)
(→‎External links: Updated link to ScummC wiki, lucasforums thread (on archive.org))
Line 31: Line 31:


== External links ==
== External links ==
* http://wiki.github.com/jamesu/scummc/
* https://github.com/jamesu/scummc/wiki
* http://www.scummvm.org/docs/specs/index.php
* http://www.scummvm.org/docs/specs/index.php
* http://www.lucasforums.com/showthread.php?s=&postid=1199968#post1217901
* https://web.archive.org/web/20150914231113/http://www.lucasforums.com/showthread.php?s=&postid=1199968
* http://scumm.mixnmojo.com/?page=articles
* http://scumm.mixnmojo.com/?page=articles
* http://scumm.mixnmojo.com/?page=specs
* http://scumm.mixnmojo.com/?page=specs
* http://scumm.mixnmojo.com/?page=utils
* http://scumm.mixnmojo.com/?page=utils

Revision as of 17:54, 2 June 2020

Here we are trying to gather all sorts of information we have about the SCUMM/SPUTM engine.

This needs to be extended. A lot of information can be found directly in the ScummVM source, the heads of its developers, and the external links I found below. Feel free to try and tap each of these sources to gain more information and add it here (note: no brain surgery recommended. For external sources, permission from the authors should be recieved before blatantly copying stuff).

General

Resource and data formats

Information about the formats of various resource types used in SCUMM games.

Opcode tables

External links