DXOgg
This guide decribes how to play .ogg music files in Deus Ex
Prerequisites
Setup
- Unpack the
DXOgg.uandDXOgg.dllinto yourDeusEx/Systemdirectory. - Add
DXOggto the bottom of the[EditPackages]list inDeusEx/System/DeusEx.ini. - To the same file, under
[Core.System]and all your otherPaths=statements, add the lineOggPath=..\MyPackage\Music\.
With UnrealEd 2.2
- Unpack the
UED22/DXOgg.ufile into yourDeusEx/UED22folder. - Add
DXOggto the bottom of the[EditPackages]list inDeusEx/UED22/unrealtournament.ini
Working in UnrealEd
- Restart UnrealEd if you haven't already
- From the
Actor Class Browser, place aDXOggMusicManageractor. - Open its properties and define your music filenames there (they must be the exact filename of your track, including the .ogg extension)
Troubleshooting
DXOgg is generally pretty good at logging errors, so if something isn't going as you expected, have a look in the game's log file (either in DeusEx/MyPackage/System/*.log, DeusEx/System/DeusEx.log or Documents/Deus Ex/System/DeusEx.log).