Users browsing this thread: 1 Guest(s)
How do I rip the Sonic Frontiers Sound effects
#1
Question 
So I really need the Sonic Sound effects for Sonic Frontiers for a Sprite animation I am working on. How would I go about doing that?

If someone already did it, please send me a link.
Reply
Thanked by:
#2
https://gamebanana.com/tuts/15462

[Image: sadx_pose_by_jaysonjean-d8wjpq8.png]This is JaysonJean, from JaysonJean Channel. And it's time to Rock & Roll!
I'm a very fast learning, and very friendly! Let's do this.
Reply
Thanked by:
#3
Foobar extracted them best for me! The problem is that when Foobar extracts, it adds a [1] at the end.

But it's easy to bypass. Once you extract them, open Powershell 7.

Type "Set-Location "C:\File Directory""

Then Type "get-childitem *.wav | foreach { rename-item $_ $_.Name.Replace(" [1]", "") }"
Reply
Thanked by:


Forum Jump: