I updated recently ALAudio quite some, most welcome improvement for mappers I hope should be the ability to use EFX presets without breaking compatibility to non ALAudio users.
Its absolutely next generation and many steps from the ALAudio included in the OMP are between, also uses a separate thread for buffering which makes it slightly more performant compared to Galaxy as well. Enjoy
Details (from Oldunreal forums):
Version 1.6 from latest 227j development for UnrealTournament, Windows version.
Changes:
Switched in OpenAL from FMod Music output to libxmp.
This player is not only free and open source (GNU LESSER GENERAL PUBLIC LICENSE), but better portable and is yet actively maintained unlike most other players. It also plays some tracker files "more correctly" than old FMod3. OGG playing is now done directly via ogg vorbis (BSD-License).
Added CrossFading ability in OpenAL when using MTRAN_Segue
Added ability to play sounds in OGG format (you need to rename the .ogg files to .wav to allow the import)
Changed from Creative Labs OpenAL to OpenALSoft (LGPL-licensed) to eliminate problems with non Creative cards in Windows 7 and Windows8
new in 1.6:
Yet another couple of minor fixes, improvements, code cleanups.
Added usage of AL_METERS_PER_UNIT function to make effect calculations more fitting to "real world" environments (based on UU/Meter).
Updated libxmp to 4.3.8
Added support for FLAC (BSD-License) and mpg123 (LGPL 2.1) for sounds.
Removed ALAudio.u and replaced it with EFX.u
EFX.u is a pure UnrealScript package which does not depend on ALAudio, nor is ALAudio required for it to use. As EFX.u has the download flag set, a client can just download it for network play like any other package and if ALAudio is not used the ZoneInfo's sounds settings just simply have no effect. This change allows the mappers to make use of a huge number of environment presets (114) without taking the risk that people not using ALAudio can't play a map.
Notes for mappers:
* EFX.u packages offers a set of ready to use ZoneInfos to customize ZoneAudio settings.
* If you just custom defined ZoneAudio settings instead of using ReverbPresets consider
consulting OpenALs EffectsExtensionGuide.pdf especially in respect to default values and clamping.
Notes for mod developers:
* See EFXZoneInfo UnrealScript code for further explainations.
Don't forget to update your ini (although will now set up defaults if not existing):
[ALAudio.ALAudioSubsystem]
ALDevices=OpenALSoft
SoundVolume=192
SpeechVolume=192
MusicVolume=255
EffectsChannels=64
AmbientFactor=0.700000
DopplerFactor=0.010000
UseOriginalUnreal=True
bSoundAttenuate=True
UseDigitalMusic=True
MusicInterpolation=SPLINE
MusicDsp=DSP_ALL
MusicPanSeparation=50
MusicStereoMix=70
MusicAmplify=0
EmulateOldReverb=True
UseReverb=True
OldReverbIntensity=1.000000
ProbeDevicesOnly=False
SampleRate=44100Hz
OutputRate=44100Hz
Report bugs or possible issues here.
Note that the usage of this version online can cause anticheat protected servers to kick you.
Download link and bugreports: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1399614690
ALAudio for UnrealTournament, new version
-
- Novice
- Posts: 15
- Joined: Tue Feb 08, 2011 9:21 pm
- Personal rank: Frog
-
- Skilled
- Posts: 231
- Joined: Thu Dec 26, 2013 7:03 pm
Re: ALAudio for UnrealTournament, new version
Really this is better than Galaxy?
I'll try it!
I'll try it!
What? This happens frequently?Smirftsch wrote:Note that the usage of this version online can cause anticheat protected servers to kick you.
-
- Godlike
- Posts: 1866
- Joined: Sun Mar 04, 2012 6:47 pm
-
- Godlike
- Posts: 6443
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: ALAudio for UnrealTournament, new version
Driver has been installed and looks very functional (after adjusting volumes). Thank you, SIR !
-
- Godlike
- Posts: 3351
- Joined: Thu Aug 04, 2011 9:26 pm
- Personal rank: Chaos Evangelist
- Location: Kernow, UK
Re: ALAudio for UnrealTournament, new version
Yes unfortunately until a server admin white-lists any new addons, you will be kicked.
If your fave server does not like it, then you will have to point the admin at this post or at http://www.oldunreal.com/cgi-bin/yabb2/ ... 1399614690
If your fave server does not like it, then you will have to point the admin at this post or at http://www.oldunreal.com/cgi-bin/yabb2/ ... 1399614690
UT99.org House Rules
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
-
- Adept
- Posts: 427
- Joined: Tue Feb 21, 2012 7:29 pm
Re: ALAudio for UnrealTournament, new version
I'm sure anth will get around to whitelist this for ACE.
-
- Novice
- Posts: 15
- Joined: Tue Feb 08, 2011 9:21 pm
- Personal rank: Frog
Re: ALAudio for UnrealTournament, new version
Well, "better" - I think so, otherwise wouldn't do it - but in the end everyone has to decide himself of course.FXANBSS wrote:Really this is better than Galaxy?
I'll try it!
I initially started with ALAudio because the "3D" in Galaxy3D audio never worked out for me, it just muffles a huge part of all sounds into center. So the most important point for me was correct audio positioning, so that you can really hear where your opponents are. That again works best with 5.1 speaker setup or since this version with HRTF and good headphones. Also the more than limited reverb system in Unreal/UT bothered me quite some, so for the mapper its really easy to chose the wanted ambient out of a drop down menu from the EFX extension. Later then support for OGG Music and due to making also a DeusEX port I added mpg123 and finally since I like it, FLAC for sound.
-
- Skilled
- Posts: 231
- Joined: Thu Dec 26, 2013 7:03 pm
Re: ALAudio for UnrealTournament, new version
Ok... all fine but my game is crashing.
I need to press ESC quickly in the intro or the game will crash for a unknown reason.
My UT is using ALAudio as you see here:
Here is my configuration:
I need to press ESC quickly in the intro or the game will crash for a unknown reason.
My UT is using ALAudio as you see here:
Code: Select all
AudioDevice=ALAudio.ALAudioSubsystem
Code: Select all
[ALAudio.ALAudioSubsystem]
ALDevices=OpenALSoft
SoundVolume=192
SpeechVolume=192
MusicVolume=255
EffectsChannels=64
AmbientFactor=0.700000
DopplerFactor=0.010000
UseOriginalUnreal=True
bSoundAttenuate=True
UseDigitalMusic=True
MusicInterpolation=SPLINE
MusicDsp=DSP_ALL
MusicPanSeparation=50
MusicStereoMix=70
MusicAmplify=0
EmulateOldReverb=True
UseReverb=True
OldReverbIntensity=1.000000
ProbeDevicesOnly=False
SampleRate=44100Hz
OutputRate=44100Hz
ALDevice=DefaultDevice
-
- Godlike
- Posts: 3351
- Joined: Thu Aug 04, 2011 9:26 pm
- Personal rank: Chaos Evangelist
- Location: Kernow, UK
Re: ALAudio for UnrealTournament, new version
Hopefully we can finally wave goodbye to oversized, poor quality mono WAVs in UMXs.
Personally I am just happy I can use my old Octamed collection
FXANBSS, bug reports would be better posted at OldUnreal.
Look at you UT log file and see what it crashed on.
If you fix the extra " in the int file it will list properly and you can check with UEd that it is installed correctly. If it is not functioning, when you try to open the "ALAudio" section at the top, it will crash the renderer with an error, but should not crash UEd.
Personally I am just happy I can use my old Octamed collection
FXANBSS, bug reports would be better posted at OldUnreal.
Look at you UT log file and see what it crashed on.
If you fix the extra " in the int file it will list properly and you can check with UEd that it is installed correctly. If it is not functioning, when you try to open the "ALAudio" section at the top, it will crash the renderer with an error, but should not crash UEd.
You do not have the required permissions to view the files attached to this post.
UT99.org House Rules
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
-
- Adept
- Posts: 257
- Joined: Thu May 13, 2010 2:23 am
-
- Novice
- Posts: 15
- Joined: Tue Feb 08, 2011 9:21 pm
- Personal rank: Frog
Re: ALAudio for UnrealTournament, new version
As Doc said already, the very least required is a log of the crash.FXANBSS wrote:Ok... all fine but my game is crashing.
I need to press ESC quickly in the intro or the game will crash for a unknown reason.
@ Doc: Oops. I fixed the int in the package
PS: Hey Anth, long time no see!
-
- Godlike
- Posts: 6443
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: ALAudio for UnrealTournament, new version
FALLBACK
I have started a windowed game in order to see server's console remotely (looking for an isolated MBot issue) client crashed and a M$ message was showing (that specific sorry for inconvenience...), Audio card is an on-board Realtek on a HP machine not something added in a garage.
I have started a windowed game in order to see server's console remotely (looking for an isolated MBot issue) client crashed and a M$ message was showing (that specific sorry for inconvenience...), Audio card is an on-board Realtek on a HP machine not something added in a garage.
-
- Skilled
- Posts: 231
- Joined: Thu Dec 26, 2013 7:03 pm
Re: ALAudio for UnrealTournament, new version
There is no log in the end, just the log cuts. lol
Weird.
Weird.
-
- Godlike
- Posts: 3351
- Joined: Thu Aug 04, 2011 9:26 pm
- Personal rank: Chaos Evangelist
- Location: Kernow, UK
Re: ALAudio for UnrealTournament, new version
UPDATE
BTW. Smirftsch the int file in this version includes the extra "
Better remember to fix the ones in your installed games also, or it may creep back again.
http://www.oldunreal.com/cgi-bin/yabb2/ ... 1399614690Version 2.2 for UnrealTournament, Windows version.
Auto matching of libxmp samplerate, updated some check in libxmp 4.3.9 to re-enable support for some obscure tracker file, updated to OpenALSoft 1.17 with HRTF (new ini settings Autodetect/Enable/Disable). Autodetection may only work with USB headsets.
BTW. Smirftsch the int file in this version includes the extra "
Better remember to fix the ones in your installed games also, or it may creep back again.
UT99.org House Rules
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG
ChaosUT https://chaoticdreams.org
Your Unreal resources: https://yourunreal.wordpress.com
The UT99/UnReal Directory: https://forumdirectory.freeforums.org
Find me on Steam and GoG