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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Help with setting up commands permanently?

Help with setting up commands permanently?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
7 Posts 5 Posters 415 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.
  • john30011887undefined Offline
    john30011887undefined Offline
    john30011887
    wrote on last edited by john30011887
    #1

    Basically im looking for a way to add these to offline zombies but where i dont have to keep adding them with every launch

    sv_cheats 1
    r_lodBiasRigid -1000
    r_lodBiasSkinned -1000

    Is there a cfg i can add them too or something please ?
    Or a way to add them to a batch file

    I tried looking into gsc scripts but im clearly too dumb to get my head around that 😞

    1 Reply Last reply
    0
    • john30011887undefined Offline
      john30011887undefined Offline
      john30011887
      wrote on last edited by john30011887
      #2

      I managed to make a gsc script after all

      i only needed this in it to make the draw distance much better when i increase fov things are not texture popping anymore so it must have worked 🙂

      i also found i can proper disable dof too 🙂
      code looks like this in my gsc file

      init()
      {
      setDvar( "sv_cheats", 1 );
      setDvar( "zombie_cheat", 1 );
      setDvar( "r_lodBiasRigid", -1000 );
      setDvar( "r_lodBiasSkinned", -1000 );
      setDvar( "r_dof_enable", "0" );
      }

      1 Reply Last reply
      0
      • Allonzyundefined Offline
        Allonzyundefined Offline
        Allonzy
        wrote on last edited by
        #3

        Hi, can you make it so we can download that GSC file for the draw distance. Need that so bad.

        hindercanrunundefined Resxtundefined 2 Replies Last reply
        0
        • hindercanrunundefined Offline
          hindercanrunundefined Offline
          hindercanrun
          replied to Allonzy on last edited by hindercanrun
          #4

          Allonzy https://www.mediafire.com/file/f8nvcf2cq40yrhk/useless.gsc/file
          this took me five seconds
          (its not compiled)

          1 Reply Last reply
          0
          • Resxtundefined Offline
            Resxtundefined Offline
            Resxt Plutonium Staff
            replied to Allonzy on last edited by
            #5

            Allonzy you simply open notepad, paste the text and save the file with the .gsc extension
            GSC scripts are simply text files with a .gsc extension instead of .txt
            Only exception is T6 where you also have to compile the file which takes 5s

            https://plutonium.pw/docs/modding/loading-mods/#t6

            1 Reply Last reply
            0
            • Aluvic207undefined Offline
              Aluvic207undefined Offline
              Aluvic207
              wrote on last edited by
              #6

              where do i add the .gsc

              Resxtundefined 1 Reply Last reply
              0
              • Resxtundefined Offline
                Resxtundefined Offline
                Resxt Plutonium Staff
                replied to Aluvic207 on last edited by
                #7

                Aluvic207
                https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-t6

                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