sergeantgiggles on 13/3/2004 at 03:59
Is there any place I can get .wav or .mp3 files of the final cutscenes in DX, or failing that some sort of converter for the conversation files?
Steve Tack2 on 28/4/2004 at 01:04
You can extract any line of dialogue from the game using UnrealEd (you have to have the SDK installed for this).
1. Fire up UnrealEd.
2. Select SoundFX from the browser.
3. Hit the Load button.
4. Navigate to your \DeusEx\System folder.
5. Type DeusExConAudio*.u for the file name and hit enter. That will show you all the files containing conversation audio.
6. For the intro audio, select DeusExConAudioIntro.u and hit Open.
7. The 21 lines from the intro should be listed in alphabetic order: ConAudioIntro_0 through ConAudioIntro_20. Repeat the following steps for each one.
Extracting the audio:
8. Select one and hit Export.
9. Navigate to where you want to save the file.
10. IMPORTANT: Replace the .mp3 extension with .wav. Now this is confusing, since it's really an MP3, but the editor won't save the file if you don't put the .wav after it.
11. Now go to the saved file and rename it, replacing .wav with .mp3.