MangaFighter / QPang by OnNet (*.pack)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MrMe
Posts: 11
Joined: Thu Jan 18, 2018 7:56 pm

MangaFighter / QPang by OnNet (*.pack)

Post by MrMe »

This is a from a pretty old game that shutdown in 2012.
I was hoping to get some help reversing the pack file format.

Some samples:
- object.pack (2.4 MB)
- imagess.pack (2.3 MB)
- q05_sweety.pack (8.5 MB)

There is also a dll that contains the logic to parse it called On3D.dll.

Image

If you need more information, please let me know.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: MangaFighter / QPang by OnNet (*.pack)

Post by aluigi »

MrMe
Posts: 11
Joined: Thu Jan 18, 2018 7:56 pm

Re: MangaFighter / QPang by OnNet (*.pack)

Post by MrMe »

aluigi wrote:http://aluigi.org/bms/onnet_pack.bms


Thank you! It works great.

Do you also happen to know something about these files?
Samples: https://mega.nz/#!j5FkxL5T!XpG0ickvFGNa ... LQX9BrRiOQ

These are all config files used by the game.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: MangaFighter / QPang by OnNet (*.pack)

Post by aluigi »

Each line looks obfuscated probably a xor with a non-fixed key I guess.
Unsaved Changes
Posts: 1
Joined: Thu Apr 02, 2020 2:10 pm

Re: MangaFighter / QPang by OnNet (*.pack)

Post by Unsaved Changes »

I am sorry to try and resurrect this post, but it has regained relevance.
The game in question is on the brink of returning in the form of a community project. It is essentially a server that is able to provide an environment for the original client to run on.
However, we lack full control over the client. Using the code provided back in the day, I can indeed browse the assets of the game. However, I would like to be able to change them and put them back in the game. This may allow for community development of items and more.
So that brings me to my question; is it possible for this BMS code to be reversed, so that quickbms reads something like a folder or zip file and outputs it as a .pack file with the right encoding?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: MangaFighter / QPang by OnNet (*.pack)

Post by aluigi »

The reimport feature of quickbms should do the job.
Try reimport2.bat with the edited files and check if the game loads the new content.
Info about the reimport mode are in section 3 of http://aluigi.org/papers/quickbms.txt