Getting ElectricBolt to make sound.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Getting ElectricBolt to make sound.
I have placed an ElectricBolt entity in a level and gave it a wav file for "Soundfile". In game the sound cannot be heard but the "ElectricBolt" is running great.
Also I have given a trigger a wav file for the "Soundfile" and that sound cannot be heard in game when the trigger is activated.
I see that the weapons use wav files and they make sound, so I know that wav files are supported.
Any suggestions?
Also I have given a trigger a wav file for the "Soundfile" and that sound cannot be heard in game when the trigger is activated.
I see that the weapons use wav files and they make sound, so I know that wav files are supported.
Any suggestions?
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: Getting ElectricBolt to make sound.
Is it a 3d sound? It might be playing but you can't hear it
Herp derp.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
Could you please be more pacific?
How could it be playing and me not hear it? I have tried it with the volume all the way up and still no sound for those entities.
How could it be playing and me not hear it? I have tried it with the volume all the way up and still no sound for those entities.
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: Getting ElectricBolt to make sound.
Well, you can only hear sounds that are within an audible radius. The audible radius is usually set in the EnvironmentSetup Entity. Also, can you post the entity info here?
Herp derp.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Getting ElectricBolt to make sound.
The sound effect for electric bolt entities is broken in the current version. The code in question was disabled at some point for no good reason. I've re-enabled it for the next version of RF.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
I figured that it was something like that.QuestOfDreams wrote:The sound effect for electric bolt entities is broken in the current version. The code in question was disabled at some point for no good reason. I've re-enabled it for the next version of RF.
Thanks
Is that next version going to be ready for DL any time in the near future?
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
I figured that it was something like that to. LOL!!
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
Could someone that has the source code for RF please re-enable the sound for the entities, recompile it and upload it somewhere. I am not a programmer but if all that needs to be done it to un-comment the sound for the entities part of the code then I am sure it is an easy fix for someone that knows what they are doing. All I need is just that one thing to make a game. With the little time that Andy has to work on RF2 that may take quite a while. I have come to believe that is the next version and there will be no more updates for RF1. All I need is to have entities make sound. Just that one thing. everything else seems to work the way I need it to.
Please! Please! Please! Please!
Please! Please! Please! Please!
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
Re: Getting ElectricBolt to make sound.
Andy is actually not active on RF2 at the moment. I'm the lone developer right now.
Many Bothans died to bring you this signature....
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
What are the odds that the entity sound can be turned back on and the new engine uploaded? I am right the point where I can start working on a game. I just need that one thing to get it done. It is barely within reach and still not attainable. That is sooooo frustrating.
Please!?
Please!?
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Getting ElectricBolt to make sound.
You could still use a separate AudioSource3D entity and attach it to the ElectricBolt entity until this is fixed.
-
- Posts: 320
- Joined: Sat Mar 11, 2006 11:41 pm
Re: Getting ElectricBolt to make sound.
QuestOfDreams wrote:You could still use a separate AudioSource3D entity and attach it to the ElectricBolt entity until this is fixed.
I have tried every setting combo that I can think of and i cannot get the AudioSource3D to make sound on its own let alone when attached to the ElectricBolt. Are you sure that the sound for that is not also shut off?
Patience and tolerance are the keys to the passage of knowledge. Even those that are the most knowledgeable started with many questions.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Getting ElectricBolt to make sound.
Yes, I'm sure. You can hear an AudioSource3D entity in the tech demo level. It has to be a .wav file though.incenseman2003 wrote:I have tried every setting combo that I can think of and i cannot get the AudioSource3D to make sound on its own let alone when attached to the ElectricBolt. Are you sure that the sound for that is not also shut off?