mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
bf787323ab
svn-id: r54063
24 lines
882 B
Plaintext
24 lines
882 B
Plaintext
engine-data README
|
|
-------------------------------------------------------------------------------
|
|
|
|
hugo.dat:
|
|
This file contains all the hardcoded logic, strings and fonts used by Hugo
|
|
engine. Those information were stored in the original executables.
|
|
|
|
kyra.dat:
|
|
The 'kyra.dat' file is created by extracting hardcoded data, like the
|
|
roomtable, inventory names, various strings, tables for shapes and sequence
|
|
scripts, from.
|
|
|
|
queen.tbl:
|
|
'queen.tbl' contains a list of filenames, filesizes and offsets for the
|
|
individual files saved in QUEEN.1. This data was originally included in the
|
|
executable. The compress_queen tool adds the information contained in queen.tbl
|
|
to QUEEN.1; for this reason neither the freeware FOTAQ floppy version nor the
|
|
mp3/ogg/flac encoded need the datafile.
|
|
|
|
sky.cpt:
|
|
TODO
|
|
|
|
toon.dat:
|
|
'toon.dat' contains all the strings hardcoded in the original executables. |