Skip to content

BO2 Modding Support & Discussion

2.5k Topics 9.6k Posts

Got modding questions regarding Plutonium T6? Scripts erroring? Request help from the community here. Discuss your modding projects etc.

  • Zombie Drop Customization

    3
    0 Votes
    3 Posts
    317 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
    2k Views
    @Resxt Ah okay. Gotcha.
  • A way to edit Main Menu not Only Pics also Text?

    4
    1
    0 Votes
    4 Posts
    446 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
    1k Views
    @Hadi77KSA k, thx
  • This topic is deleted!

    Moved
    5
    0 Votes
    5 Posts
    44 Views
  • Files for making Custom Camo

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

    2
    0 Votes
    2 Posts
    245 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
  • T6 Map Vote by: Resxt

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    @Dr-SparkleFarts edit the GetMapCodeName function in the script https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/mapvote/mapvote.gsc#L956
  • 0 Votes
    5 Posts
    474 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
  • anyone got links for solo ee

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

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

    2
    0 Votes
    2 Posts
    388 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
    285 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
    2k Views
    @JuiceTrailer62 you still got the velocity graph for bo2? i know its an old thread but curious if you still got it
  • How do I put Trickshot Mods on my server?

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

    7
    0 Votes
    7 Posts
    783 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
    446 Views
    @Resxt So github is what you meant by "the dump". Notes this in my brain.
  • Should I release something like this?

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

    22
    2
    6 Votes
    22 Posts
    3k Views
    Camo released : available here : https://forum.plutonium.pw/topic/36010/release-gorod-krovi-camo-replaces-motd