Hello everyone, I tried to play the *.sfx music files found in Robots (PC version), which are encoded with the Eurocom IMA ADPCM (MUSX).
Unfortunately vgmstream appear to don't support this specific version.
Any help please?
Samples: (expired)
Thanks.
Robots (PC) *.SFX
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Robots (PC) *.SFX
Last edited by Mygoshi on Mon Feb 22, 2021 1:29 pm, edited 2 times in total.
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Robots (PC) *.SFX
I recently decoded some Eurocom files here:
viewtopic.php?f=6&t=2204
In this case its version 5, so do this for every file:
1. change "PC__" at 0x10 to "PS3_" (to make it think its PS3)
2. change byte at 0x8 from 05 to 0A
3. rename file to .musx
Now vgmstream can decode it with constant samplerate 44100. Change it if needed.
viewtopic.php?f=6&t=2204
In this case its version 5, so do this for every file:
1. change "PC__" at 0x10 to "PS3_" (to make it think its PS3)
2. change byte at 0x8 from 05 to 0A
3. rename file to .musx
Now vgmstream can decode it with constant samplerate 44100. Change it if needed.
Last edited by id-daemon on Sun Mar 20, 2016 8:19 pm, edited 1 time in total.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Robots (PC) *.SFX
I'll try this, thanks for responding ^^
Last edited by Mygoshi on Mon Feb 22, 2021 1:32 pm, edited 3 times in total.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Robots (PC) *.SFX
I did what you suggested and it doesn't seem to work for me (files are stll unplayable)
Last edited by Mygoshi on Mon Feb 22, 2021 1:31 pm, edited 2 times in total.
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Robots (PC) *.SFX
...
Last edited by id-daemon on Mon Mar 21, 2016 5:45 pm, edited 1 time in total.
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Robots (PC) *.SFX
Ah, you don't even need to change this abababab, because it will work without it.
Only change 5 to A, and PC__ to PS3_
Only change 5 to A, and PC__ to PS3_