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
  • (HELP NEEDED) cant change the col files on dragon and afterlife

    5
    0 Votes
    5 Posts
    134 Views
    well if you share the attempt i may look at it we might see a issue but if i had to guess didnt convert it/properly or you accidently changed the name
  • BO2 Zombies Origins easy mode easter egg?

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    damn bro i actually waited for you to make one you a king fr i love you vro
  • anyone got links for solo ee

    3
    0 Votes
    3 Posts
    174 Views
    @Hadi77KSA cheers
  • good combo i found for B02

    1
    1 Votes
    1 Posts
    98 Views
    No one has replied
  • grief mode is buged

    2
    0 Votes
    2 Posts
    176 Views
    @141-KC Not a bug. The stock GSC for Grief does not attempt to balance the teams because the game assumes the teams were setup in the lobby. Grief does not have the ability to change teams in vanilla either so the teams would never end up being unbalanced anyway. There is probably an existing script on the forums the host can install in order to auto balance the teams so you can play a match. I suppose if you were trying to play a private match using the lobby to setup the teams in Plutonium it wouldn't work though because the lobby implementation for Plutonium was never finished so the teams aren't actually sent to the host. But that is related to the missing implementation of the party system, not actually related to specifically to Grief because it also affects MP private match as well.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    53 Views
    No one has replied
  • Bo2 csg

    Moved
    2
    1 Votes
    2 Posts
    124 Views
    usually the ablity to give your weapons from box, sharing money, removing fog from tranzit, custom perks, atts for guns (douable paping every guns gives a lethal ability), more wallbuys on walls
  • any velocity/speed meters?

    8
    0 Votes
    8 Posts
    801 Views
    @JuiceTrailer62 you still got the velocity graph for bo2? i know its an old thread but curious if you still got it
  • Modding on Steamdeck

    Moved
    9
    1 Votes
    9 Posts
    949 Views
    @AdamCraft307 Correct. That mod menu is for mods with folders like zm_modname with a .ff inside of it. Scripts load automatically.
  • How do I put Trickshot Mods on my server?

    Moved
    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • Getting Coordinates of Spawned Craftable Parts

    7
    0 Votes
    7 Posts
    189 Views
    Got it to work! The function I was looking for was get_craftable_piece_model. I also checked if the parts had a delay to being spawned in which turned out to be true so there's a check for that too when the player spawns. Heres the code and a link to the function: #include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\zombies\_zm_utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\zombies\_zm_laststand; #include maps\mp\zombies\_zm_equipment; #include maps\mp\zombies\_zm_unitrigger; #include maps\mp\zombies\_zm_craftables; #include maps\mp\zombies\_zm_stats; #include maps\mp\zombies\_zm_weapons; #include maps\mp\_demo; init() { level thread onplayerconnect(); } onplayerconnect() { for(;;) { level waittill ("connecting", player); player thread onplayerspawned(); } } onplayerspawned() { self endon("disconnect"); level endon("end_game"); for (;;) { self waittill("spawned_player"); while ( level.a_uts_craftables.size == 0 ){ wait 1; } dolly = get_craftable_piece_model("alcatraz_shield_zm", "dolly"); teleportPlayer(self, dolly.origin, dolly.angles); } } teleportPlayer(player, origin, angles) { player setOrigin(origin); player setPlayerAngles(angles); } https://github.com/plutoniummod/t6-scripts/blob/d8e72bcb38d041dcd63a9447ec52dbb8bbeaeb0d/ZM/Maps/Origins/maps/mp/zombies/_zm_craftables.gsc#L2902 Thanks for your help, i would have been looking about for the function for ages
  • 0 Votes
    5 Posts
    120 Views
    @Resxt So github is what you meant by "the dump". Notes this in my brain.
  • Should I release something like this?

    2
    0 Votes
    2 Posts
    153 Views
    Yo yo yo
  • Gorod Krovi Camo attempt on MoTD

    22
    6 Votes
    22 Posts
    1k Views
    Camo released : available here : https://forum.plutonium.pw/topic/36010/release-gorod-krovi-camo-replaces-motd
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    12 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • DLCs Needed?

    Moved
    1
    0 Votes
    1 Posts
    84 Views
    No one has replied
  • 1 Votes
    2 Posts
    166 Views
    https://forum.plutonium.pw/topic/35582/mp-tac45-m1911-replace-tac45-with-bo1-m1911-indev-0-1-5 this guy made it with bo1 sounds you can take them out and use them
  • i need help modding black ops 2 zombies

    mod
    2
    0 Votes
    2 Posts
    406 Views
    Read the doc
  • requesting script

    5
    0 Votes
    5 Posts
    142 Views
    No I don't have it and no time to write it either but you could ask on the server