Topic really says it all...
I've tried all of the flags I can think of, none of them worked.
Anyone know how to get an ambient sound on a Boid?
Moderators: GSH, VSMIT, Red Devil, Commando
-
- Sabre
- Posts: 299
- Joined: Sat Feb 19, 2011 4:13 am
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Anyone know how to get an ambient sound on a Boid?
If all else fails....
Stick a dummy render on it and use that.
Code: Select all
- Work on mantis 271. For all particle *SIMULATE* items, added the
ability to specify a sound effect that'll play. This is particle
chunks with simulateBase = one of { "sim_chunk", "sim_dust",
"sim_ember", "sim_null", "sim_smoke", or "sim_spray" }. Basically, in
the ODF section with the simulateBase entry, add a line like this:
[e1]
simulateBase = "sim_smoke" // Or one of the others above
SimulateSoundEffect = "" // blank is no sound; otherwise, something like "blah.wav"
Compiles, but is pretty much untested. This has the possibility of
flooding the sound system with a few too many requests. Use
sparingly. [NM]
Re: Anyone know how to get an ambient sound on a Boid?
yeah, pretty much the only way to do it