15
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''OniUnPacker (OUP)''', written by [[User:Admin|Alloc]], provides a file manager GUI allowing one to explore, view and edit (in binary) all data within Oni's .dat/.raw files. It is able to import and export all data while allowing one to preview some of them. Additionally, OUP is able to determine dependencies among Oni's data and can perform conversion between level-database and .dat/.raw/.sep files. OUP is now no longer being actively maintained or developed by the author and its functions have since been superseded by [[Onisplit]]. | |||
{|align=right | {|align=right | ||
|[[Image:OBD.png]] | |[[Image:OBD.png]] | ||
|} | |} | ||
=== Download === | === Download === | ||
The current version is [http://websvn.chrilly.net/filedetails.php?repname=Oni2&path=%2Foup%2Fbin_releases%2Foniunpacker_0.34b.rar 0.34b] and you can look [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fbin_releases%2F#_oup_bin_releases_ here] for past releases. Sources of specific releases can be found [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Freleases%2F#_oup_releases_ here] and for the source I'm working on currently, [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fcurrent%2F#_oup_current_ here]. More info on the source code can be found [[OBD:OUP/source|here]] (Delphi 2006, should be working with Delphi 2005 too). | |||
If you want to use the "Binary .dat-Editor"-tool you should also get all files from [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fstructdefs%2F#_oup_structdefs_ here]. Read the section "Structure Definitions" a few lines below ;) | If you want to use the "Binary .dat-Editor"-tool you should also get all files from [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fstructdefs%2F#_oup_structdefs_ here]. Read the section "Structure Definitions" a few lines below ;) | ||
=== Structure Definitions === | === Structure Definitions === | ||
Since v0.29a OUP supports so called "Structure Definition Files". These files are simple text files which add easy to view and edit masks in the "Binary .dat-Editor"-tool for each supported filetype. To use those files just get the .txt-files from [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fstructdefs%2F#_oup_structdefs_ here] and put them in a subdirectory called "StructDefs" where the OniUnPacker.exe resides. | Since v0.29a OUP supports so called "Structure Definition Files". These files are simple text files which add easy to view and edit masks in the "Binary .dat-Editor"-tool for each supported filetype. To use those files just get the .txt-files from [http://websvn.chrilly.net/listing.php?repname=Oni2&path=%2Foup%2Fstructdefs%2F#_oup_structdefs_ here] and put them in a subdirectory called "StructDefs" where the OniUnPacker.exe resides. | ||
=== Features in 0.34a === | === Features in 0.34a === | ||
Line 24: | Line 17: | ||
*View, edit, import and export the data of the files in the .dat and .raw (with little helpers as a ValueViewer and the StructureViewer) easily | *View, edit, import and export the data of the files in the .dat and .raw (with little helpers as a ValueViewer and the StructureViewer) easily | ||
*Extract ONI's data | *Extract ONI's data | ||
*Preview | *Preview [[TXMP]]s (textures), [[TXAN]]s (texture animations), [[TXMB]]s (big image maps (as far as I know they are only used for the intro/outro splashscreens and the backgrounds in the menus)) & [[PSpc]]s | ||
*Replace TXMPs with image-files | *Replace TXMPs with image-files | ||
*Associate OUP with .dat-files and/or .oldb-files (OUP LevelDataBase) and/or .opf-files (OUP PatchFiles) | *Associate OUP with .dat-files and/or .oldb-files (OUP LevelDataBase) and/or .opf-files (OUP PatchFiles) | ||
=== Primary goals === | === Primary goals === | ||
Line 35: | Line 27: | ||
*(Adding completely new levels for the unused levelnumbers (5, 7, 15, 16, 17, 20-127) ?) | *(Adding completely new levels for the unused levelnumbers (5, 7, 15, 16, 17, 20-127) ?) | ||
=== [[OBD:OUP/History|History]] === | |||
<br> | |||
---- | ---- | ||
=== Developers === | === Developers === | ||
Line 69: | Line 61: | ||
---- | ---- | ||
=== A few screenshots === | === A few screenshots === |
edits