Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [ZM] Origins Permasnow (TEST)

[ZM] Origins Permasnow (TEST)

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
7 Posts 5 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Coronavirus-19undefined Offline
    Coronavirus-19undefined Offline
    Coronavirus-19
    wrote on last edited by Coronavirus-19
    #1

    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;
        }
    }
    
    
    1 Reply Last reply
    1
    • spc.1undefined Offline
      spc.1undefined Offline
      spc.1
      wrote on last edited by
      #2

      Sounds awesome I'll try it out when I get home.

      1 Reply Last reply
      1
      • rhthegoat99undefined Offline
        rhthegoat99undefined Offline
        rhthegoat99
        wrote on last edited by
        #3

        How do i install this?

        FaZe Flickundefined 1 Reply Last reply
        0
        • rhthegoat99undefined rhthegoat99

          How do i install this?

          FaZe Flickundefined Offline
          FaZe Flickundefined Offline
          FaZe Flick
          wrote on last edited by
          #4

          rhthegoat99 make it into a gsc

          1 Reply Last reply
          0
          • Realpioutundefined Offline
            Realpioutundefined Offline
            Realpiout
            wrote on last edited by
            #5

            i could not manage to get this to work, maybe my brain is small lol but snow still goes away

            Coronavirus-19undefined 1 Reply Last reply
            0
            • Realpioutundefined Realpiout

              i could not manage to get this to work, maybe my brain is small lol but snow still goes away

              Coronavirus-19undefined Offline
              Coronavirus-19undefined Offline
              Coronavirus-19
              wrote on last edited by
              #6

              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

              Realpioutundefined 1 Reply Last reply
              0
              • Coronavirus-19undefined Coronavirus-19

                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

                Realpioutundefined Offline
                Realpioutundefined Offline
                Realpiout
                wrote on last edited by
                #7

                Coronavirus-19 aye man i believe in you, I'm sure there is a way to do it. you got this

                1 Reply Last reply
                0
                • Astrooleanundefined Astroolean referenced this topic on

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Unread 0
                • Recent
                • Tags
                • Popular
                • Users
                • Groups