• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Sounds & UI

Status
Not open for further replies.
Level 3
Joined
Apr 6, 2007
Messages
45
Ok guys so i have this system which makes additional races I make selectable.

1. QUESTION: Is there any way I can change to imported UI with some trigger ingame without removing old one for new one ?

2. QUESTION: How can i with trigger (without replacing old ones) make for example: When Building is finished that game plays sound "Job Done", or when your units are attacked game plays sound "Battle has been joined"...stuff like that ?
 
Level 6
Joined
Sep 19, 2006
Messages
130
1. No you cannot once you start with a UI your stuck with it...

2. It is posible but u will need to make a trigger that turns off all of the sounds of that type and make your own sounds import them and play them trigger would look like this
<Trigger>
Sound - Set User Interface Sounds to 0.00%
</Trigger>

Now all u need to do is make a trigger for every time u want to play your sounds and set there sounds as something other than User Invterface...
 
Status
Not open for further replies.
Top