Skip to content

BO2 Modding Releases & Resources

Plutonium T6 Mod releases and resources go here.

2.1k Topics 17.4k Posts
  • [T6] AdrX Test Weapons first OAT Port

    42
    6 Votes
    42 Posts
    9k Views
    hey i can drinkk only 4 perks why
  • Black Ops 2 Zombies Reimagined

    211
    1
    29 Votes
    211 Posts
    118k Views
    in solo mob of the dead i get 1 after life and sometime zombie don't spwan on bridge
  • [Release] [ZM] Perk Machine Bonus Points

    5
    1 Votes
    5 Posts
    2k Views
    I didn't like the fact that origins already gave you 25 points so using the script gave you 125 points total, so I edited this script so that origins retains the 25 points and only gives 75 from the script (100 points total) so all maps get 100 points Here's the script: #include maps\mp\_utility; #include common_scripts\utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\gametypes_zm\_hud_message; init() { level thread onPlayerConnect(); setBonusPoints(); } onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("spawned_player"); self iprintln("^4Perk Machine Bonus Points ^7created by ^1techboy04gaming"); } } perk_trigger(x,y,z,points) { trigger = spawn( "trigger_radius", ( x,y,z ), 1, 50, 50 ); while(1) { trigger waittill( "trigger", i ); if ( i GetStance() == "prone" ) { i.score += points; i playsound( "zmb_cha_ching" ); trigger delete(); break; } } } setBonusPoints() { if ( getDvar( "g_gametype" ) == "zgrief" || getDvar( "g_gametype" ) == "zstandard" ) { if(getDvar("mapname") == "zm_prison") //mob of the dead grief { level thread perk_trigger(2811,9306,1336,100); //deadshot level thread perk_trigger(-500,8645,1336,100); //speedcola level thread perk_trigger(1164,9675,1545,100); //doubletap level thread perk_trigger(1768,10656,1336,100); //juggernog level thread perk_trigger(371,10652,1336,100); //phd } else if(getDvar("mapname") == "zm_buried") //buried grief { level thread perk_trigger(1429,2267,16,100); //quickrevive level thread perk_trigger(-131,-357,144,100); //speedcola level thread perk_trigger(2326,975,88,100); //doubletap level thread perk_trigger(-663,1030,8,100); //juggernog level thread perk_trigger(762,1503,-6,100); //staminup level thread perk_trigger(-712,-1210,144,100); //mulekick } else if(getDvar("mapname") == "zm_nuked") //nuketown { level thread perk_trigger(764,-71,-63,100); //perk 1 level thread perk_trigger(1581,947,-60,100); //perk 2 level thread perk_trigger(679,43,79,100); //perk 3 level thread perk_trigger(2028,192,-63,100); //perk 4 level thread perk_trigger(-2018,255,-61,100); //perk 5 level thread perk_trigger(-1676,954,-63,100); //perk 6 level thread perk_trigger(-124,725,-63,100); //perk 7 level thread perk_trigger(1347,626,-57,100); //perk 8 level thread perk_trigger(-427,664,-63,100); //perk 9 level thread perk_trigger(-857,100,-55,100); //perk 10 } else if(getDvar("mapname") == "zm_transit") //transit grief and survival { level thread perk_trigger(1850,141,88,100); //quickrevive level thread perk_trigger(835,85,-39,100); //speedcola level thread perk_trigger(2072,-1372,-49,100); //doubletap level thread perk_trigger(1046,-1521,128,100); //juggernog level thread perk_trigger(1745,479,-55,100); //staminup level thread perk_trigger(1752,-1097,-55,100); //tombstone level thread perk_trigger(8050,-5497,40,100); //quickrevive level thread perk_trigger(8136,-6340,117,100); //speedcola level thread perk_trigger(8037,-4632,264,100); //doubletap level thread perk_trigger(8183,-6430,245,100); //juggernog } } else { if(getDvar("mapname") == "zm_prison") //mob of the dead { level thread perk_trigger(4019,9526,1528,100); //deadshot level thread perk_trigger(-495,8646,1336,100); //speedcola level thread perk_trigger(325,9100,1132,100); //doubletap level thread perk_trigger(513,6646,208,100); //juggernog level thread perk_trigger(1146,9671,1545,100); //electric } else if(getDvar("mapname") == "zm_buried") //buried { level thread perk_trigger(-923,-255,288,100); //quickrevive level thread perk_trigger(142,636,176,100); //speedcola level thread perk_trigger(2426,48,88,100); //doubletap level thread perk_trigger(-664,1030,8,100); //juggernog level thread perk_trigger(6984,389,108,100); //staminup level thread perk_trigger(-712,-1210,144,100); //mulekick level thread perk_trigger(1432,2267,16,100); //vultureaid } else if(getDvar("mapname") == "zm_transit") //transit { level thread perk_trigger(-6707,5031,-55,100); //quickrevive level thread perk_trigger(-5508,-7857,0,100); //speedcola level thread perk_trigger(8043,-4632,264,100); //doubletap level thread perk_trigger(1047,-1521,128,100); //juggernog level thread perk_trigger(1848,475,-55,100); //staminup level thread perk_trigger(10907,8311,-407,100); //tombstone } else if(getDvar("mapname") == "zm_tomb") //origins { level thread perk_trigger(2358,5048,-303,75); //quickrevive level thread perk_trigger(885,3249,-170,75); //speedcola level thread perk_trigger(-2,-441,-493,75); //mulekick level thread perk_trigger(2327,-193,139,75); //juggernog level thread perk_trigger(-2381,-8,234,75); //staminup } } }
  • [ZM] Round Counter Custom Texture

    rounds texture zombie gsc
    3
    6
    0 Votes
    3 Posts
    895 Views
    @FaZeFlickAlt the original texture for the round counter color or chalk is hard coded into the game so you need a gsc to change the color and position of the round counter if the gsc is decompiled so you can't change it through normal means i mean technically you can for the chalk but not the number itself
  • Furry ahegao claymore black ops 2

    10
    2
    7 Votes
    10 Posts
    6k Views
    having something peak to look at instead of the normal claymore is so peak for my origins high rounds. thank you :3
  • NSFW Ultimate Gooner pack part 3

    7
    10
    0 Votes
    7 Posts
    2k Views
    @spc.1 sure in 3-4 months more corn will be on your table
  • 7 Votes
    57 Posts
    14k Views
    i only want the menu and the perk icons, which files are those?
  • Black Ops 3 Perk Shaders Pack (default, SoE and more)

    8
    5
    2 Votes
    8 Posts
    2k Views
    @Frazart The way I play with these shaders is like changing them for every map. Like for Tranzit/Die Rise/Buried I use the basic BO2 shaders (but with better quality), for Nuketown I used the old gen shaders for testing and I thought like it would be cool if the perks were the yellow ones from SoE at the beggining and when you reach round 25 the perks would turn blue to match the zombies eye color changing. For Mob I also use SoE shaders since the BO3 remake used them and it matches perfectly with the map. For Origins, at first I thought the old gen would fit better, but the default ones also works well, it looks like I'm playing the BO3 version. But for all of them to work properly, I'm still searching for the SoE Tombstone shader to add to this pack, but I think I'll have to make a custom version of it because I can't find it anywhere.
  • custom camo replace dragon camo

    5
    34
    3 Votes
    5 Posts
    2k Views
    hola amigo como se hace eso para que tenga efecto de animacion?
  • 2 Votes
    1 Posts
    424 Views
    No one has replied
  • [Release] [ZM] T5 (BO1) original perks in T6 (BO2)

    6
    3
    6 Votes
    6 Posts
    3k Views
    this looks really good! do you think you could have an option for tombstone that makes it similar to how it looks in bo2 with the shape of the icon flipped so the point is facing up instead of down? also please add electric cherry! thank you for your work! ^v^
  • [ZM] (9) Casino perk machines & other zm shit

    23
    12
    8 Votes
    23 Posts
    11k Views
    can you make this for bo1? for all maps?
  • [Release] [MP / ZM] Printstream DSR50

    t6mp t6zm camo skins skin cammo
    2
    5
    1 Votes
    2 Posts
    797 Views
    Damn this is good.
  • 6 Votes
    21 Posts
    13k Views
    this is incredible bro
  • 1 Votes
    2 Posts
    537 Views
    looks good!
  • [Release] [ZM] Instant Pack A Punch

    8
    4 Votes
    8 Posts
    4k Views
    This is a great script however after testing there is 2 issues. On die rise you are able to pap the sliquifier but since it has no paped version it just disappears, and for weapons with multiple attachments you can'T reroll them. I don'T know enough gsc to be able to fix it.
  • [ZM] RM|T Zombies Menu V2.6 - Mod Menu

    83
    1
    10 Votes
    83 Posts
    164k Views
    does it work on black ops 2 zm normal no plutonium
  • [Release] [ZM] SpongeBob Announcer Voice

    7
    2 Votes
    7 Posts
    4k Views
    cannot find my sound folder
  • [Release] [ZM] TechnoOps Collection

    45
    1
    10 Votes
    45 Posts
    12k Views
    @Sonouge2025 Download the mod properly through the Releases page. Dont download the source. If that doesnt work lmk or feel free to contact me on Discord.
  • 13 Votes
    76 Posts
    15k Views
    @FaZeFlickAlt Yeah why?. Im the one who help to port the scripts.