Floor activators that change music/weather?

Status
Not open for further replies.

Hawkeye

Member
I'm having just a little bit of trouble understanding them, I know how to make them, but I don't know how to choose what particular music or weather they change the current level's weather or music to when touched.....

Thanks in advance~

*Edit* Oh, fiddle sticks! I forgot to ask about sky change....how about that? :P *Edit*
 
Last edited:
Linedef length has to match up with the tunes. As for weather, you put the sector height in multiples of 10's

Code:
Value	Effect
0	None
10	Rain & Thunder
20	Snow
30	Rain only
40	Preloaded precipitation
50	Thunder only
 
Last edited:
Linedef length has to match up with the tunes. As for weather, you put the sector height in multiples of 10's

Code:
Value    Effect
0    None
10    Rain & Thunder
20    Snow
30    Rain only
40    Preloaded precipitation
50    Thunder only

oh yessssss, it works! Thanks a lot! :)

*Edit* Oh, fiddle sticks! I forgot to ask about sky change....how about that? :P *Edit*
 
Last edited:
Change the floor height of the control sector to one of the following:

Code:
1 	Greenflower Zone 
4 	Techno Hill Zone 
7 	Deep Sea Zone 
8 	Starry Sky 
10 	Castle Eggman Zone (New) 
11 	Castle Eggman Zone (Old) 
13 	Arid Canyon Zone 
17 	Blue Mountain Zone/Christmas Hunt/Old Christmas Demo 
21 	Egg Rock Zone Act 1 
22 	Egg Rock Zone Act 2/3 
29 	Spring Hill Zone 
30 	Mario Koopa Blast 1 
50 	Special Stage 1 
51 	Special Stage 2 
52 	Special Stage 3 
53 	Special Stage 4 
54 	Special Stage 5 
55 	Special Stage 6 
56 	Special Stage 7 
57 	Special Stage 8 
64 	Wood Zone 
66 	Blackness (Xtreme Sky) 
103 	Great Forest Zone 
107 	Ice Palace Zone 
117 	Robotopolis[sic] Zone 
127 	Athenos Zone 
132 	Hidden Palace
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top