Madagascar (PS2) Dialog Files
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Madagascar (PS2) Dialog Files
Hello, I need a script to extract dialog files from Madagascar on PS2.
File: https://mega.co.nz/#!8QoS1DJS!OV4aHxtkj ... 5fjmKfzWTo
Thanks!
File: https://mega.co.nz/#!8QoS1DJS!OV4aHxtkj ... 5fjmKfzWTo
Thanks!
Last edited by Mygoshi on Fri Jan 14, 2022 10:26 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Madagascar (PS2) Dialog Files
The raw VAG data of that file starts from offset 0x3000
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Thanks for checking.
Last edited by Mygoshi on Fri Jan 14, 2022 10:26 pm, edited 2 times in total.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
What do I have to do?
Last edited by Mygoshi on Fri Jan 14, 2022 10:27 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Madagascar (PS2) Dialog Files
dump the rest and use mfaudio
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Right, though I'll not be able to remove the garbled sound at the beginning?
Last edited by Mygoshi on Fri Jan 14, 2022 10:28 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Madagascar (PS2) Dialog Files
mfaudio allows you to specify an offset.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Don't you have a script for that?
Last edited by Mygoshi on Fri Jan 14, 2022 10:28 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Madagascar (PS2) Dialog Files
Code: Select all
math OFFSET = 0x3000
get SIZE asize
math SIZE - OFFSET
log "dump.dat" OFFSET SIZE
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Thanks
Last edited by Mygoshi on Fri Jan 14, 2022 10:29 pm, edited 2 times in total.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
I have to specity offset to each dialogs?
Last edited by Mygoshi on Fri Jan 14, 2022 10:29 pm, edited 2 times in total.
-
- Posts: 16
- Joined: Mon Feb 02, 2015 7:11 am
Re: Madagascar (PS2) Dialog Files
Nope, it's literally a single stream with markers. You're really supposed to decode it as a whole.Mygoshi wrote:I have to specity offset to each dialogs?
Figuring out how markers are stored should be relatively easy.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Is there some possibilities to try with other versions?
I will uplod some files if you want
I will uplod some files if you want
Last edited by Mygoshi on Fri Jan 14, 2022 10:28 pm, edited 2 times in total.
-
- Posts: 16
- Joined: Mon Feb 02, 2015 7:11 am
Re: Madagascar (PS2) Dialog Files
Sure, I'll give it a shotMygoshi wrote:Is thera some possibilities to try with other versions?
I will uplod some files if you want
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Madagascar (PS2) Dialog Files
Fixed. I extracted Xbox dialogs with EkszBox ^^ Thanks.