Difference between revisions of "Riven ZIPS resources"

From A look inside The Link @ wiki
Jump to: navigation, search
m (Protected "Riven ZIPS resources" [edit=autoconfirmed:move=autoconfirmed])
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
<noinclude>{{Riven}}</noinclude>
 
Found only in saved games, this resource contains a list of visited locations to support the "Zip Mode". It starts with an unsigned short telling how many records will follow. Then, each record contains the following data:
 
Found only in saved games, this resource contains a list of visited locations to support the "Zip Mode". It starts with an unsigned short telling how many records will follow. Then, each record contains the following data:
  
Line 9: Line 10:
 
|}
 
|}
  
Each record is linked to a card: ''card_id'' tells its ID, and ''name'' is equal to the card name. Zip Mode hotspots share the same name, so when they are clicked the target card ID can be known by looking up in the ZIPS. If the user already visited that card, the record will be there and the hotspot will be able to go to that card.
+
Each record is linked to a [[CARD|card]]: ''card_id'' tells its ID, and ''name'' is equal to the card name. Zip Mode hotspots share the same name, so when they are clicked the target card ID can be known by looking up in the ZIPS. If the user already visited that card, the record will be there and the hotspot will be able to go to that card.

Latest revision as of 16:50, 10 February 2009

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

Found only in saved games, this resource contains a list of visited locations to support the "Zip Mode". It starts with an unsigned short telling how many records will follow. Then, each record contains the following data:

unsigned short name_len
char name[name_len]
unsigned short card_id

Each record is linked to a card: card_id tells its ID, and name is equal to the card name. Zip Mode hotspots share the same name, so when they are clicked the target card ID can be known by looking up in the ZIPS. If the user already visited that card, the record will be there and the hotspot will be able to go to that card.