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.7k Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • BO2 Victios Easter egs Cheat

    7
    0 Votes
    7 Posts
    742 Views

    Hellrobot if you’re asking about the stats upload command, here it is:

    updategamerprofile; uploadstats

    Note that this doesn’t guarantee that the stats will get uploaded and saved.

  • 0 Votes
    4 Posts
    82 Views

    Somebody please posts a vid on YouTube! I'm still having trouble with it!

  • Help with jiggy Mod Menu

    Moved
    12
    0 Votes
    12 Posts
    184 Views

    nvm lmfao

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • where to find and to install custom maps in bo2 t6

    Moved
    1
    0 Votes
    1 Posts
    61 Views
    No one has replied
  • ZM - Script usefull

    Moved
    44
    19 Votes
    44 Posts
    12k Views

    i realy need this scripts... Naomi_

  • A Simple Pause Script for BO2 Zombies

    20
    5 Votes
    20 Posts
    3k Views

    idk how 2 do this heres what i have

    pause_system.gsc

    #include maps\mp\gametypes_zm\_hud_util; watchchatpause() { level endon("end_game"); self endon("disconnect"); for (;;) { level waittill("say", message, player); if (message == "p") { self EnableInvulnerability(); self iprintln("Game Paused"); self.ignoreme = 1; self freezeControls(true); level.gamestate = createServerFontString("hudsmall", 31); level.gamestate setPoint("CENTER", "TOP", "CENTER", 190); level.gamestate setText("Game Paused"); level waittill("say", message1, player); chatPauseFix(message1); } wait 0.05; } } chatPauseFix(m) { if (m == "u") { self iprintln("Game UnPaused"); self freezeControls(false); level.gamestate destroy(); self DisableInvulnerability(); self.ignoreme = 0; } else { level waittill("say", chat, player); chatPauseFix(chat); } }

    zm_mod.gsc

    #include scripts\zm\pause_system; init() { level thread watchchatpause(); } main() { init(); }

    how i fix pls

  • [Release] [Zombies] The Bus - Custom survival

    Moved
    25
    4 Votes
    25 Posts
    6k Views

    Hello, I can't find the download link.

  • Using the mods folder in bo2 plutonium.

    13
    1 Votes
    13 Posts
    282 Views

    Hadi77KSA I understand... 😕
    That's so weird tho.. (and unconvenient)

  • Ray Gun Camo Request

    8
    2 Votes
    8 Posts
    186 Views

    LKurama i found your post https://forum.plutonium.pw/topic/26922/t6zm-ray-gun-from-cod-black-ops-iii

  • Please update a round timer

    Moved
    3
    0 Votes
    3 Posts
    259 Views

    diama1 hey can you send me a timer for bo2 rounds? mi dc is: papiisa #2125

  • SKYBOX Doesn't work

    5
    0 Votes
    5 Posts
    78 Views

    Ramos.rtw Skyboxes have multiple faces, basically it should look like this when you open it in your IMP
    e276144a-e8c7-43f9-98ca-91828ee9f7fc-image.png

    If not, then extract your texture from the game as a DDS file, and export it as a DDS file in NVIDIA game texture tools with the same settings as shown in the screeshot

    1cb6449c-1f16-431b-b426-ea9abc81eec1-image.png

  • Plugin SDK Help

    1
    0 Votes
    1 Posts
    21 Views
    No one has replied
  • Projects

    10
    0 Votes
    10 Posts
    82 Views

    i mean i can try to theme it after the cold war machine

  • does anybody have the obj, spc, nml and col file of the 1911?

    Moved
    2
    1 Votes
    2 Posts
    23 Views

    you can use greyhound to extract it from the game files itself when you open it press "load" button then go to your where your bo2 is installed then go to zone folder then all folder
    Select the base.ipak (i think it was? Basically the first one on top)
    Then type in search box m1911 then extract😁
    https://github.com/Scobalula/Greyhound/releases/download/1.46.3.2/Greyhound.V.1.46.3.2-release.zip

  • Names of PaP files.

    24
    0 Votes
    24 Posts
    194 Views

    ReddCodeineee Hey bud i just made it real quick and didn't have much time to make it better idk what i was thinking but i though giving it 2 color one for from the grip one from the side of the barrel😅
    WARNING!!!🚨🚨
    RENAME THE .iwi FILES TO THE ONES BELOW THEM OR IT WILL NOT WORK!
    ~-gmtl_t6_wpn_pistol_m1911_col.iwi
    ~-gmtl_t6_wpn_pistol_m1911_col

    ~~-gmtl_t6_wpn_pistol_m1911_s~5546ff61.iwi
    ~~-gmtl_t6_wpn_pistol_m1911_s~5546ff61

    Reflective
    9d520e33-ccd4-4bcb-b51c-9d765cc0dc56-image.png

    0dc036cb-b8d9-498b-8847-7cae5bd787fd-image.png

    c9898722-b4e2-4a02-9bb4-d9c5042eba56-image.png

    if you want to make it not reflective just make a copy of the .iwi file that doesn't have col at the end of it then rename it to the one that the col at the end of it😁

    Non reflective
    b5a507e0-ad64-424b-901a-f6a1d81106b8-image.png

    e136f015-33c6-4233-a665-a91eb64d6642-image.png

    5d6783a6-ddd1-42a5-85fd-9152cd04172b-image.png
    you can barely see the stachu cuz the shots were in a very bright place dont know it'll be that visible tho😅😂

  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Hitbox problem origins

    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • Modding Help

    4
    1 Votes
    4 Posts
    81 Views

    keyeddd Start with the basics, and Plutonium has a decent Doc for beginners.

    https://plutonium.pw/docs/modding/gsc/how-to-gsc/