OBD:Oni Binary Data: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(linking to pages which give better introduction to modding; finally acknowledging that we do not document Oni's runtime memory here)
(adding link to OBD:Oni2AS)
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:OBD.png|right]]
:''If you want an introduction to modding that starts from square one, you should read [[Modding Oni]].''
:''If you want an introduction to modding that starts from square one, you should read [[Modding Oni]].''
:''You should start with [[XML]] if you understand the general workings of game engines and want a more friendly introduction to each type of game data.''
:''If you want a more friendly introduction to each type of game data, you should start with [[XML]].''


The '''OBD''' namespace is devoted to documenting Oni's static binary resources (.dat/.raw(/.sep) files), as reverse-engineered by dedicated members of the fan community. Needless to say, this is a highly technical area of the wiki, and knowledge of topics such as [[wikipedia:Hexadecimal|hexadecimals]] and [[wikipedia:Endianness|endians]] is a prerequisite.
The '''OBD''' namespace is devoted to documenting Oni's [[Game data terminology|binary data]] (.dat/.raw[/.sep] files), as reverse-engineered by dedicated members of the fan community. Needless to say, this is a highly technical area of the wiki, and knowledge of topics such as [[wikipedia:Hexadecimal|hexadecimals]], [[wikipedia:Pointer (computer programming)|pointers]], and [[wikipedia:Endianness|endianness]] is a prerequisite.


This database's information has been used by modders in such [[:Category:Modding projects|projects]] as:
This database's information has been used by modders in such [[:Category:Modding projects|projects]] as:
 
*[[Anniversary_Edition|The Anniversary Edition]]
* [[Anniversary_Edition|The Seventh Anniversary Edition]]
*[[AE:ONK|Oni ni Kanabo]]
* [[AE:ONK|Oni ni Kanabo]]
*[[AE:BIP|The Binary Improvement Project]]
* [[AE:BIP|The Binary Improvement Project]]
*[[OniFly]]
* [[OniFly]]


The knowledge documented here was also used to develop [[:Category:Modding tools|modding tools]] such as:
The knowledge documented here was also used to develop [[:Category:Modding tools|modding tools]] such as:
* [[OBD:OUP|OniUnPacker (OUP)]]
*[[OniSplit]]
* [[OBD:OME|Oni Model Extractor (OME)]]
*[[OBD:OUP|OniUnPacker (OUP)]]
* [[OniSplit]]
*[[OBD:OME|Oni Model Extractor (OME)]]
* [[ONI-Trainer|Oni Trainer]]
*[[ONI-Trainer|Oni Trainer]]


==Oni Binary Data Sections==
==Directory==
*[[OBD:Final.raw|Explanation of .raw files]]
*[[OBD:Instance file format|Format of instance files]] (.dat files)
[[Image:OBD.png|right|thumb|When browsing the database, clicking this image brings you back here.]]
*[[OBD:Raw and separate file formats|Format of raw and separate files]] (.raw & .sep files)
* [[OBD:File types|File types in Oni's data]]
*[[OBD:File types|Database of Oni's resource types]] (ONCC, TRAM, etc.)
*[[OBD:Data types|Documentation of Oni's data types]] (integers, floats, etc.)
*[[OBD:Oni2AS|Documentation of game data in Oni 2]] (the [[Oni2AS|Angel Studios dev build]])


===External Links===
===External Links===
*[http://ssg.oni2.net ssg's Oni Stuff] (first .dat/.raw database ever)
*[http://ssg.oni2.net ssg's Oni Stuff] (first ever public database of resource types, and source for much of this wiki's OBD)


{{OBD}}
{{OBD}}

Revision as of 16:04, 5 February 2018

OBD.png
If you want an introduction to modding that starts from square one, you should read Modding Oni.
If you want a more friendly introduction to each type of game data, you should start with XML.

The OBD namespace is devoted to documenting Oni's binary data (.dat/.raw[/.sep] files), as reverse-engineered by dedicated members of the fan community. Needless to say, this is a highly technical area of the wiki, and knowledge of topics such as hexadecimals, pointers, and endianness is a prerequisite.

This database's information has been used by modders in such projects as:

The knowledge documented here was also used to develop modding tools such as:

Directory

External Links

  • ssg's Oni Stuff (first ever public database of resource types, and source for much of this wiki's OBD)