• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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