1,502
edits
m (→VOICES.RSC: Formatting) |
(Added contents of scripts.rsc, fixed formatting) |
||
Line 42: | Line 42: | ||
* Scene Lookup Table Resource | * Scene Lookup Table Resource | ||
* Script Lookup Table Resource | * Script Lookup Table Resource | ||
Some resources are compressed, with various RLE methods: | Some resources are compressed, with various RLE methods: | ||
* SAGA_RLE1 (Image resources) | * SAGA_RLE1 (Image resources) | ||
* SAGA_RLE2 (Sprite resources) | * SAGA_RLE2 (Sprite resources) | ||
* SAGA_RLE3 (Animation resources) | * SAGA_RLE3 (Animation resources) | ||
[[Inherit The Earth/Master Resource Access List|Inherit the Earth Master Resource Access List]] | [[Inherit The Earth/Master Resource Access List|Inherit the Earth Master Resource Access List]] | ||
Line 60: | Line 63: | ||
* Script resources contain compiled bytecode instructions. | * Script resources contain compiled bytecode instructions. | ||
SAGA bytecode instruction documentation | <!-- TODO: SAGA bytecode instruction documentation --> | ||
The contents of SCRIPTS.RSC is as follows: | The contents of SCRIPTS.RSC is as follows: | ||
Disk & CD version: | |||
{| border="0" cellspacing="1" cellpadding="2" style="margin-left:1em; background:#CADCFB;" | |||
|'''R#'''||'''Type'''||'''Description''' | |||
|- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;" | |||
!colspan="3" | Disk & CD version | |||
|- style="background:#ffffff" | |||
|0||Script Misc.||Actors & Items | |||
|- style="background:#ffffff" | |||
|1||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|2||Script||Moneychanger's Tent | |||
|- style="background:#ffffff" | |||
|3||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|4||Script||Orb Santuary | |||
|- style="background:#ffffff" | |||
|5||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|6||Script||Sist's Room | |||
|- style="background:#ffffff" | |||
|7||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|8||Script||Rat Tribe | |||
|- style="background:#ffffff" | |||
|9||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|10||Script||Ferret Village | |||
|- style="background:#ffffff" | |||
|11||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|12||Script||Tycho Northpaw & Dog Castle | |||
|- style="background:#ffffff" | |||
|13||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|14||Script||End Game & Human Ruins | |||
|- style="background:#ffffff" | |||
|15||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|16||Script||Intro Faire Puzzle Sequence | |||
|- style="background:#ffffff" | |||
|17||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|18||Script||Boar King | |||
|- style="background:#ffffff" | |||
|19||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|20||Script||Elk Court | |||
|- style="background:#ffffff" | |||
|21||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|22||Script||Alamma & Wildcat Tribe | |||
|- style="background:#ffffff" | |||
|23||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|24||Script||Wolf Capture & Chota | |||
|- style="background:#ffffff" | |||
|25||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|26||Script||Sea Wolf | |||
|- style="background:#ffffff" | |||
|27||Dialogue List||^ | |||
|- style="background:#ffffff" | |||
|28||Script||Crystal Cave & Kylas Honeyfoot | |||
|- style="background:#ffffff" | |||
|29||Dialogue List||^ | |||
|- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;" | |||
!colspan="3" | CD version only | |||
|- style="background:#ffffff" | |||
|30||Voice Lookup||Misc. Actors & Items | |||
|- style="background:#ffffff" | |||
|31||Voice Lookup||Moneychanger's Tent | |||
|- style="background:#ffffff" | |||
|32||Voice Lookup||Orb Santuary | |||
|- style="background:#ffffff" | |||
|33||Voice Lookup||Sist's Room | |||
|- style="background:#ffffff" | |||
|34||Voice Lookup||Rat Tribe | |||
|- style="background:#ffffff" | |||
|35||Voice Lookup||Ferret Village | |||
|- style="background:#ffffff" | |||
|36||Voice Lookup||Tycho Northpaw & Dog Castle | |||
|- style="background:#ffffff" | |||
|37||Voice Lookup||End Game & Human Ruins | |||
|- style="background:#ffffff" | |||
|38||Voice Lookup||Intro Faire Puzzle Sequence | |||
|- style="background:#ffffff" | |||
|39||Voice Lookup||Boar King | |||
|- style="background:#ffffff" | |||
|40||Voice Lookup||Elk Court | |||
|- style="background:#ffffff" | |||
|41||Voice Lookup||Alamma & Wildcat Tribe | |||
|- style="background:#ffffff" | |||
|42||Voice Lookup||Wolf Capture & Chota | |||
|- style="background:#ffffff" | |||
|43||Voice Lookup||Sea Wolf | |||
|- style="background:#ffffff" | |||
|44||Voice Lookup||Crystal Cave & Kylas Honeyfoot | |||
|} | |||
Voice Lookup resources associate the dialogue strings present in Dialogue List resources with the actual voice waveforms present in the CD version of VOICES.RSC. | |||
Line 74: | Line 177: | ||
'''DISK version'''<br> | '''DISK version'''<br> | ||
All resources in this file are Creative Labs .VOC files. Both voices and sound effects are stored. | All resources in this file are Creative Labs .VOC files. Both voices and sound effects are stored. | ||
===SOUNDS.RSC=== | ===SOUNDS.RSC=== |
edits