Difference between revisions of "Riven FLST resources"

From A look inside The Link @ wiki
Jump to: navigation, search
m (TOC)
(explained the record structure and rearranged a bit)
Line 1: Line 1:
 
<noinclude>{{Riven}}</noinclude>
 
<noinclude>{{Riven}}</noinclude>
Probably they specify which SFXE resource this card must use. They are very often empty (no SFXE for that card) or with only 1 record. The record size is 6 bytes:
+
They seem to specify which SFXE resource each card must use.
 +
 
 +
Each FLST resource is a list of records; it starts with an unsigned short record count, followed by that many records. The record size is 6 bytes:
  
 
{| class="structure"
 
{| class="structure"
Line 11: Line 13:
  
 
''u0'' seems always zero. Changing it seems to have no effect.
 
''u0'' seems always zero. Changing it seems to have no effect.
 +
 +
FLST resources are very often empty (meaning no SFXE for that card) or with just one record.

Revision as of 20:28, 8 February 2008

Riven
Mohawk Overview
BLST CARD FLST HSPT
MLST NAME PLST RMAP
SFXE SLST tBMP tMOV
tWAV VARS VERS ZIPS
Scripts Variables
External commands

They seem to specify which SFXE resource each card must use.

Each FLST resource is a list of records; it starts with an unsigned short record count, followed by that many records. The record size is 6 bytes:

unsigned short index Record index, starting from 1
unsigned short sfxe_id Resource ID of the corresponding SFXE
unsigned short u0

u0 seems always zero. Changing it seems to have no effect.

FLST resources are very often empty (meaning no SFXE for that card) or with just one record.