Page 1 of 1

Strange func_train error.

Posted: Thu Jul 29, 2010 8:19 pm
by reaper4172
For 1.6, I have made an elevator in a map. It is triggered by a func_button. When I press the button I get a fatal error saying "SV_StartSound: volume = 2550". Does anyone know what is going on?

Re: Strange func_train error.

Posted: Sun Aug 01, 2010 2:49 pm
by reaper4172
fixed the issue. disregard.

Re: Strange func_train error.

Posted: Sun Aug 01, 2010 3:12 pm
by koko
you could have deleated the thread yourself since noone replied but whatever i finally got 1.6 anyway i can help to test the map let me know

Re: Strange func_train error.

Posted: Sun Aug 01, 2010 3:59 pm
by MrBlip
You should tell us what you did to fix it in case anyone else runs into that problem in the future.

Re: Strange func_train error.

Posted: Sun Aug 01, 2010 4:03 pm
by Grndslmhttr3
It's a closely guarded secret. You'll never know.

Re: Strange func_train error.

Posted: Mon Aug 02, 2010 3:33 am
by reaper4172
Last time I checked, you can't delete threads. That error is causing it is caused by a sound collision that can happen when 2 entitys try to make the same sound at the same time. An example: 2 trains running the same rail sound, both trains started by the same button so they try to open the sound file at the same time. The only known solution is to turn off the sound fx for both entitys.

Re: Strange func_train error.

Posted: Mon Aug 02, 2010 3:59 am
by Eviltechie
I think you can delete a thread if you are the only one who posted in it.

Couldn't you just put the second train on a .1 second delay or something?

Re: Strange func_train error.

Posted: Mon Aug 02, 2010 7:32 pm
by reaper4172
Yeah, or play around with a tigger_multiple or whatever. I will post the screenshots of my map when it's funnished. Its gonna be a fun map.