It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I was wondering if the MOD community made a patch for the 3D sound options that convert the (now defunct) Directsound3D to Openal or add FMOD. For anyone new to sound options, older games like Deus Ex use whats called Directsound3D for 3D audio, which Windows no longer supports (Windows Vista - Onward)
My suggestion would be to ask at the Off Topic Productions forums. http://www.offtopicproductions.com/forum/

They do a lot of Deus Ex modding.
Only thing I know of is Alchemy made by Soundblaster I think. It works for me and I use Windows 7.
avatar
Nishimoto: I was wondering if the MOD community made a patch for the 3D sound options that convert the (now defunct) Directsound3D to Openal or add FMOD. For anyone new to sound options, older games like Deus Ex use whats called Directsound3D for 3D audio, which Windows no longer supports (Windows Vista - Onward)
Hi,

I know this is an old post, but I didn't see it until now. Consider trying , which is a project I have been working which does exactly what you're asking for. I have verified that it works with Deus Ex, and specific instructions can be found here: [url=http://www.indirectsound.com/games.html]http://www.indirectsound.com/games.html

If you're still around and see this, then good luck! :-)
I just found this while searching for information about Deus Ex and positional 3D audio. This is really cool! But I think I found a bug - I don't know if it's my system/configuration or if it's this software. In Deus Ex, if I am looking slightly up, then player-generated sounds come from behind me instead of in front of me. This applies to footsteps, pistols firing, and the sound of equipping the baton. So for instance, if I am running in a straight line while looking down, I'll hear my footsteps in front of me. But if I gradually look up while running, the sound will at some point very suddenly switch to behind me.
I hope you're able to continue to develop this. This is a great little project and a nice alternative to Creative's Alchemy. :)
Post edited April 30, 2014 by JohnnyDollar
avatar
ikantspelwurdz: I just found this while searching for information about Deus Ex and positional 3D audio. This is really cool! But I think I found a bug - I don't know if it's my system/configuration or if it's this software. In Deus Ex, if I am looking slightly up, then player-generated sounds come from behind me instead of in front of me. This applies to footsteps, pistols firing, and the sound of equipping the baton. So for instance, if I am running in a straight line while looking down, I'll hear my footsteps in front of me. But if I gradually look up while running, the sound will at some point very suddenly switch to behind me.
Sorry for not replying sooner; I hadn't checked in for awhile.

I spent some time this weekend looking into the behavior you describe. The good news is that the same thing happens on my machine, so it's not anything wrong with your system/configuration. The bad news is that from what I can tell this is actually how Deus Ex was programmed as opposed to a bug in IndirectSound.

I started by trying to isolate the footsteps and then figuring out why they change between front and rear. This is pretty difficult to do because so many sounds are playing and I don't have access to the Deus Ex source code, but I am reasonably confident that I identified the proper sounds and that they do, in fact, change position so that sometimes they are in front of you and sometimes behind, based on if you're looking up or down.

I also ran Deus Ex in Windows XP using my Creative X-Fi Elite Pro, which is what I usually use as my "gold standard", and the same effect can be heard there although it's not as offensive as when using IndirectSound. The discrepancy is because IndirectSound uses Microsoft's implementation of positional 3D sound, which is much more discrete than Creative's (in other words, as a sound moves between two speakers it will tend to "pop" from one to the other using Microsoft's implementation, whereas it will tend to play in both and thus blend better in Creative's implementation). I believe that Creative probably plays sound in more than one speaker when a sound gets close to the listener's head, whereas Microsoft probably chooses whichever single speaker is best. (I should refresh my memory and verify this for sure, but I didn't have time this weekend.)

I've thought for a long time that it would be fun to try and mimic what Creative does because I think it sounds better, but that means having to implement the 3D positional algorithms from scratch (and also having to rely on my subjective opinion of whether it sounds correct or not), and so I haven't tackled it yet. Unfortunately that means that there's probably not anything that I can do to make footsteps and other player-generated audio sound any better at the moment since it's the way that the game is programmed. Sorry :(
avatar
ikantspelwurdz: I just found this while searching for information about Deus Ex and positional 3D audio. This is really cool! But I think I found a bug - I don't know if it's my system/configuration or if it's this software. In Deus Ex, if I am looking slightly up, then player-generated sounds come from behind me instead of in front of me. This applies to footsteps, pistols firing, and the sound of equipping the baton. So for instance, if I am running in a straight line while looking down, I'll hear my footsteps in front of me. But if I gradually look up while running, the sound will at some point very suddenly switch to behind me.
avatar
jonpol: Sorry for not replying sooner; I hadn't checked in for awhile.

I spent some time this weekend looking into the behavior you describe. The good news is that the same thing happens on my machine, so it's not anything wrong with your system/configuration. The bad news is that from what I can tell this is actually how Deus Ex was programmed as opposed to a bug in IndirectSound.

I started by trying to isolate the footsteps and then figuring out why they change between front and rear. This is pretty difficult to do because so many sounds are playing and I don't have access to the Deus Ex source code, but I am reasonably confident that I identified the proper sounds and that they do, in fact, change position so that sometimes they are in front of you and sometimes behind, based on if you're looking up or down.

I also ran Deus Ex in Windows XP using my Creative X-Fi Elite Pro, which is what I usually use as my "gold standard", and the same effect can be heard there although it's not as offensive as when using IndirectSound. The discrepancy is because IndirectSound uses Microsoft's implementation of positional 3D sound, which is much more discrete than Creative's (in other words, as a sound moves between two speakers it will tend to "pop" from one to the other using Microsoft's implementation, whereas it will tend to play in both and thus blend better in Creative's implementation). I believe that Creative probably plays sound in more than one speaker when a sound gets close to the listener's head, whereas Microsoft probably chooses whichever single speaker is best. (I should refresh my memory and verify this for sure, but I didn't have time this weekend.)

I've thought for a long time that it would be fun to try and mimic what Creative does because I think it sounds better, but that means having to implement the 3D positional algorithms from scratch (and also having to rely on my subjective opinion of whether it sounds correct or not), and so I haven't tackled it yet. Unfortunately that means that there's probably not anything that I can do to make footsteps and other player-generated audio sound any better at the moment since it's the way that the game is programmed. Sorry :(
Hey,
I know that you posted this several years ago now, but I'm kind of intrigued.
I have a newer Sound blaster Z sound card that I'm looking to integrate into a stereo receiver. It will be cool to see what sound effects are possible when the sound card picks up the processing. I own a couple of games through GOG that support hardware acceleration through sound blaster ( one of note is Thief Deadly Shadows ).