Well what's the music? Cause it better be good.
Printable View
Well what's the music? Cause it better be good.
Please no Slipknot this time.
Goddamn, I wound up having to sv_map_next in the Modacity gamenight because of the complaints about the music.
Use some elevator music, or The Postal Service, or Owl City, or Swimming With Dolphins, or or or Lights. Anything light would do.
p.s Slipknot fails hard
Awesome book/movie <3 Mos Def
I posted a link to the music in the first post guys...
Hey guys.
I'll be able to release the map tonight or sooner, though 1 thing needs to be fixed before all of that.
The music toggle script doesn't seem to be working.
l28 made the button for it, and it shows up fine in-game. Though, if you press it, it doesn't work or do anything. The music starts at startup becuase it's the backround music.
Here is the script. (Made by gamma)
Reply if you have a fix or know how to fix it.
Code:(global boolean ishOn false)
(global boolean isOn false)
(script dormant music_toggle
(if
(= ishOn false)
(begin
(set isOn true)
(set ishOn true)
)
(begin
(set isOn false)
(set ishOn false)
)
)
)
(script continuous go
(if
(= isOn true)
(begin
(sound_looping_start "levels\luck\music\mech8gardens" none 1)
)
(begin
(sound_looping_stop "levels\luck\music\mech8gardens")
)
)
)
heres a solution
fuck the music :)
if anything, id fuck the music toggle, not the script. if you want it off so damn badly, turn off music in your settings. It won't disable other backround music in other maps, just sound tags with the music properties. if gamma doesn't get online in the next 15 or 25 minutes, im just going to fuck the music toggle stuff, and head on with fixing the few last things and preparing for the release.
E:
guess it looks like im fucking the script, gamma doesn't know.