• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Change Ambient Sounds?

Status
Not open for further replies.
Level 26
Joined
Oct 2, 2011
Messages
2,486
Change Ambient Sounds? [SOLVED]

Hi!
I have an issue in my map, where in an undergorund cavern, I cannot get rid of chirps singing from the Barrens tileset...

  • call StopSound(bj_dayAmbientSound, true, true)
  • call StopSound(bj_nightAmbientSound, true, true)
I have tried using those commands 0.01 seconds after of the map Init, on map Init, 5 seconds after map init, but it doesn't seem to be working anyway... :/

Also, if it is possible to remove those ambients, how do I replace them with new ones from other tilesets?
 
Last edited:
Hmmmm. Do you know what sounds they are? You could replace them in sound editor. I don't have your map so I didn't test it out. You can add ambient sounds to a region by trigger. Did you try this?

  • Sound - Add anything_but_crickets <gen> across (Playable map area)
Or did you try,

  • Sound - Use the Lordaeron Summer nighttime ambient theme
These may change it.
 
Level 26
Joined
Oct 2, 2011
Messages
2,486
Haha! Thanks for all your help! They all worked out. I realized that I had put another trigger before this one in the init, a transmission trigger, wich waited for the transmission to finish before executing more functions... The transmission is about 100 hours long so that's why it wasn't working... :D

Thanks again :)
 
Status
Not open for further replies.
Top