Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Help me unpack .pak from "Blue beards Castle"

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Help me unpack .pak from "Blue beards Castle"

Post by warwar »

Hi, Guys
This is Fairy tale. I very like this story.
Please help me unpack. Thanks.

game link:
1.http://zmafia.com/games/113621-bluebear ... loads.html
or
2.http://www.bigfishgames.com/download-ga ... index.html
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Re: Help me unpack .pak from "Blue beards Castle"

Post by warwar »

This is the data.pak 16Hex screenshot.
How can I analyse this pack file?Can anyone teach me where to start?
It seems to be very disorder.
You do not have the required permissions to view the files attached to this post.
gambit37
n00b
Posts: 17
Joined: Fri Nov 05, 2010 4:27 am

Re: Help me unpack .pak from "Blue beards Castle"

Post by gambit37 »

I have this game. I'm no good with understanding file formats, but it looks like data.pak is encrypted. The XML file in the root folder of the game says this:

Code: Select all

<Crypto>
  <File Name="data.pak" ReadMethod="aes.decrypt" WriteMethod="aes.encrypt" KeyFile="funner{SharedLibrarySuffix}" /> 
</Crypto>
There are a bunch of DLLs at the root with names starting with "funner...", which is the engine used to create this game. Perhaps someone will be able to help you decrypt this file using this information? I'm sorry but it's not something I can help you with myself.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Help me unpack .pak from "Blue beards Castle"

Post by aluigi »

the following script for QuickBMS will decrypt the file in a zip one that you can open with any desired zip program:

Code: Select all

get SIZE asize
encryption "aes" "\x86\x87\x03\xA9\x94\x3D\x73\xEF\x6B\xDF\x78\xAF\xA3\xEB\xA5\x38"
log "data.zip" 0 SIZE
warwar
advanced
Posts: 41
Joined: Sat Jun 04, 2011 8:36 am

Re: Help me unpack .pak from "Blue beards Castle"

Post by warwar »

Thanks guys!
I used aluigi's script and QuickBMS, but data.zip can't open with zip ro rar.
This is the data.zip 16Hex screenshot. It seems to be very disorder too.
You do not have the required permissions to view the files attached to this post.
gambit37
n00b
Posts: 17
Joined: Fri Nov 05, 2010 4:27 am

Re: Help me unpack .pak from "Blue beards Castle"

Post by gambit37 »

Yes, I tried this script too and it doesn't create a zip file. I think the decryption key is wrong.
I tried using Cheat Engine to see if I could get the decryption key during startup, but I couldn't work out how to use it, sorry.
Post Reply