User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blast_corps:levels [2016/04/22 02:03]
queueram Clean up level headers
blast_corps:levels [2017/06/23 10:34] (current)
shygoo ↷ Links adapted because of a move operation
Line 6: Line 6:
 The level data begins with a header that contains the offsets in the file for all of the level information (RDUs, buildings, vehicles, etc.). The level data file also contains vertices and other data used by the display list that are loaded into segment 08. The level data begins with a header that contains the offsets in the file for all of the level information (RDUs, buildings, vehicles, etc.). The level data file also contains vertices and other data used by the display list that are loaded into segment 08.
  
-The display list contains mostly raw F3D commands. The exception is 0xFD G_SETTIMG command which contain indexes to a [[bc:​textures#​texture_table|texture table]]. At run-time, after the display list is copied to RAM, the texture indexes in the G_SETTIMG are replaced with texture offsets in segment 0x00.+The display list contains mostly raw F3D commands. The exception is 0xFD G_SETTIMG command which contain indexes to a [[blast_corps:​textures#​texture_table|texture table]]. At run-time, after the display list is copied to RAM, the texture indexes in the G_SETTIMG are replaced with texture offsets in segment 0x00.
  
 ===== List of Levels ===== ===== List of Levels =====