• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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