Posts: 1
Threads: 1
Joined: Dec 2022
12-06-2022, 10:00 PM
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.
Posts: 39
Threads: 19
Joined: Nov 2018
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]", "") }"