OBD:Oni Binary Data: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (using hatnote template)
(moved note on XML into the lede, placed Directory in a table to make it more readable, and added more info on ssg's Oni Stuff)
Line 1: Line 1:
[[Image:OBD.png|right]]
[[Image:OBD.png|right]]
{{Hatnote|If you want an introduction to modding for beginners, you should read [[Modding Oni]].}}
{{Hatnote|If you want an introduction to modding for beginners, you should read [[Modding Oni]].}}
{{Hatnote|The [[XML]] namespace documents the game data in a way which is more modding-oriented and modder-friendly.}}
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 (see Directory below). Note that the [[XML|XML namespace]] documents the resource types in a way which is more modding-oriented and modder-friendly.
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.


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 Anniversary Edition]]
*[[AE:ONK|Oni ni Kanabo]]
*[[AE:ONK|Oni ni Kanabo]]
*[[AE:BIP|The Binary Improvement Project]]
*[[AE:BIP|The Binary Improvement Project]]
Line 17: Line 16:


==Directory==
==Directory==
*[[OBD:Instance file format|Instance file format]] (.dat files)
{| class="wikitable"
*[[OBD:Raw and separate file formats|Raw/separate file format]] (.raw & .sep files)
|-
*[[persist.dat]] (save-game file)
|[[OBD:Instance file format|Instance file format]]
*[[OBD:File types|Resource types]] (ONCC, TRAM, etc.)
|About .dat files
*[[OBD:Data types|Data types]] (integers, floats, etc.)
|-
*[[OBD:Globalization|Globalization]] (duplication and false duplicates in the resources)
|[[OBD:Raw and separate file formats|Raw/separate file format]]
*[[OBD:Localization|Localizations]] (non-English versions of Oni)
|About .raw & .sep files
*[[OBD:Versions|Versions]] (database of all releases' level files)
|-
*[[OBD:Text encoding|Text encoding]] (variant encodings found in localizations)
|[[persist.dat]]
*[[OBD:Oni2AS|Oni 2 game data]] (the [[Oni2AS|Angel Studios dev build]])
|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 ever public database of resource types, and source for much of this wiki's OBD)
*[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}}

Revision as of 17:36, 14 October 2023

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

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 (see 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.