OBD:ONMA: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
m (design + normal vector)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> ONMA File
{{OBD_File_Header | type=ONMA | prev=ONLV | next=ONOA | name=Imported Marker Node Array | family=Level | align=center}}




<CENTER>[[OBD:ONLV|<==]] <FONT SIZE=5>ONMA File</FONT> [[OBD:ONOA|==>]]<BR>
[[image:onma_a.gif]]
<FONT SIZE=2>Imported Marker Node Array - Level File</FONT></CENTER>




http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/onma_a.gif
{{Table}}
 
{{OBD_Table_Header}}
 
|- ALIGN=CENTER VALIGN=TOP
{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0
{{OBDtr| 0x00 | res_id  |FF0000| 01 98 02 00 | 664   | 00664-.ONMA }}
|- ALIGN=CENTER BGCOLOR="#FFDDBB"
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 06 | 3     | level 3 }}
| WIDTH=15% | <B>Hex</B>
{{OBDtr| 0x08 | char[16] |00FF00| AD DE       | dead | unused }}
| WIDTH=15% | <B>Translation</B>
{{OBDtr| 0x1E | int16    |00FFFF| 42 00       | 66   | array size }}
| WIDTH=70% | <B>Meaning</B>
{{OBDtrBK}}
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
{{OBDtr| 0x00 | char[512]|FFC8C8| colspan=2   | envp_lock1_... | particle name |}}
| BGCOLOR="#FF0000" | 01 98 02 00
{{OBDtr| 0x40 | float32  |FFFFC8| BA E1 20 44 | 643.526977     | x-position of the particle }}
| 664
{{OBDtr| 0x44 | float32  |FFFFC8| C9 C4 50 41 | 13.048043     | y-position (height) of the particle }}
| ALIGN=LEFT | 00664-.ONMA
{{OBDtr| 0x48 | float32  |FFFFC8| 05 EB 89 C3 | -275.836090   | z-position of the particle }}
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
{{OBDtr| 0x4C | float32  |C8FFC8| 00 00 00 00 | 0.000000       | x-value of the normal vector }}
| BGCOLOR="#FFFF00" | 01 00 00 06
{{OBDtr| 0x50 | float32  |C8FFC8| 00 00 A8 B7 | 0.000020       | y-value (height) of the normal vector }}
| 3
{{OBDtr| 0x54 | float32  |C8FFC8| 00 00 80 BF | -1.000000     | z-value of the normal vector }}
| 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" | 42 00
| 66
| ALIGN=LEFT | 66 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" COLSPAN=2 | <TT>envp_lock1_...</TT>
| ALIGN=LEFT | name of the locklight
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | BA E1 20 44
| 643.526977
| ALIGN=LEFT | x-position of the locklight
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | C9 C4 50 41
| 13.048043
| ALIGN=LEFT | y-position (height) of the locklight
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | 05 EB 89 C3
| -275.836090
| ALIGN=LEFT | z-position of the locklight
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFC8" | 00 00 00 00
| 0.000000
| ALIGN=LEFT | unknown
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFC8" | 00 00 A8 B7
| 0.000020
| ALIGN=LEFT | unknown
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFC8" | 00 00 80 BF
| -1.000000
| ALIGN=LEFT | unknown
|}
|}


Line 65: Line 26:




<HR>
(How can I do "colspan = 2" in the table?)
<CENTER>[[OBD:ONLV|<==]] <B>ONMA File</B> [[OBD:ONOA|==>]]</CENTER>
<HR>
 


[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> ONMA File
{{OBD_File_Footer | type=ONMA | prev=ONLV | next=ONOA | name=Imported Marker Node Array | family=Level}}

Revision as of 15:55, 2 September 2007

ONI BINARY DATA
ONLV << Other file types >> ONOA
ONMA : Imported Marker Node Array
switch to XML:ONMA page
Overview @ Oni Stuff
OBD.png


Onma a.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 98 02 00 664 00664-.ONMA
0x04 lev_id 01 00 00 06 3 level 3
0x08 char[16] AD DE dead unused
0x1E int16 42 00 66 array size
First element (black outline)
0x00 char[512] envp_lock1_... particle name
0x40 float32 BA E1 20 44 643.526977 x-position of the particle
0x44 float32 C9 C4 50 41 13.048043 y-position (height) of the particle
0x48 float32 05 EB 89 C3 -275.836090 z-position of the particle
0x4C float32 00 00 00 00 0.000000 x-value of the normal vector
0x50 float32 00 00 A8 B7 0.000020 y-value (height) of the normal vector
0x54 float32 00 00 80 BF -1.000000 z-value of the normal vector


It seems, that Oni doesn't need this file, because I could set all of this file plus the ONMA link in the ONLV file to zero without any visible effect.


(How can I do "colspan = 2" in the table?)

ONI BINARY DATA
ONLV << Other file types >> ONOA
ONMA : Imported Marker Node Array
Level file