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 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Twitch - lilaowoundefined Offline
    Twitch - lilaowoundefined Offline
    Twitch - lilaowo
    wrote on last edited by Twitch - lilaowo
    #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
      • A Former User? Offline
        A Former User? Offline
        A Former User
        replied to Nathan3197 on last edited by
        #3

        Nathan3197 Can you please show how to do that?

        Nathan3197undefined 1 Reply Last reply
        0
        • Nathan3197undefined Offline
          Nathan3197undefined Offline
          Nathan3197
          replied to A Former User 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
          • A Former User? Offline
            A Former User? Offline
            A Former User
            replied to Nathan3197 on last edited by
            #5

            Nathan3197 Thanks!<3

            1 Reply Last reply
            1

            • Login

            • Don't have an account? Register

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