Jump to content

Home

Make Bith musicians play


bneezy

Recommended Posts

I'm pretty sure Bith musicians use the Dance animation to play their instruments.

 

** old schoolers on this forum may remember Kitty Kitty, the Twi'lek dancing to a Bith musician aboard the "Galaxy Forge" parody mod that I made eons ago... Never did get the music to play though... See this thread for more details...

 

 

Edit: Confirmed -- animation #16 makes the Bith play.

Link to comment
Share on other sites

lol, ya I remember that Dancing twilek :D

 

I just had a brief look at the music thing. Unfortunately , the bith music is in the ambientmusic.2da and flexibility is limited. But it is possible to make it (it's just too late this evening to explain)

 

It would be great if we could create new .sff files too :( it would add so much more possibilities in terms of sound manipulation :rolleyes: but not many mods use sound until now . (edit: btw, .ssf manipulation is for sounds made by te npcs, sabers, blasters, etc....not really related to this issue but it was 1 a.m. when i posted this and I had been working on this just before posting :rolleyes: )

Link to comment
Share on other sites

yes but scripts offer quite a lot of possibilities with .uts files:

 

// 413: Play oSound.

void SoundObjectPlay(object oSound);

 

// 414: Stop playing oSound.

void SoundObjectStop(object oSound);

 

...and much more :D

 

I'll try a couple of things later this week. I think sounds have been neglected.

Link to comment
Share on other sites

Originally posted by Darth333

yes but scripts offer quite a lot of possibilities with .uts files:

 

// 413: Play oSound.

void SoundObjectPlay(object oSound);

 

// 414: Stop playing oSound.

void SoundObjectStop(object oSound);

 

...and much more :D

 

I'll try a couple of things later this week. I think sounds have been neglected.

 

Does this mean I might be able to ask for help with sound for mods soon as well Darth:cool:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...