OBD:ONLD: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
m (design)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> ONLD File
{{OBD_File_Header | type=ONLD | prev=ONIA | next=ONLV | name=Oni Game Level Descriptor | family=Global | align=center}}




<CENTER>[[OBD:ONIA|<==]] <FONT SIZE=5>ONLD File</FONT> [[OBD:ONLV|==>]]<BR>
[[image:onld_all.gif]]
<FONT SIZE=2>Oni Game Level Descriptor - Level 0 File</FONT></CENTER>




http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/onld_all.gif
{{Table}}
 
{{OBD_Table_Header}}
 
|- ALIGN=CENTER VALIGN=TOP
{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0
{{OBDtr| 0x00 | res_id  |FF0000| 01 D5 05 00 | 1493 | 01493-level_01.ONLD }}
|- ALIGN=CENTER BGCOLOR="#FFDDBB"
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0   | level 0 }}
| WIDTH=15% | <B>Hex</B>
{{OBDtr| 0x08 | int16    |FFC8C8| 01 00       | 13  | this is level 1 }}
| WIDTH=15% | <B>Translation</B>
{{OBDtr| 0x0A | int16    |FFFFC8| 02 00       | 13  | next is level 2 }}
| WIDTH=70% | <B>Meaning</B>
{{OBDtr2|0x0C | char[64] |C8FFC8| TCTF-Training     | name of the level; you'll find it in the list, when you load a level }}
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
{{OBDtr| 0x4C | char[20] |C8FFFF| AD DE       | dead | unused }}
| BGCOLOR="#FF0000" | 01 D5 05 00
| 1493
| ALIGN=LEFT | 01493-level_01.ONLD
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFF00" | 01 00 00 00
| 0
| ALIGN=LEFT | level 0
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFC8C8" | 01 00
| 1
| ALIGN=LEFT | this is level 1
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | 02 00
| 2
| ALIGN=LEFT | next is level 2
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFC8" COLSPAN=2 | <TT>TCTF-Training</TT>
| ALIGN=LEFT | name of the level; you'll find it in the list, when you load a level
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFFF" | AD DE
| dead
| ALIGN=LEFT | not used
|}
|}




<HR>
{{OBD_File_Footer | type=ONLD | prev=ONIA | next=ONLV | name=Oni Game Level Descriptor | family=Global}}
<CENTER>[[OBD:ONIA|<==]] <B>ONLD File</B> [[OBD:ONLV|==>]]</CENTER>
<HR>
 
 
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> ONLD File

Revision as of 11:03, 4 September 2007

ONI BINARY DATA
ONIA << Other file types >> ONLV
ONLD : Oni Game Level Descriptor
switch to XML:ONLD page
Overview @ Oni Stuff
OBD.png


Onld all.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 D5 05 00 1493 01493-level_01.ONLD
0x04 lev_id 01 00 00 00 0 level 0
0x08 int16 01 00 13 this is level 1
0x0A int16 02 00 13 next is level 2
0x0C char[64] TCTF-Training name of the level; you'll find it in the list, when you load a level
0x4C char[20] AD DE dead unused


ONI BINARY DATA
ONIA << Other file types >> ONLV
ONLD : Oni Game Level Descriptor
Global file