The VG Resource

Full Version: How do I rip the Sonic Frontiers Sound effects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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]", "") }"