Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

TimeSplitters: Future Perfect .pak files (GameCube/PS2)-Re-posting.

Featured Replies

  • Author
  • Localization

JackKrowell, posted Sun Dec 22, 2019 8:59 pm (52744)


Could anyone please provide me with a proper BMSscript to de-crypt/extract the .pak files for TimeSplitters: Future Perfect for GameCube? I'm curious because of some sound effects files, most notably atmosphere and stream sounds, heard during the story levels Mansion of Madness and What Lies Below.

I'm providing a downloadable link for all the .pak files stored within the GameCube version of TimeSplitters: Future Perfect:

https://drive.google.com/open?id=1k3BU08iJzMuJi_5x39XmMMEdjZlZoMKu
  • Author
  • Localization

JackKrowell, posted Fri Jan 17, 2020 1:43 am (53288)


Please, could somebody at all just please respond back with some advise?! Just anybody please, help me out here!!!
  • Author
  • Localization

LokiReborn, posted Fri Jan 17, 2020 4:02 am (53289)


JackKrowell wrote:
Please, could somebody at all just please respond back with some advise?! Just anybody please, help me out here!!!

If you're just looking for a starting point I'd look at http://wiki.xentax.com/index.php/Time_Splitters_Future_Perfect I can say that it's not entirely correct based on just the "Set J Long 2048 ;" for the sounds_e.pak but I think most of basic structure is laid out in the notes outside of some logic around properly handling the block sizing etc. I can try looking at it myself later but you probably have 90% of what you need.
  • Author
  • Localization

LokiReborn, posted Sat Jan 18, 2020 1:05 am (53322)


Here ya go

Edit: going to need to fix it this, is seems in the directory table if the 4th value isn't zero it means the data is compressed and that is the compressed length. Going to try to fix it quick.

Edit2: Fixed files uploaded with gz support for compressed files

Time Splitters Source.zip

Time Splitters Exe.zip

  • Author
  • Localization

JackKrowell, posted Sat Jan 18, 2020 10:25 pm (53350)


Yes, now that's more like it. Thank you very much. Although quick question, what's this hash file that your exe program says to choose?
  • Author
  • Localization

LokiReborn, posted Sat Jan 18, 2020 10:36 pm (53351)


JackKrowell wrote:
Yes, now that's more like it. Thank you very much. Although quick question, what's this hash file that your exe program says to choose?

c2n file of the same name. It's what actually contains the file names for the data inside of the archive. It should auto filter to look for it.
  • Author
  • Localization

JackKrowell, posted Sat Jan 18, 2020 11:34 pm (53352)


This was all big help, it all worked out pretty fine indeed, I can't express my gratitude towards you, thank you, great job. Of course, my only concern now is for the .DSP and .MSS files from extracting the .pak file.

How do you suppose I extract/convert those said .DSP and .MSS files into a playable format at all? If you want me to, I can provide a download link for all the .DSP and .MSS files that were extracted. all in all thank you still, I appreciate very much.
  • Author
  • Localization

LokiReborn, posted Sun Jan 19, 2020 12:20 am (53353)


JackKrowell wrote:
This was all big help, it all worked out pretty fine indeed, I can't express my gratitude towards you, thank you, great job. Of course, my only concern now is for the .DSP and .MSS files from extracting the .pak file.

How do you suppose I extract/convert those said .DSP and .MSS files into a playable format at all? If you want me to, I can provide a download link for all the .DSP and .MSS files that were extracted. all in all thank you still, I appreciate very much.


I can try taking a look but it's not really my specialty, is there a specific set of files you're looking at?

You can use test.exe in this to convert both types of files to wav format, enjoy https://github.com/losnoco/vgmstream/releases/download/r1050-2771-ge58c73aa/test.zip
  • Author
  • Localization

LokiReborn, posted Sun Jan 19, 2020 2:28 am (53355)


JackKrowell wrote:
https://drive.google.com/open?id=1FJgaYyBaZVRWl91vw71lW_35WNLSb2By

Here be the shareable link for those files, hope that helps.

Also, for the test.exe, what command do I enter through the command prompt when using test.exe to convert the files?


it's a command line utility but you can just drag a file onto it and it will convert that file to wav if you run test.exe from the command prompt without any parameters it will give you all of the options but you shouldn't need to use any.
  • Author
  • Localization

JackKrowell, posted Sun Jan 19, 2020 2:59 am (53358)


Very well then, thanks for the tip, you've been a big help today, perhaps maybe the one and only help I ever had on this site. I very much appreciate that well enough.
  • Author
  • Localization

JackKrowell, posted Sun Jan 19, 2020 3:03 am (53359)


Quick question though, what's with the Timesplitters source download link again, and what purpose does it serve exactly?
  • Author
  • Localization

LokiReborn, posted Sun Jan 19, 2020 3:10 am (53360)


JackKrowell wrote:
Quick question though, what's with the Timesplitters source download link again, and what purpose does it serve exactly?


The source is the source code for the program aka how it's written, with quick bms scripts you can see it in the text file but with executable it's not as easy so whenever I post an exe I always include the source if people want to review it. Also to make things easier for you I converted all of the files can grab them from https://mega.nz/#!eBVEUKpK!njfNdiEQk7bMsa7U_Abiwfh2NuOGzTVxgLArIBFngzo
  • Author
  • Localization

JackKrowell, posted Sun Jan 19, 2020 9:51 pm (53377)


Quote:
The source is the source code for the program aka how it's written, with quick bms scripts you can see it in the text file but with executable it's not as easy so whenever I post an exe I always include the source if people want to review it. Also to make things easier for you I converted all of the files can grab them from https://mega.nz/#!eBVEUKpK!njfNdiEQk7bM ... LArIBFngzo


In that case, thank you once again, you been good to me in this part of my life.

Makes me want to friend you if I ever knew how. I bid you good afternoon.
  • Author
  • Localization

JackKrowell, posted Sun Jan 16, 2022 6:09 am (69124)


Hey. So uhh, I'm having some issues with that 'timesplitters.exe' program I downloade from your link. You see, when I try to extract the .pak file again, I get this "index outside bounds of array error". Could you please help me out here as to what's going on excactly?
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.