OBD:AGDB: Difference between revisions
Jump to navigation
Jump to search
<== AGDB File ==>
Gunk Quad Debug Array - Level File
<== AGDB File ==>
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0 | |||
|- ALIGN=CENTER BGCOLOR="#FFDDBB" | |||
| WIDTH=15% | <B>Hex</B> | |||
| WIDTH=15% | <B>Translation</B> | |||
| WIDTH=70% | <B>Meaning</B> | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#FF0000" | 01 4C 02 00 | |||
| 588 | |||
| ALIGN=LEFT | 00588-.AGDB | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#FFFF00" | 01 00 00 06 | |||
| 3 | |||
| ALIGN=LEFT | level 3 | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#00FF00" | AD DE | |||
| dead | |||
| ALIGN=LEFT | not used | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#00FFFF" | 15 A8 00 00 | |||
| 35349 | |||
| ALIGN=LEFT | 35349 packages follow (one package is edged in black) | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#000000" | |||
| COLSPAN=3 | <FONT SIZE=2 COLOR="#FFFFFF">Below follows the first package.</FONT> | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#FFC8C8" | 80 B6 46 00 | |||
| 46 B6 80 | |||
| ALIGN=LEFT | at this position starts the unknown1 part in the raw file | |||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |||
| BGCOLOR="#FFFFC8" | A0 B6 46 00 | |||
| 46 B6 A0 | |||
| ALIGN=LEFT | at this position starts the unknown2 part in the raw file | |||
|} | |||
Revision as of 15:13, 30 December 2005
Main Page >> Oni Binary Data >> File Types >> AGDB File
Gunk Quad Debug Array - Level File
Hex | Translation | Meaning |
01 4C 02 00 | 588 | 00588-.AGDB |
01 00 00 06 | 3 | level 3 |
AD DE | dead | not used |
15 A8 00 00 | 35349 | 35349 packages follow (one package is edged in black) |
Below follows the first package. | ||
80 B6 46 00 | 46 B6 80 | at this position starts the unknown1 part in the raw file |
A0 B6 46 00 | 46 B6 A0 | at this position starts the unknown2 part in the raw file |
Maybe an interesting fact: The 3D-model of level 3 (the lab) has 70698 faces. 35349 is the half of it.
It seems, that this file is useless, because you can set all to zero without any problems and the raw file part looks totally weird.
Main Page >> Oni Binary Data >> File Types >> AGDB File