Jump to content

Travelogue 360: Paris PAK File


Roamer Monkey

Recommended Posts

Hello, I would like to extract the assets from a .pak file from the 2006 PC game Travelogue 360: Paris, which was made by Big Fish Games. Its file signature is "BASPACK", and I know it contains the majority of the game data, including graphics and sounds. There was a QuickBMS script posted by chrrox on XeNTaX that could extract assets from files of the same signature for other games made by Big Fish Games (specifically the rest of the Travelogue 360 games and the Drawn trilogy). However, the script doesn't work for this file from just the first Travelogue 360 game. The same also applies with the "Drawn: Dark Flight" PAK unpacker 1.0 from http://nullsecurity.org. This was asked by ubrax back on XeNTaX but it was not answered, so I'll ask here for an answer. The .pak file can just found in the game files of the game which can be downloaded with a free trial from Big Fish Games here: https://www.bigfishgames.com/us/en/games/1256/travelogue360paris/?lang=en. Any help would be appreciated.

Here was the QuickBMS script by chrrox:

idstring "BASPACK"
get TABLEOFFSET long
get FILES long
goto TABLEOFFSET
for i = 1 < FILES
getdstring NAME 0xFF
get OFFSET long
get SIZE long
filexor "0x37"
log NAME OFFSET SIZE
filexor ""
next i

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...