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

Plutonium

john30011887undefined

john30011887

@john30011887
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Help with setting up commands permanently?
    john30011887undefined john30011887

    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" );
    }

    BO2 Modding Support & Discussion

  • Help with setting up commands permanently?
    john30011887undefined john30011887

    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 😞

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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