Forum

Effects for Sound Effects

Discuss programming topics for the various GPL'd game engine sources.

Moderator: InsideQC Admins

Effects for Sound Effects

Postby jim » Tue Oct 21, 2008 7:47 pm

Are there any plans to have effects for sound effects? Or are we doomed to have the sounds sound the same in every room? I would like to hear some reverb, echo, flanger, pitch changes and modulate them with LFO.

What about are the sounds following the entity that made the sound, or do they just stick to the spot the sound started at?

Are there any engines that already do something for the sounds?
zbang!
User avatar
jim
 
Posts: 599
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Postby Urre » Wed Oct 22, 2008 6:47 am

hear hear
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby Chris » Sun Oct 26, 2008 9:03 am

Pitch modulation would be fantastic, even Half-Life1 era reverb could add a lot of depth. Can't say I'd hold my breath though until someone convinces LH or another capable dev it is worth their time.
Chris
 
Posts: 79
Joined: Sat Aug 05, 2006 5:31 am

Postby Spike » Sun Oct 26, 2008 11:55 am

halflife has special triggers that change what sound effects to use based on area.

I had a go implementing eax in fte for underwater effects. It seemed... clumsy. It would only initialise half the time or something.
Dunno, maybe I was just initialising it wrongly.
Either way, while its possible to add, but it needs a lot of gamecode interaction, because doing it automatically will be too random. Or the engine could look for the triggers...
Spike
 
Posts: 2892
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Postby Chris » Mon Oct 27, 2008 12:25 am

That would be the idea, providing developers with tools capable of adding it to maps, not enhancing mods / games this engine supports pre-installment of the feature unless its something that is inherent
within the world (like your sound changes underwater).
Chris
 
Posts: 79
Joined: Sat Aug 05, 2006 5:31 am

Re: Effects for Sound Effects

Postby goldenboy » Fri Feb 06, 2009 1:32 pm

jim wrote:What about are the sounds following the entity that made the sound, or do they just stick to the spot the sound started at?


I'd like to know if this is possible in a Quake 1 engine.

Example: Rockets emitting sound like in Quake 2.

?
User avatar
goldenboy
 
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel

Postby mh » Fri Feb 06, 2009 3:36 pm

Chris wrote:Pitch modulation would be fantastic, even Half-Life1 era reverb could add a lot of depth. Can't say I'd hold my breath though until someone convinces LH or another capable dev it is worth their time.

I'm convinced (although whether I'm capable is another matter :lol: ) and it's on my to-do list; specifically the underwater effects mentioned above. I've already migrated my sound code to DirectSound 8 so it should be a lot easier.
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
User avatar
mh
 
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Re: Effects for Sound Effects

Postby ceriux » Fri Feb 06, 2009 7:30 pm

goldenboy wrote:
jim wrote:What about are the sounds following the entity that made the sound, or do they just stick to the spot the sound started at?


I'd like to know if this is possible in a Quake 1 engine.

Example: Rockets emitting sound like in Quake 2.

?


um, i dont see why it wouldnt be possible, but i think that would be more of a QC thing wouldnt it?
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: Effects for Sound Effects

Postby MauveBib » Fri Feb 06, 2009 8:35 pm

ceriux wrote:
goldenboy wrote:
jim wrote:What about are the sounds following the entity that made the sound, or do they just stick to the spot the sound started at?


I'd like to know if this is possible in a Quake 1 engine.

Example: Rockets emitting sound like in Quake 2.

?


um, i dont see why it wouldnt be possible, but i think that would be more of a QC thing wouldnt it?


It's not really possible in standard QC, since sounds are staticly placed, and don't follow their parent entities around. You could make a very short sound and have the rocket play it every few frames, but that would kinda suck.
Apathy Now!
User avatar
MauveBib
 
Posts: 634
Joined: Thu Nov 04, 2004 1:22 am

Postby Urre » Fri Feb 06, 2009 8:52 pm

In CSQC they follow entities around...
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby MDave » Sat Feb 07, 2009 12:33 am

It's a funny coincidence that all the features we want these days are things Half-Life have. :lol: I wonder how many of us would switch over to Half-Life for modding if that ever got open-sourced.

How about this: Get in contact with the original Half-Life engine coders and ask them a bunch of questions, possibly revealing how certain things were done :P

PS: Did I just hear Arnold's voice? :lol:

PPS: I totally didn't know rockets didn't emit their own sound in Quake. I thought they did :shock:
User avatar
MDave
 
Posts: 76
Joined: Mon Dec 17, 2007 7:08 pm

Postby MauveBib » Sat Feb 07, 2009 2:12 am

MDave wrote:It's a funny coincidence that all the features we want these days are things Half-Life have. :lol: I wonder how many of us would switch over to Half-Life for modding if that ever got open-sourced.


Nope, DP is a lot more advanced than the HL engine, despite a few quirks. Also, gamecode for HL is an arse to do, not as easy as QC.
Apathy Now!
User avatar
MauveBib
 
Posts: 634
Joined: Thu Nov 04, 2004 1:22 am

Postby MeTcHsteekle » Sat Feb 07, 2009 3:46 am

when ever you say QC the clouds part to let the sun shone through and a heavenly choir sounds ... then you test it and its a killing spree of evil and blood. best of both
bah
MeTcHsteekle
 
Posts: 399
Joined: Thu May 15, 2008 10:46 pm
Location: its a secret

Postby MDave » Sat Feb 07, 2009 4:23 pm

MauveBib wrote:
MDave wrote:It's a funny coincidence that all the features we want these days are things Half-Life have. :lol: I wonder how many of us would switch over to Half-Life for modding if that ever got open-sourced.


Nope, DP is a lot more advanced than the HL engine, despite a few quirks. Also, gamecode for HL is an arse to do, not as easy as QC.


But it still lacks things HL does. And it doesn't have a software rendering mode. :( And there is no chance of porting the engine to an embedded device or other low spec platforms because of its much higher requirements :P This might not sound important to people that just like to mod on the PC, but its rather important for people that use it on other devices or platforms.

I love QC though :)
User avatar
MDave
 
Posts: 76
Joined: Mon Dec 17, 2007 7:08 pm

Postby Baker » Sun Feb 08, 2009 7:14 am

<apples> more advanced than <oranges>


I really have come to hate that expression.

It doesn't convey any information.

And it is hard to compare apples to oranges when oranges don't do everything that apples do.

I appreciate all the advancement that apples have to offer, yet I still crave what oranges have to offer.

The idea would be something that offered everything that the best apples have to offer, while having all the options oranges have to offer meanwhile -- yes I'm crazy -- while offering none of the disadvantages of apples OR oranges.

Trying to stay on topic, I'd really like it if apples offered the muck with the sound option that oranges have. Or if someone knew of an open source pear with this feature because I am kind of fond of the feature myself.

But really, Spike said enough ...
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Next

Return to Engine Programming

Who is online

Users browsing this forum: No registered users and 1 guest