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
  • 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
    297 Views

    Hadi77KSA I understand... ๐Ÿ˜•
    That's so weird tho.. (and unconvenient)

  • Ray Gun Camo Request

    8
    2 Votes
    8 Posts
    204 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
    262 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
    82 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
    23 Views
    No one has replied
  • Projects

    10
    0 Votes
    10 Posts
    83 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
    26 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
    198 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
    29 Views
    No one has replied
  • Modding Help

    4
    1 Votes
    4 Posts
    85 Views

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

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

  • Mob ray gun into buried ray gun?

    1
    0 Votes
    1 Posts
    55 Views
    No one has replied
  • Are people still interested in camo ports ?

    24
    3 Votes
    24 Posts
    268 Views

    image.png
    Currently in export... Upload on yt soon ๐Ÿ‘€

    EDIT : exported https://forum.plutonium.pw/topic/38736/t6mp-release-bo6-dark-matter-camo

  • Looking for a Custom Mod

    1
    1 Votes
    1 Posts
    43 Views
    No one has replied
  • How do i turn on fog on servers that i can't?

    5
    0 Votes
    5 Posts
    58 Views

    Ultimate0

    same

  • how to get ammo mods like death wire, firecracker ?

    Moved
    2
    0 Votes
    2 Posts
    48 Views

    warlockTy There is a script, i forgot the link but filter bo2 and tag it with gsc

  • Camos

    4
    1 Votes
    4 Posts
    118 Views

    image.png

  • Akatsuki gloves?

    Moved
    1
    0 Votes
    1 Posts
    60 Views
    No one has replied