Skip to content

BO2 Modding Support & Discussion

Got modding questions regarding Plutonium T6? Scripts erroring? Request help from the community here. Discuss your modding projects etc.

2.1k Topics 7.8k Posts
  • Mod Menu for custom games (MP)

    4
    0 Votes
    4 Posts
    959 Views

    mason

    No source and requires a tool that isn't even working / supported here.
    Re-Upload it with the source.

  • How to check if an array has that string or not?

    5
    0 Votes
    5 Posts
    126 Views

    Enki Do you have discord or something, i would like to help/learn from you 😄 . If you don't wanna add it's all good.

  • [Support] Remove Sky Barrier? (READ)

    6
    0 Votes
    6 Posts
    303 Views
    spawncollision( "collision_physics_64x64x10", "collider", ( 1660, 40, 59 ), vectorScale( ( 0, 0, 1 ), 90 ) ); spawncollision( "collision_physics_64x64x10", "collider", ( 1633, 40, 48 ), vectorScale( ( 0, 0, 1 ), 90 ) ); spawncollision( "collision_physics_64x64x10", "collider", ( 1660, -42, 59 ), vectorScale( ( 0, 0, 1 ), 90 ) ); spawncollision( "collision_physics_64x64x10", "collider", ( 1632, -42, 48 ), vectorScale( ( 0, 0, 1 ), 90 ) ); spawncollision( "collision_physics_64x64x10", "collider", ( 904, 18, 53 ), ( 0, 270, -90 ) ); spawncollision( "collision_physics_64x64x10", "collider", ( 904, 91, 90 ), ( 0, 270, -90 ) ); spawncollision( "collision_physics_cylinder_32x128", "collider", ( -1055, 10, 216 ), vectorScale( ( 0, 0, 1 ), 90 ) ); spawncollision( "collision_clip_64x64x10", "collider", ( -1912,65, -245, -76,3463 ), vectorScale( ( 0, 0, 1 ), 282 ) ); spawncollision( "collision_physics_wall_64x64x10", "collider", ( -1064, 412, 254 ), vectorScale( ( 0, 0, 1 ), 342,8 ) ); spawncollision( "collision_physics_wall_64x64x10", "collider", ( -1112, 416,5, 284 ), vectorScale( ( 0, 0, 1 ), 316,3 ) );

    you can find stuff like this in the map gsc file maybe you can do something with that but you need to fix the files first

  • [Support] Disable Function (Damage) of Grenades and Tacticals

    4
    0 Votes
    4 Posts
    256 Views

    Beatology

    You are splitting the weapon string by every _ take the first element and then compare it against a string that has an _, that is why your code is not and will never work.