292
edits
m (→Download) |
(SVN) |
||
Line 2: | Line 2: | ||
|[[Image:OBD.png]] | |[[Image:OBD.png]] | ||
|} | |} | ||
== OniUnPacker ( | == OniUnPacker (or OUP) == | ||
=== Download === | === Download === | ||
You can always get the newest release at [http:// | You can always get the newest release at [http://svn.oni2.net/oup/bin_releases/ http://svn.oni2.net/oup/bin_releases/]. | ||
If you want to use the "Binary .dat-Editor"-tool you should also get all files from [http://svn.oni2.net/oup/structdefs/ http://svn.oni2.net/oup/structdefs/] (will add an automaticly packed archive later). Read the section "Structure Definitions" a few lines below ;) | |||
=== Source === | |||
You can get the sources of specific releases under [http://svn.oni2.net/oup/releases/ http://svn.oni2.net/oup/releases/] or my current source I'm working on from [http://svn.oni2.net/oup/current/ http://svn.oni2.net/oup/current/]. More info on the source code can be found [[OBD:OUP/source|here]] (Delphi 2006, should be working with Delphi 2005 too). | |||
=== Features in 0.32a === | === Features in 0.32a === | ||
Line 22: | Line 28: | ||
*Frontend for easily editing any filetype or extracting/reimporting it in case of 3D data | *Frontend for easily editing any filetype or extracting/reimporting it in case of 3D data | ||
*(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) ?) | ||
=== 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://svn.oni2.net/oup/structdefs/ here] and put them in a subdirectory called "StructDefs" where the OniUnPacker.exe resides. | |||