Sound replacement

xen32xen32 Join Date: 2012-10-18 Member: 162676Members, Reinforced - Supporter
I have trouble replacing sounds.
I did everything possible and it won't work:

All I want to do is replace game loss/victory sound.
There are two folders in my mod folder, lua and sound.
Lua contains GUIGameEnd.lua file with these lines edited:
Client.PlayMusic("sound/gameoverman.fev/victory")
Client.PlayMusic("sound/gameoverman.fev/" .. (message.win and "victory" or "loss"))


Sound folder contains:
gameoverman.fev
gameoverman.soundinf
gameoverman_bank00.fsb

soundinf is:

/common/victory
3672
/common/loss
3672


Fev and fsb were created using FMOD, sound files are located exactly as in NS2.fev

But no matter how hard I try, it still plays default music.


Am I missing something?

Comments

Sign In or Register to comment.