Disney Extreme Skate Adventure .PRG
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
Re: Disney Extreme Skate Adventure .PRG
There's also the PS2 version which seems to use a slightly different format.
https://puu.sh/BF3fw.pre
https://puu.sh/BF3fw.pre
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Disney Extreme Skate Adventure .PRG
Script updated
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
What about the .WAD files? I want to get the voice files with proper names and PSsound didn't give me any.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Disney Extreme Skate Adventure .PRG
This game is using THPS engine right? Then, you can use the thps_hed_wad.bms script or hedwadext to extract the STREAMSP.WAD (assuming that's the filename is).
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
BloodRaynare wrote:This game is using THPS engine right? Then, you can use the thps_hed_wad.bms script or hedwadext to extract the STREAMSP.WAD (assuming that's the filename is).
Link please, I'm trying to look for it online.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Disney Extreme Skate Adventure .PRG
Puterboy1 wrote:BloodRaynare wrote:This game is using THPS engine right? Then, you can use the thps_hed_wad.bms script or hedwadext to extract the STREAMSP.WAD (assuming that's the filename is).
Link please, I'm trying to look for it online.
just look at aluigi site where you download quickbms then find "THPS HED/WAD" script
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
aluigi wrote:http://aluigi.org/bms/thps_hed_wad.bms
Thank you, but it proved to be of little use to the .wad files.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Disney Extreme Skate Adventure .PRG
Puterboy1 wrote:aluigi wrote:http://aluigi.org/bms/thps_hed_wad.bms
Thank you, but it proved to be of little use to the .wad files.
You're seeing lots of extensionless filenames right? That's the music/cutscene audio files actually.
You need to use vgmtoolbox to create the .genh headers to make the files playable on media players that supports vgmstream.
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
BloodRaynare wrote:Puterboy1 wrote:aluigi wrote:http://aluigi.org/bms/thps_hed_wad.bms
Thank you, but it proved to be of little use to the .wad files.
You're seeing lots of extensionless filenames right? That's the music/cutscene audio files actually.
You need to use vgmtoolbox to create the .genh headers to make the files playable on media players that supports vgmstream.
No, it just had an error where it just stopped after the first time file.
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Disney Extreme Skate Adventure .PRG
Puterboy1 wrote:No, it just had an error where it just stopped after the first time file.
you need to select the .HED file not the .WAD
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Disney Extreme Skate Adventure .PRG
The HED/WAD file selection is done automatically by the script, what's the error you get?
Can you provide the HED and WAD file? (filecutter on WAD if it's big)
Can you provide the HED and WAD file? (filecutter on WAD if it's big)
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
aluigi wrote:The HED/WAD file selection is done automatically by the script, what's the error you get?
Can you provide the HED and WAD file? (filecutter on WAD if it's big)
Here: https://archive.org/download/DisneysExt ... TREAMS.WAD
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Disney Extreme Skate Adventure .PRG
Puterboy1 wrote:Here: https://archive.org/download/DisneysExt ... TREAMS.WAD
and the corresponding .HED files too don't forget
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Disney Extreme Skate Adventure .PRG
BloodRaynare wrote:Puterboy1 wrote:Here: https://archive.org/download/DisneysExt ... TREAMS.WAD
and the corresponding .HED files too don't forget
Right: https://archive.org/download/DisneysExt ... TREAMS.HED
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Disney Extreme Skate Adventure .PRG
Basically it was something known and described in a comment of the script, in short some archives require the OFFSET to be multiplied by 0x800 while others don't and the user had to manually set the ALIGN field to 1.
I have updated the script for doing it automatically.
I have updated the script for doing it automatically.