Open main menu

Difference between revisions of "SCUMM/TG16"

136 bytes added ,  12:17, 16 September 2009
Add link to tile decoding routine kindly reversed by hennymcc.
m (-.net +.org)
(Add link to tile decoding routine kindly reversed by hennymcc.)
Line 10: Line 10:
*The tiles are compressed using RLE
*The tiles are compressed using RLE
**Format:
**Format:
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/tile_compression.txt Single compressed tile].
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/tile_compression.txt Single compressed tile.]
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/%23utopiasoft.EFNet.log Discussion of the compression]
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/%23utopiasoft.EFNet.log Discussion of the compression.]
**Decoding:
***[http://gracesdisposal.bpweb.net/LOOM/TILE%20COMPRESSION/loom-decode.cpp Some code for decoding tiles from hennymcc.]


Currently the graphics resources are extracted by extract_loom_tg16 however the resource format is unknown.
Currently the graphics resources are extracted by extract_loom_tg16 however the resource format is unknown.
Line 21: Line 23:
Research needs to be undertaken into the location and format of these sound resources.
Research needs to be undertaken into the location and format of these sound resources.


A good place to start is [irc://irc.efnet.org/utopiasoft Efnet's #utopiasoft]
A good place to start is [irc://irc.efnet.org/utopiasoft Efnet's #utopiasoft.]
Also wikipedia has some information on the TG16 hardware [http://en.wikipedia.org/wiki/TurboGrafx-16#Technical%20specifications here].


David Shadoff also has an interesting page with some sound related documents [http://pages.interlog.com/~daves/pce_info/info.html here].
Also wikipedia has some information on the TG16 hardware [http://en.wikipedia.org/wiki/TurboGrafx-16#Technical%20specifications here.]
 
David Shadoff also has an interesting page with some sound related documents [http://pages.interlog.com/~daves/pce_info/info.html here.]


== Useful Tools ==
== Useful Tools ==