Page 1 of 1

UT99 Music problem (it doesnt work)

Posted: Fri Apr 05, 2019 4:31 pm
by -]NBK[-NiX
Hey guys!
I have a little problem with UT99. The music in the game not works, even if i turn up the volume in options there are absolutly no music in the whole game.
Does anybody have any clue what could be the problem?

Re: UT99 Music problem (it doesnt work)

Posted: Fri Apr 05, 2019 5:40 pm
by UnrealGGecko
Check in your UnrealTournament.ini if the audio driver is misstyped or something like that.

Or type "preferences" in the console to turn on advanced options and check if the CD option in the audio section is off or on.

Re: UT99 Music problem (it doesnt work)

Posted: Sat Apr 06, 2019 10:41 am
by gattovicentino
-]NBK[-NiX wrote:Hey guys!
I have a little problem with UT99. The music in the game not works, even if i turn up the volume in options there are absolutly no music in the whole game.
Does anybody have any clue what could be the problem?
I don't know which driver you have, but it happened to me when I installed OpenAL driver v. 2.4.7 ... no more music. So I changed something in unrealtournament.ini, as follows, to have music again with OpenAL:

Code: Select all

[ALAudio.ALAudioSubsystem]
ALDevice=DefaultDevice
OutputRate=44100Hz
SampleRate=44100Hz
SoundVolume=192
SpeechVolume=192
MusicVolume=200
EffectsChannels=64
AmbientFactor=0.700000
DopplerFactor=0.010000
bSoundAttenuate=True
UseDigitalMusic=True
MusicInterpolation=SPLINE
MusicDsp=DSP_ALL
MusicPanSeparation=50
MusicStereoMix=100
MusicAmplify=1
EmulateOldReverb=True
UseReverb=True
OldReverbIntensity=1.0
ProbeDevicesOnly=False
UseHRTF=Autodetect
UseSpeechVolume=False
ViewportVolumeIntensity=0.5
ReverbIntensity=0.5
... Or try to change driver in advanced options...