OBD:ONCV: Difference between revisions
Jump to navigation
Jump to search
<== ONCV File ==>
Oni Character Variant - Character File
<== ONCV File ==>
mNo edit summary |
mNo edit summary |
||
Line 40: | Line 40: | ||
| 0x2C | | 0x2C | ||
| BGCOLOR="#C8FFC8" COLSPAN=2 | null char + blank filler | | BGCOLOR="#C8FFC8" COLSPAN=2 | null char + blank filler | ||
| ALIGN=LEFT | unknown | | ALIGN=LEFT | unknown (another name slot?) | ||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | ||
| 0x4C | | 0x4C |
Revision as of 01:13, 16 March 2006
Main Page >> Oni Binary Data >> File Types >> ONCV File
Oni Character Variant - Character File
All ONCV files are 0 byte files. That means that Oni will take the information out of the ONCV files of level 0. Below is an example of an ONCV file of level 0.
Offset | Hex | Translation | Meaning |
---|---|---|---|
0x00 | 01 99 06 00 | 1689 | 01689-konoko.ONCV |
0x04 | 01 00 00 00 | 0 | level 0 |
0x08 | 01 82 06 00 | 1666 | link to 01666-any.ONCV |
0x0C | Konoko + null char + blank filler |
name of the character type | |
0x2C | null char + blank filler | unknown (another name slot?) | |
0x4C | AD DE | dead | blank filler (fills the file up to a 32 byte multiple) |
01689-konoko.ONCV links to 01666-any.ONCV, which links into nothingness. So it seems that the ONCV files are useless.
Main Page >> Oni Binary Data >> File Types >> ONCV File