Difference between revisions of "SCUMM/V0"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Modified layout, added note about character selection boxes, added link to page containing some information on sound for apple ii)
(→‎Apple II: Update with tobigun's parser patch)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=== Maniac Mansion ===
=== Maniac Mansion ===
==== Apple II ====
==== Apple II ====
* Implement sound support for the Apple II version, there is some information available [[SCUMM/V0/Maniac_Mansion_Apple_II|here]].
* Implement sound support for the Apple II version,  
* Investigate the strange width of some of the character selection boxes.
**Task details can be found [[OpenTasks/Engine/Improve_Sound_Support_in_SCUMM|here]]
**Details on the resource format can be found [[SCUMM/V0/Maniac_Mansion_Apple_II|here]].
**A parser/wave converter is available [https://sourceforge.net/tracker/?func=detail&aid=3234704&group_id=37116&atid=418822 here]


== Known Issues ==
== Known Issues ==
* Actor and verb names are hard coded.
* Actor and verb names are hard coded.
* Walk boxes are buggy and need more work.
* Walk boxes are buggy and need more work.

Latest revision as of 15:09, 22 March 2011

General

  • Both LFL extractor and built-in disk support written.

Things To Do

Maniac Mansion

Apple II

  • Implement sound support for the Apple II version,
    • Task details can be found here
    • Details on the resource format can be found here.
    • A parser/wave converter is available here

Known Issues

  • Actor and verb names are hard coded.
  • Walk boxes are buggy and need more work.