Open main menu

Difference between revisions of "SCUMM/Technical Reference/SCUMM 6 resource files"

clarifications regarding sizes and offsets
(Copy information from ScummC wiki by Alban Bedel, from archive here: http://wiki.github.com/jamesu/scummc/scumm6-data-format)
 
(clarifications regarding sizes and offsets)
 
Line 22: Line 22:
   data: ...
   data: ...
</pre>
</pre>
Note that the size includes this header! For example, if 'data' contains 32 bytes, then size will be 40, because the block's header is 8 bytes long.


=== 2. Index file ===
=== 2. Index file ===
Line 278: Line 280:
   code
   code
</pre>
</pre>
Each offset is relative to the start of the block. For example, offset 0 is the 'V' in 'VERB'.


===== 3.2.13 OBNA =====
===== 3.2.13 OBNA =====
2

edits