deathsythe47 / base_entranced

base_entranced : Siege server mod for Jedi Knight: Jedi Academy
GNU General Public License v2.0
8 stars 1 forks source link

Perform serverside RNG for extended taunt/gloat/flourish sounds and send this to Newmod clients #112

Closed deathsythe47 closed 8 years ago

deathsythe47 commented 8 years ago

I found the clientside fix for allowing more taunt/gloat/flourish sounds like victory1.mp3, etc to play.

But, there's another problem here: if we allow clientside RNG to choose what sounds play, then different clients will hear different sounds. This is bad for memeing purposes, etc.

Perhaps the server could detect Newmod clients and perform RNG on the server side and send this as a parameter of the EV_TAUNT using trickedindex or something like that. Therefore even though it is a random sound, all newmod clients will hear the same random sound.

deathsythe47 commented 8 years ago

dbb8a34699c8e365ca892753cae4aa7cba550b3f