2,051
edits
(Added contents of scripts.rsc, fixed formatting) |
(adding wikilinks for many pages) |
||
Line 20: | Line 20: | ||
All scene descriptor resources are listed by the Scene Lookup Table. | All scene descriptor resources are listed by the Scene Lookup Table. | ||
Each scene | Each scene descriptor resource references a scene resource list resource. | ||
Each scene resource list identifies a number of additional resources. | Each scene resource list identifies a number of additional resources. | ||
ITE.RSC contains the following resource formats: | ITE.RSC contains the following resource formats: | ||
* Bitmap Font Resources | * [[Inherit The Earth/Datafiles/Bitmap Font|Bitmap Font]] Resources | ||
* XMIDI (Music) Resources | * [[Inherit The Earth/Datafiles/XMIDI (Music)|XMIDI (Music)]] Resources | ||
* Background / Interface | * [[Inherit The Earth/Datafiles/Background & Interface Image|Background/Interface Image]] Resources | ||
* Background Mask Resources | * [[Inherit The Earth/Datafiles/Background Mask|Background Mask]] Resources | ||
* Sprite List Resources | * [[Inherit The Earth/Datafiles/Sprite List|Sprite List]] Resources | ||
* Animation Resources | * [[Inherit The Earth/Datafiles/Animation|Animation]] Resources | ||
* Palette Animation Resources | * [[Inherit The Earth/Datafiles/Palette Animation|Palette Animation]] Resources | ||
* String List Resources | * [[Inherit The Earth/Datafiles/String List|String List]] Resources | ||
* Scene Resource List Resources | * [[Inherit The Earth/Datafiles/Scene Resource List|Scene Resource List]] Resources | ||
* Scene Descriptor Resources | * [[Inherit The Earth/Datafiles/Scene Descriptor|Scene Descriptor]] Resources | ||
* Object Name List Resources | * [[Inherit The Earth/Datafiles/Object Name List|Object Name List]] Resources | ||
* Object Map Resources | * [[Inherit The Earth/Datafiles/Object Map|Object Map]] Resources | ||
* Exit Map Resources | * [[Inherit The Earth/Datafiles/Exit Map|Exit Map]] Resources | ||
* Entrance Map Resources | * [[Inherit The Earth/Datafiles/Entrance Map|Entrance Map]] Resources | ||
* Isometric Tileset Resources | * [[Inherit The Earth/Datafiles/Isometric Tileset|Isometric Tileset]] Resources | ||
* Scene Lookup Table Resource | * [[Inherit The Earth/Datafiles/Scene Lookup Table|Scene Lookup Table]] Resource | ||
* Script Lookup Table Resource | * [[Inherit The Earth/Datafiles/Script Lookup Table|Script Lookup Table]] Resource | ||
Line 47: | Line 47: | ||
* SAGA_RLE1 (Image resources) | * [[Inherit The Earth/Datafiles/SAGA_RLE1|SAGA_RLE1]] (Image resources) | ||
* SAGA_RLE2 (Sprite resources) | * [[Inherit The Earth/Datafiles/SAGA_RLE2|SAGA_RLE2]] (Sprite resources) | ||
* SAGA_RLE3 (Animation resources) | * [[Inherit The Earth/Datafiles/SAGA_RLE3|SAGA_RLE3]] (Animation resources) | ||
Line 58: | Line 58: | ||
SCRIPTS.RSC contains the following resource formats: | SCRIPTS.RSC contains the following resource formats: | ||
* Script Resources | * [[Inherit The Earth/Datafiles/Script|Script]] Resources | ||
* Dialogue List Resources | * [[Inherit The Earth/Datafiles/Dialogue List|Dialogue List]] Resources | ||
* Voice Lookup Resources ( CD version only ) | * [[Inherit The Earth/Datafiles/Voice Lookup|Voice Lookup]] Resources ( CD version only ) | ||
* Script resources contain compiled bytecode instructions. | * Script resources contain compiled bytecode instructions. | ||
edits