I have started on a new prop (physical, not prop file). It is essentially a robot you carry around, and it randomly says things to you. I want the leds to react when its talking (playing a wav). Like slow pulsing standard, then flashes faster when talking.
Can it just play a quote randomly at an interval? AND/OR have the aux button play a sound. Maybe the just pressing a button is better.
There would be bunch of quotes, not sure how many, maybe 20?
It would be nice is motion could work. Maybe a scream wav, then back to the quote?
No hum would be playing when its “on”, but maybe idle background computer sound?
There would be tracks to be played as well.
Is this something I would need to have a new prop file for? or can it some how be accomplished with a current prop and a custom config?
A lot of this could be done with just a basic saber prop (or really any prop.)
I would start with that, and then copy and add/modify as you go.
The saber prop it too old to have “quote” support, but it does have “force” support, which is basically the same thing but with a different name. The default trigger for “force” is to long-click the power button, so you probably want to change that to use the AUX button instead.
Random trigger quotes isn’t particularly difficult, there are in fact several ways to do it:
In a font (having multiple hum sounds and mixing in the quotes as needed)
I think you will want a prop file for it, but you can do without if you want.
Like I said, I would start with saber.h, do some basic tests, then copy saber.h, change what you want, one step at a time until it works like you want.
I guess I pictured starting with the thermal detonator prop, I just forgot to mention it. That is why I though motion sensing would be nice. And swinging it around could make it scream.
If I do that, would the quote/force sound stop for the scream and then resume at the place it stopped at? I am thinking probably no.
If I wanted to go the random interval route - I found this post: Proffie "Piercing" saber effect - #25 by Fett263 that mentions multiple hum sounds and quotes. This sounds close to what I am aiming for.
In my case should the hum file be silent? That way it is just playing “nothing” for lack of a better term, then randomly plays a quote at an interval?
I just set up transitions and Special Abilities to run it all through style code and my prop. If you have a “script” of what you’re trying for (or triggers you want to create certain reactions for) I may be able to help out with style code to run it.