OBD:Oni Binary Data: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (link fixes)
m ("Resource types" was changed back to "File types" earlier)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''OBD''' namespace is devoted to documenting Oni's static binary resources (DAT, RAW, and SEP files), as well as runtime variables and processes, 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. This database's information has been used by modders in such [[:Category:Modding projects|projects]] as:
[[Image:OBD.png|right]]
{{Hatnote|If you want an introduction to modding for beginners, you should read [[Introduction to modding]].}}
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 [[wp:Hexadecimal|hexadecimal]], [[wp:Pointer (computer programming)|pointers]], and [[wp:Endianness|endianness]] is a prerequisite. Everything about the game's file formats is intended to be documented here, but the core of the Oni Binary Database is the information on resource types ("File types" in the directory below). Note that the [[XML|XML namespace]] documents the resource types in a way which is more modding-oriented and modder-friendly.


* [[Anniversary_Edition|The Seventh Anniversary Edition]]
This database's information has been used by modders in such [[:Category:Modding projects|projects]] as:
* [[AE:BIP|The Binary Improvement Project]]
*[[Anniversary Edition|The Anniversary Edition]]
* [[OniFly]]
*[[AE:ONK|Oni ni Kanabo]]
* [[ONI-Trainer|Oni Trainer]]
*[[AE:BIP|The Binary Improvement Project]]
*[[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)]]
*[[OniUnPacker|OniUnPacker (OUP)]]
* [[OniSplit]]
*[[OME|Oni Model Extractor (OME)]]
*[[ONI-Trainer|Oni Trainer]]


==Oni Binary Data Sections==
==Directory==
[[Image:OBD.png|right|thumb|When browsing the database, clicking this image brings you back here.]]
{| class="wikitable"
* [[OBD:File types|File types in Oni's DAT/RAW archives]]
|-
<!--Shouldn't we have a section for runtime stuff?-->
|[[OBD:Instance file format|Instance file format]]
|About .dat files
|-
|[[OBD:Raw and separate file formats|Raw/separate file format]]
|About .raw & .sep files
|-
|[[persist.dat]]
|The save-game file
|-
|[[OBD:File types|File types]]
|Resource types such as ONCC, TRAM, etc.
|-
|[[OBD:Data types|Data types]]
|The format of the integers, floats, etc. in the resources
|-
|[[OBD:Globalization|Globalization]]
|Duplication and false duplicates in the resources
|-
|[[OBD:Localization|Localizations]]
|Non-English versions of Oni
|-
|[[OBD:Versions|Versions]]
|Database of all releases' level files
|-
|[[OBD:Text encoding|Text encoding]]
|Variant text encodings found in localizations
|-
|[[OBD:Oni2AS|Oni 2 game data]]
|About 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]
:Oni Stuff is the original database of Oni's resource types, source for much of this wiki's OBD. It also contains information which has never been ported to the wiki such as flag locations and data on every character spawned in each level.


{{OBD}}
{{OBD}}

Latest revision as of 03:52, 1 February 2024

OBD.png
If you want an introduction to modding for beginners, you should read Introduction to modding.

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 hexadecimal, pointers, and endianness is a prerequisite. Everything about the game's file formats is intended to be documented here, but the core of the Oni Binary Database is the information on resource types ("File types" in the directory below). Note that the XML namespace documents the resource types in a way which is more modding-oriented and modder-friendly.

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

Instance file format About .dat files
Raw/separate file format About .raw & .sep files
persist.dat The save-game file
File types Resource types such as ONCC, TRAM, etc.
Data types The format of the integers, floats, etc. in the resources
Globalization Duplication and false duplicates in the resources
Localizations Non-English versions of Oni
Versions Database of all releases' level files
Text encoding Variant text encodings found in localizations
Oni 2 game data About the Angel Studios dev build

External Links

Oni Stuff is the original database of Oni's resource types, source for much of this wiki's OBD. It also contains information which has never been ported to the wiki such as flag locations and data on every character spawned in each level.