• 🏆 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!

WIERD BUG - Random Noises during Cinematic

Status
Not open for further replies.
Level 7
Joined
Jul 1, 2008
Messages
1,025
So I have a very simple cinematic trigger as seen below, it pauses the game at the start so players can read the instructions.

The problem is throughout this there are random sounds being played and I have no idea why. This only seems to happen when playing this cinematic, anyone know why?

  • Blackscreen Copy
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Cinematic - Turn on letterbox mode (hide interface) for (All players): fade out over 0.50 seconds
      • Game - Display to (All players) the text: |cFF004080Welcome t...
      • Wait 4.00 seconds
      • Game - Display to Player Group - Player 1 (Red) for 15.00 seconds the text: You are controlling...
      • Wait 10.00 seconds
      • Game - Display to Player Group - Player 1 (Red) for 18.00 seconds the text: If more than thirty...
      • Wait 14.00 seconds
      • Game - Display to Player Group - Player 1 (Red) for 15.00 seconds the text: |cFFBFBF00What to d...
      • Wait 12.00 seconds
      • Cinematic - Turn cinematic mode Off for (All players)
      • Custom script: call DestroyTrigger( GetTriggeringTrigger() )
 
Level 11
Joined
Jun 15, 2011
Messages
447
Here's the real deal... A certain set of random sounds are automatically given into a map depending on it's tileset... Try using Cityscape tileset on a new map and you'll hear church bells ringing, etc... Also the "Environment Sound" in the map options also gives random sounds to a map (obviously)... If you wanna get rid of those, set the volume channel of environment sounds to 0 while your cinematic is playin'.
 
Level 14
Joined
Dec 29, 2009
Messages
931
Pausing all units and unpausing can stop orders tho and interrupt spells and whatnot.
Plus if you have any buffs on the units the time remaining won't drop while they are paused, so if it was damage over time, it might still damage them.. not entirely sure about that.

Also it's not necessary to destroy the trigger after it's done.. it doesn't hurt anything.
 
Status
Not open for further replies.
Top