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.3k Topics 9.0k Posts
  • Looking for GSC Developer for Multiplayer.

    6
    0 Votes
    6 Posts
    194 Views
    I'm still intrested!
  • Zombie blood to double points in origins

    2
    0 Votes
    2 Posts
    188 Views
    main() { func = GetFunction( "maps/mp/zm_alcatraz_utility", "check_solo_status" ); if ( !isDefined( func ) ) { func = GetFunction( "maps/mp/zm_tomb_utility", "check_solo_status" ); } if ( isDefined( func ) ) { replaceFunc( func, ::check_solo_status_override, 1 ); } } check_solo_status_override() { level.is_forever_solo_game = true; } Just put this in a script in scripts/zm It works because we are just overriding the detour placed by Plutonium in the ranked.gsc by setting the priority of our replacefunc to be higher by using a value higher than -1 in the third argument.
  • 0 Votes
    6 Posts
    317 Views
    @certifiedrizzler 47 subjects https://forum.plutonium.pw/topic/28425/mp-release-dark-matter-camo/18
  • I DON'T WANT MY NAV TABLES TO BE ALWAYS BUILT

    2
    0 Votes
    2 Posts
    115 Views
    My mod by default only auto-builds the Nav Table of Die Rise, by request of a speedrunner and to avoid confusion. You can disable this by opening die_rise_any_player_ee.gsc (or its patch version, whichever of the two you’re using) with a text editor and writing double slashes at the beginning of line 22 which has thread buildNavTable(); so it becomes like this: //thread buildNavTable(); Applying the nav_autocomplete.gsc patch script auto-builds all Nav Tables and applies all Navcards. If you’ve applied that script, remove it or return it back to the Patches folder if you don’t want it to take effect. If you’d like to unbuild the Nav Tables without using the resetstats console command, check the following: https://forum.plutonium.pw/topic/34450/bo2-victios-easter-egs-cheat/2
  • anyone got a custom perk machine mod for main maps

    1
    0 Votes
    1 Posts
    81 Views
    No one has replied
  • Need help to start modding on BO2 pls

    Moved
    6
    0 Votes
    6 Posts
    326 Views
    @FaZe-Flick Salut c'est quoi ton discord ? Moi c'est Portush
  • b02 Tower map

    3
    0 Votes
    3 Posts
    347 Views
    @Resxt na i think i get that its harder than the rest of games but how can that revalations area in ctty of mars exist
  • Change starting gun?

    6
    0 Votes
    6 Posts
    765 Views
    how do i install it
  • [Support] Custom Game Saving?

    17
    2 Votes
    17 Posts
    3k Views
    @is0_ https://plutonium.pw/docs/client/t6/game-recipe/
  • Bo2 Nuketown Practice Wallbang + Visuals

    2
    0 Votes
    2 Posts
    158 Views
    u can import a bot, freez him w mod menu and activate esp mod
  • 0 Votes
    2 Posts
    115 Views
    If you want someone to help you you are going to have to give enough information. You didn't say whether it was zombies or multiplayer, or whether you wanted to add this mod to your server or private match. There is a mod called BO2 Reimagined for zombies mode that I'm pretty sure reduces the recoil on the hamr as one of its many changes, but if you just wanted the recoil change you'll have to make your own mod.
  • [Help]How can i change the menu background in zm?

    5
    1 Votes
    5 Posts
    261 Views
    yeah just put them in images at bottom left corner of your screen right click your windows icon and select Run then type : %localappdata% then go to plutonium folder then storage then t6 then put your .iwi files in images (if you dont have it create one and rename it to images) folder and done
  • Zombie Drop Customization

    3
    0 Votes
    3 Posts
    141 Views
    [image: 1716421964162-image.png] Just to add clarification, Im looking for the Texture files for the base game drops and possible the glow effect files
  • BO2 unlimited perks

    5
    0 Votes
    5 Posts
    786 Views
    @Resxt Ah okay. Gotcha.
  • A way to edit Main Menu not Only Pics also Text?

    4
    0 Votes
    4 Posts
    171 Views
    @Justanotherguy69 at least this is some information Actually u can do this if u like Thank you
  • Buried Maxis Side EE bug

    8
    0 Votes
    8 Posts
    583 Views
    @Hadi77KSA k, thx
  • This topic is deleted!

    Moved
    5
    0 Votes
    5 Posts
    44 Views
  • Zombie blood script

    3
    0 Votes
    3 Posts
    100 Views
    Not sure what you mean? This? https://github.com/plutoniummod/t6-scripts/blob/main/ZM/Core/maps/mp/zombies/_zm_powerups.gsc#L545C1-L545C22
  • Files for making Custom Camo

    4
    0 Votes
    4 Posts
    283 Views
    did you ever find all the camos?
  • Anyone have download to the regular camos PNGs?

    2
    0 Votes
    2 Posts
    103 Views
    https://plutonium.pw/docs/modding/creating-textures/ download the texture toolkit and you get all of the files for everything also the files are always .dds and .tga