NefariousTechSupport / igArchiveExtractor

A utility for extracting and repacking files from .arc/.bld/.pak files from various games made using the Vicarious Visions Alchemy Game Engine
GNU General Public License v3.0
21 stars 5 forks source link

Skylanders Giants - Playing audio errors out with "File is corrupt." #6

Closed EpicLPer closed 3 months ago

EpicLPer commented 3 months ago

Heya,

I'm trying to extract some audio files from "Skylanders Giants" for the PS3, so far everything worked really well and I was able to extract the whole dumped disc :) However I'm left with some .wav.hz.wav.enc files now which do open in Audacity, but a few samples at the beginning of the file are missing and it sounds a bit distorted.

So I tried opening them directly in igArchiveExtractor, however when I try I get the following error: image

Is this a bug of the application or something on my end?

Thanks!

NefariousTechSupport commented 3 months ago

igArchiveExtractor does not support opening audio files, it says the file is corrupt cos it's expecting the file to be an igz file.

Instead use something like aezey's fsb extractor http://aezay.dk/aezay/fsbextractor/

EpicLPer commented 3 months ago

Oh, thanks for the very quick reply :D

Yes! That worked now :) Thanks a ton!