DXOgg
This guide decribes how to play .ogg music files in Deus Ex
Prerequisites
Setup
- Unpack the
DXOgg.u
andDXOgg.dll
into yourDeusEx/System
directory. - Add
DXOgg
to 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.u
file into yourDeusEx/UED22
folder. - Add
DXOgg
to 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 aDXOggMusicManager
actor. - 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
).