19,425
edits
(→Oni Binary Data Sections: adding OBD.png) |
m (link fix) |
||
(29 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The '''OBD''' namespace is devoted to documenting Oni's | [[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 (see Directory below). Note that the [[XML|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 [[:Category:Modding projects|projects]] as: | ||
* [[ | *[[Anniversary Edition|The Anniversary Edition]] | ||
* [[OniFly | *[[AE:ONK|Oni ni Kanabo]] | ||
*[[AE:BIP|The Binary Improvement Project]] | |||
*[[OniFly]] | |||
The knowledge documented here was also used to develop tools such as: | The knowledge documented here was also used to develop [[:Category:Modding tools|modding tools]] such as: | ||
* [[ | *[[OniSplit]] | ||
* [[ | *[[OniUnPacker|OniUnPacker (OUP)]] | ||
* [[ | *[[OME|Oni Model Extractor (OME)]] | ||
*[[ONI-Trainer|Oni Trainer]] | |||
== | ==Directory== | ||
[[ | {| class="wikitable" | ||
|- | |||
|[[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] | *[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}} |