OBD:ONCV
Jump to navigation
Jump to search
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