Notice
This guide assumes you already know how to use FModel.
Download
Currently, we only offer one location to download these from.
Instructions
Make sure to go through these in order.
Getting Files
- Open FModel and open the OmegaStrikers pak.
- Navigate to
OmegaStrikers/Content/WwiseAudio/Media/
. - Pick either
English(US)
,Japanese(JA)
, or both. - Right-click the desired directory, and click
Export Folder's Packages Raw Data (.uasset)
.- Wait a bit. This may take a while. (Especially if you have a hard drive)
- When that’s done, navigate to
OmegaStrikers/Content/WwiseAudio/Events/vo/
. - Right-click on
vo
and clickExport Folder's Packages Raw Data (.uasset)
.- Wait a bit. This may take a while. (Especially if you have a hard drive)
- In the logs box, click on the yellow text. (You may have to open logs with the bar at the bottom with the arrows.)
- In the new explorer window, navigate to
Exports/OmegaStrikers/Content/WwiseAudio/
- Keep this explorer window open and continue to next major steps.
- (You can close FModel now)
Setting up and running
- Download this script using the link above. (Only place I can guarantee safety)
- Extract the downloaded
.zip
, and open the folder. - You now should have two explorer windows open.
- The one from FModel (Folder 1)
- The one from the
.zip
(Folder 2)
- In the FModel explorer window, open
Events/vo
and copy all the folders.- (CTRL + A)
- (CTRL + C)
- In Folder 2, open
Rips/Events/vo
, and paste the copied files here.- (CTRL + V)
- Next, go back to the root of Folder 2, and open the folder for the language you chose.
- (e.g.
English WEMs
)
- (e.g.
- In Folder 1, navigate back to the
WwiseAudio
folder. Then go toMedia/(Language)
.- In this example, our path would be
Exports/OmegaStrikers/Content/WwiseAudio/Media/English(US)/
- In this example, our path would be
- Copy all the files in this folder and paste them in Folder 2’s current directory.
- (CTRL + A)
- (CTRL + C)
- (CTRL + V)
- Now just run the
run_script.bat
file in Folder 2’s root directory. - When the script is done, your files will be in
Output/(Language)
.
Converting the .wem
files
These .wem files are pretty unusable right now, let’s convert them to a slightly more recognizable audio format (.ogg
), then we can convert that to .wav
or .mp3
.
- Open
WEMConverter
in Folder 2’s root directory.- (Folder 2 being the downloaded and extracted
.zip
)
- (Folder 2 being the downloaded and extracted
- Run
WEM to OGG.bat
.- This will take your
.wem
files in theOutput
folder and convert them automatically. - When it’s done, the
.ogg
files will be inResult
.
- This will take your
- Now open
FlicFlac.exe
in theWEMConverter
folder. - Before adding files, make sure the following buttons are selected or checked:
to WAV
orto MP3
depending on which one you want.Delete input file
if you don’t want the.wem
files anymore. (You won’t need them anymore for this)
- Once the options are selected, open the
Result
folder and select the language directory.- If you are doing both, do one at a time.
- Drag all the selected folder into the box in FlicFlac.
- Click
Yes to All
on the popup. - This will take a while, but when it’s done, your files will be in the same directory!
Help!
My Explorer columns look weird!
Yeah, so Windows will try and “optimize” the folder for Music if it detects a lot of sound files. You can turn this off via:
- Right-click the folder, click
Properties
. - Click
Customize
at the top. - Click where it probably says
Music
. - Change this to
General Items
. - Check the box that says
Also apply this template to all subfolders
.- I’ve never seen Windows actually respect this checkbox, but it’s worth noting.
- Click
Apply
andOK
.