Page 1 of 1
Changing the sound the pole makes when it gets captured?
Posted: 08 Mar 2013, 05:14
by CoolBeans
So i dont seem to notice the flag getting captured too often and i was wondering where and if theres a file to change the way it sounds maybe change it to something from Unreal Tournament where it says Flag has been captured. something like that. is that even possible? if so please let me know. Thanks!
Re: Changing the sound the pole makes when it gets captured?
Posted: 08 Mar 2013, 11:09
by GabrielM
Hello CoolBeans,
Well no you can't change UI sound, only some character related sounds like clothing movement, jumping, or the sound when you get hurt/eliminated, and, of course, your custom Horn.
But you can change it server side, by editing the mod script (or creating your own mod).
To do so you can remove, if you want, the sound and message "xxx has captured the pole".
Adding this line should do it :
Code: Select all
UIManager.UIAll.NoticesFilter_LevelToShowAsBigMessage = CUIConfig::ENoticeLevel::MatchInfo;
Then, to play custom sound, as it is right now, the only way is to use a manialink, but you can have some ping related issues (sound not played perfectly in sync with the event).
Re: Changing the sound the pole makes when it gets captured?
Posted: 09 Mar 2013, 20:12
by CoolBeans
Okay thanks for the quick feedback! is there anyway that it is possible to change some sounds client side in the future?
Re: Changing the sound the pole makes when it gets captured?
Posted: 09 Mar 2013, 20:43
by steeffeen
i didn't test it but it may work if you change the following file
Code: Select all
C:\ProgramData\ManiaPlanet\PacksCache\ShootMania.zip\ShootMania\Media\Audio\Sound\UI\RoundEvent\UICaptureValidated.wav
Re: Changing the sound the pole makes when it gets captured?
Posted: 10 Mar 2013, 04:51
by CoolBeans
I tried that and it didnt work sadly. I would love to see Nadeo being able to make it so people can put there own sounds in for special events like the flag getting captured and so on. I really have been enjoying this game and playing with my Brother and friends make it even better. Cant wait to see the new patches coming up. Keep up the good work!