View Single Post
  #10  
Old 05-09-2014, 01:35 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Here is your WAC corrected and the wave file converted in the attached ZIP file.

It was in the wrong format and too large.

All working now.

Looks like the file didn't upload. Still too large, I got it down to 2.8MB

You need to compress the sound file and make it mono.

Just wait a minute I will upload it to my server for you.


// plays once
if past(1) and waveready() and never() then
text("Music: Top Gun: Hard Lock soundtrack 13")
wave("TGHLTRACK_13.wav")
endif

//rain
if ontick() and never() then
rain(100)
overcast(70,30)
skyspeed(80)
endif
Reply With Quote