I wanted to know if it is possible to give only certain sounds to certain sabers. I was hoping to make it so my custom luke sabers could have the ROTJ style sounds, and have my Darth Maul dualie to have the heavy sith sounds. its basically just using bits of other sound mods and assigning them to cetrain sabers. Is this possible?
Only if you modified code.
I might be able to send the sabers and the sounds to me i might get it to work I'll PM you.
? Wha? I'm no expert here. I'm just spreading around what I know, and what I learned from mods that I opened up.
After a little fiddling around and disecting, i've managed to at least alias different on/off sounds and hums, so lukes has its own, maul has his own, my custom vader and dooku have different hums, and looking at the coding for example,
Luke
{
name "Skywalker"
saberType SABER_SINGLE
saberModel "models/weapons2/saber_ROTJ/saber_w.glm"
soundOn "sound/weapons/saber/lukesaberon.mp3"
soundLoop "sound/weapons/saber/saberhum4.wav"
soundOff "sound/weapons/saber/lukesaberoff.mp3"
saberLength 40
saberColor green
notInMP 1
_____ I think it may be possible to alias more sounds if i knew what to alias to. I'm more or less just trying to make it a little more enjoyable for me. By the way, I have never gotten the "all sabers at new game" menu to work. Any suggestions to try it manually?