Register Forum Rules Recent Forum Posts View Members Advanced Search
December 28th, 2012
#31
Can you guys please make a video about it how to make it work since i am not good with to understand what to do xD when i have bad english xD still i did download that but did not understand what to do lol
December 28th, 2012
#32
This is really only meant to be used to make viewing of the game's files easier. I may eventually release a tool that allows people to replace files (such as audio or textures), but I don't have plans on doing that anytime soon.



If you only unpack the sound.pak file (or you unpack it last), then there will be a file called "DBO Unpacker.temp" which contains then decrypted version of sound.pak. You can then open this file in a hex editor and search for the file name.

You should see something like:

Code:
#.\sound\skill\skl_mystic_heal_e_2106.wav
Which is this in hex:

Code:
23 2E 5C 73 6F 75 6E 64 5C 73 6B 69 6C 6C 5C 73 6B 6C 5F 6D 79 73 74 69 63 5F 68 65 61 6C 5F 65 5F 32 31 30 36 2E 77 61 76
The first character (right before ".\sound" or "2E 5C 73 6F 75 6E 64") represents which sound#.pak file it came from. The number is written in hex though.

For instance, the one above came from 23. 23 in hex is 35 in decimal. So it came from sound35.pak.


Thx a lot Citrinate you are a Legend
December 30th, 2012
#33
Will there be an Update with Import Function?
Or first you are working on Language Patch?
December 30th, 2012
#34
OMG thanks so much for this, downloading now.
December 30th, 2012
#35
Will there be an Update with Import Function?
Or first you are working on Language Patch?

I'm not even thinking about adding anymore features to this until the Language Patcher is released.
December 30th, 2012
#36
This will allow people to find new dogis and new content being release faster and easier?
December 30th, 2012
#37
This will allow people to find new dogis and new content being release faster and easier?

Yeah, whenever an update is released and you want to check for changes, you can rename the "unpacked" folder, and then run the Unpacker again. You can then compare the new folder with the old folder to find any new or modified files.

You can use a program like WinMerge to compare the two folders.
December 31st, 2012
#38
then you can replace the sound of Kamehame ha? example, put the audio up saying it goku game sound?. that program is no need to edit that and fewer options object
December 31st, 2012
#39
When replacing things you cannot exceed the original size right? On other games I would crash if I tried to make mods bigger than the original.
December 31st, 2012
#40
You can find Files easier then with Dragon Unpacket, since you see Filenames.
But cant exceed Filesize. (yet)