[ZM] Origins Permasnow (TEST)
-
Permanent Snow after Round 1!
This mod is for anyone that wants the Ice Staff on an earlier round.
Any issues please state them in the comments!
Files: Plutonium/storage/t6/scripts/zm/zm_tomb
Raw Code:
init() { level thread force_snow_weather(); } force_snow_weather() { // Wait for Origins weather controller to start wait 5; // Stop Origins from cycling weather level.weather_cycle_enabled = false; level.weather_state = "snow"; setDvar("weather", "snow"); setDvar("weather_state", "snow"); // Loop to keep overriding anything the game tries to change while (1) { level.weather_state = "snow"; setDvar("weather", "snow"); setDvar("weather_state", "snow"); wait 5; } } -
Sounds awesome I'll try it out when I get home.
-
How do i install this?
-
How do i install this?
rhthegoat99 make it into a gsc
-
i could not manage to get this to work, maybe my brain is small lol but snow still goes away
-
i could not manage to get this to work, maybe my brain is small lol but snow still goes away
Realpiout Yeah It's a test, I'm still trying to figure it out but if I don't I'm'a just delete this
-
Realpiout Yeah It's a test, I'm still trying to figure it out but if I don't I'm'a just delete this
Coronavirus-19 aye man i believe in you, I'm sure there is a way to do it. you got this
-
undefined Astroolean referenced this topic