Where to find Music/Leader Dialogue files?

Guandao

Rajah of Minyue, Hlai and Langkasuka
Joined
Mar 30, 2011
Messages
6,110
Location
New York City
I'm looking through my game files, and can't find the music or leader dialogue. Are they not in MP3 form anymore?
 
No, there are wem files. You can't play it unless you have the anniversary soundtrack unlocked (mp3 files outside the game folder).
 
Last edited:
Where can I find the Wwise files? I only see wem files.
 
I tried an apparent method to convert the wem files into ogg files. it didn't work...

If anyone can suggest a successful method, please do.
 
I was able to convert some of the wem into ogg, now converting them to mp3

Apparently, in the text identifying the songs, there are several songs for Poland. That's a definite confirmation that Poland will be in the game for me!
 
I was able to convert some of the wem into ogg.

Me too. There are more tracks in the folder that the anniversary edition does not include. For instance, China has five ancient tracks etc.
 
I was able to convert some of the wem into ogg
Can you share how did you do that?
I managed to extract wem files from Speech.bnk but when I use ww2ogg I get error "Parse error: expected 0x42 fmt if vorb missing"
 
So the wem files for the leader dialogues are in Speech.bnk?
I finally found another tool (Wwise ADPCM to PCM) to convert these files. No, they are not in Speech.bnk actually (only some grunts, coughs etc are there), they are all dumped in \Base\Platforms\Windows\audio, together with music and ambient sounds.
 
There is another problem now, they are all dumped together with no meaningful file names. I wonder if there is any config file that will at least give a hint. Couldn't find any.
 
I wonder if there is any config file that will at least give a hint.
Got this one too - speech.txt or speech.xml
speech.txt
Code:
5850076    GREE_GO_WARNING_A_1_Shortened    D:\projects\civ6\Civ6\Wwise\Civ6 Project\.cache\Windows\SFX\GREE_GO_WARNING_A_1_Shortened_E1E65BF4.wem    5850076.wem    \Actor-Mixer Hierarchy\Default Work Unit\Speech\Speech_Master\Leaders\LeaderSpeech\Gorgo_Greece\GREE_GO_WARNING_A_1_Shortened
Note 5850076.wem This number (5850076) is also found in speech.xml
Code:
               <File Id="5850076" Language="SFX">
                   <ShortName>GREE_GO_WARNING_A_1_Shortened.wav</ShortName>
                   <Path>SFX\GREE_GO_WARNING_A_1_Shortened_E1E65BF4.wem</Path>
               </File>
So this file is Gorgo's warning line.
 
Back
Top Bottom