Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. someone knows how to remove the fog from Tranzit 😓

someone knows how to remove the fog from Tranzit 😓

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 3 Posters 2.9k 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.
  • panconchuletaundefined Offline
    panconchuletaundefined Offline
    panconchuleta
    wrote on last edited by panconchuleta
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • Nathan3197undefined Offline
      Nathan3197undefined Offline
      Nathan3197
      wrote on last edited by
      #2

      This is quite easy

      If running Custom Game
      In Console

      /sv_cheats 1
      
      /r_fog 0
      

      If running on Dedi or want to add it to your script.
      Add this in any function In your GSC script (init(), onplayerspawn(), etc)

      // Dissable fog on all Transit loc
      if (level.script == "zm_transit")
      {
           // Tell the player that fog is disable 
           self iprintln("Fog disable ");
           // Disable the Fog
           setdvar( "r_fog", "0" );
      }
      

      Note: pop-in for models and LOD changes will be more noticeable with the fog disable.

      A Former User? 1 Reply Last reply
      3
      • Nathan3197undefined Nathan3197

        This is quite easy

        If running Custom Game
        In Console

        /sv_cheats 1
        
        /r_fog 0
        

        If running on Dedi or want to add it to your script.
        Add this in any function In your GSC script (init(), onplayerspawn(), etc)

        // Dissable fog on all Transit loc
        if (level.script == "zm_transit")
        {
             // Tell the player that fog is disable 
             self iprintln("Fog disable ");
             // Disable the Fog
             setdvar( "r_fog", "0" );
        }
        

        Note: pop-in for models and LOD changes will be more noticeable with the fog disable.

        A Former User? Offline
        A Former User? Offline
        A Former User
        wrote on last edited by
        #3

        Nathan3197 Can you please show how to do that?

        Nathan3197undefined 1 Reply Last reply
        0
        • A Former User? A Former User

          Nathan3197 Can you please show how to do that?

          Nathan3197undefined Offline
          Nathan3197undefined Offline
          Nathan3197
          wrote on last edited by
          #4

          @SerinityyXD
          I'm only going to show how to do it in custom games as there a guide HERE explaining how to use custom scripts

          Custom Games
          In Pre-game Lobby
          Image 97.png

          Once spawn
          Image 1037.png

          Results
          Image 1154.png

          A Former User? 1 Reply Last reply
          1
          • Nathan3197undefined Nathan3197

            @SerinityyXD
            I'm only going to show how to do it in custom games as there a guide HERE explaining how to use custom scripts

            Custom Games
            In Pre-game Lobby
            Image 97.png

            Once spawn
            Image 1037.png

            Results
            Image 1154.png

            A Former User? Offline
            A Former User? Offline
            A Former User
            wrote on last edited by
            #5

            Nathan3197 Thanks!<3

            1 Reply Last reply
            1

            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
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate