TOMBA2.DAT: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
*Drawmaps - used to display chunks of level only visible to camera
*Drawmaps - used to display chunks of level only visible to camera
*Background Tiles
*Background Tiles
== Filetypes by ID ==
{| class="wikitable"
{| class="wikitable"
|+Tomba 2 Retail DAT file
|+Tomba 2 Retail DAT file

Revision as of 13:09, 9 January 2025

TOMBA2.DAT

DAT file contains:

  • Sprite Data
  • 3D Model Data (Standard and level model files)
  • Text Data (explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68)
  • Asset Animation Data (responsible for moving limbs and model fragments, but doesn't construct skeleton - it seems like skeleton constructing occurs in TOMBA2.EXE)
  • Level Collision Data
  • Drawmaps - used to display chunks of level only visible to camera
  • Background Tiles

Filetypes by ID

Tomba 2 Retail DAT file
ID Name Description Our arbtirary filetype name
00 Sprites General sprites, menu related(?) SPRT
01 3D Model Weapon set SMST
02 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
03 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
04 Tomba Animation Tomba's animation data, but no skeleton creation data, which might occur in TOMBA2.EXE TANP
05 3D Model Baron's model SMST
06 Animations Baron's animation MDAP
07 Level Collision Level collision data SCLD
08 Level Geometry 3D Level geometry data MDAT
09 Drawmaps Level "drawmap" DRWB
10 Sprites 2D Sprites, level related SPRT
11 Background Maps Level backgrounds made of 2D tiles BGMP
12 3D Model(s) Asset pack for every level: platforms, doors, objects, moveable level parts, etc. SMST
13 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
14 Animation Type 2 animation BETP
15 ? ? ?
16 3D Model Zippo's model SMST
17 Animation Zippo's animation ALFP
18-44 Mixed data mostly SMST, occasional ALFP, rarely MDAT
Tomba 2 Demo IDs
ID Name Description Our arbtirary filetype name
00 Sprites General sprites, menu related(?) SPRT
01 3D Model Weapon set SMST
02 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
03 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
04 Tomba Animation Tomba's animation data, but no skeleton creation data, which might occur in TOMBA2.EXE TANP
05 Level Collision Level collision data SCLD
06 Level Geometry 3D Level geometry data MDAT
07 Drawmaps Level "drawmap" DRWB
08 Sprites 2D Sprites, level related SPRT
09 Background Maps Level backgrounds made of 2D tiles BGMP
10 3D Model(s) Asset pack for every level: platforms, doors, objects, moveable level parts, etc. SMST
11 Text Explained in detail here: https://www.youtube.com/watch?v=Bbk2eXQPL68 TXTD
12 Animation Type 2 animation BETP
13 3D Model Zippo's model SMST
14 Animation Zippo's animation ALFP
15-44 Mixed mostly SMST, occasional ALFP, rarely MDAT