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 8.9k Posts
  • Anyone Can point me to a Animated Pap for tranzit?

    2
    0 Votes
    2 Posts
    81 Views
    @TahjGadd Unfortunately that is not possible, since the default PAP camo of tranzit is not animated, I would think that it is only possible in MOTD PAP camo.
  • Can the perk icons be bigger?

    1
    0 Votes
    1 Posts
    60 Views
    No one has replied
  • phd machine in buried

    4
    3 Votes
    4 Posts
    476 Views
    im from the future, theres this new mod called zm_perks by sehteria wich ports most bo2 perks to all maps
  • Tactical Semtex's & Double DSR????

    1
    0 Votes
    1 Posts
    118 Views
    No one has replied
  • MOD FOR PERKS

    9
    0 Votes
    9 Posts
    4k Views
    very late but theres a new mod called "zm_perks" by sehteria wich adds a lot of perks to all of the maps
  • is there a way to make your character always weasel in motd solo

    5
    1 Votes
    5 Posts
    890 Views
    @Not-Important I might be 2 years late, but i found this: https://forum.plutonium.pw/topic/33297/release-zm-select-your-character-scripts-for-solo
  • Help with making camos.

    4
    0 Votes
    4 Posts
    141 Views
    @Cawldwink Ive literally scrolled the mod releases and its mostly multi, gsc scripts, or invalid file links
  • How do I remove green/purple spots from dds image files? (bo2)

    4
    0 Votes
    4 Posts
    143 Views
    @nre didn't know it was using this texture x) use HydraX to get the exact materials and settings needed
  • This topic is deleted!

    1
    1 Votes
    1 Posts
    27 Views
    No one has replied
  • 0 Votes
    2 Posts
    117 Views
    @nre Use Warzone for MWIII textures before BO6 releases. However, well known camos are already released
  • Randomize an array of names in gsc for gun game mp

    3
    0 Votes
    3 Posts
    117 Views
    In the future you can search in the game's code directly here, even with no experience searching "randomize" shows up array_randomize in the first results, and in case of unresolved external errors you can try adding the includes at the top of that file, of course pick ones that make sense https://github.com/search?q=repo%3Aplutoniummod%2Ft6-scripts randomize&type=code
  • Origins Reskin

    3
    0 Votes
    3 Posts
    296 Views
    In case you can't find it, try something else
  • Can’t load mod menu in lan mode

    1
    0 Votes
    1 Posts
    82 Views
    No one has replied
  • Is there a mod where there is only 24 zombies per round?

    Moved zombies mod
    7
    0 Votes
    7 Posts
    720 Views
    I wanna be able to play custom maps with only 24 zombies a round.
  • zombie counter doesn't work

    Moved
    2
    0 Votes
    2 Posts
    129 Views
    @tommyberti Have you read through all the you linked and left the gsc in the correct folder? If yes its hard to guess whats wrong.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • Meaning of the pap zombies camo files

    2
    0 Votes
    2 Posts
    225 Views
    @resonator_12 PBR maps essentially. If you don't know what it is, just check on google List of almost every PBR map possible in T6 : _col or _c : Color map (Less brightness increases metalness) NOTE : ( Color map glows depending on the brightness in Parallax materials such as W115 ) NOTE2 : ( Alpha Channel in a color map on alphatest materials define its opacity) NOTE3 : ( Alpha Channel in a weapon color map defines the reveal map for basic camos like DEVGRU, etc.) NOTE4 : ( A fully transparent pixel on a material that does not belong to the 2 previous categories will be turned into a white pixel ) spc&rgb with random numbers and many "~" : Specular map (RGB) and Glossness (A) NOTE : (Neutral specular color hex code is #383838.) c&rgb with random numbers and many "~" : Color map (RGB) and Reveal/blend (transparency) map (A) or Glossness (A) _nml or _n : normal map (DX) NOTE : Invert Green channel if you need to turn your GL Normal map into a DX Normal map (not required if your texture comes from another cod game) NOTE 2 : ( Flat normal map color hex code is #8080FF but can also be #808000 depending your extraction method.) _ao : Ambient occlusion (mostly weapons) _ir : infrared emissive. R is static heat and G for fire heat _reveal : Emissive map / glow amount of your camo (White = 100 & Black = 0) _ember / _glow : Animated emissive map _heat : Animated reveal map (White = 100 & Black = 0) _e / _e1 / _e2 : emissive textures (mostly used in parallax materials such as W115 camo) skybox_mode_level_ft : Skybox texture (must be extracted and exported as a DDS file - using NVIDIA's photoshop tools) By the way, material types are called "TechniqueSet" in BO2.
  • Error Script

    Moved
    2
    0 Votes
    2 Posts
    66 Views
    You need to separate map-specific custom scripts into map-specific folders inside the scripts\zm folder, otherwise they can cause errors when loading other maps. The script you’re showing is a script specific to zm_buried, as per the original download page: https://github.com/Rebelhero/bo2-super-ee-for-all/releases/latest
  • [DELETED] Ports

    9
    3 Votes
    9 Posts
    562 Views
    Dude I've got so much questions right f now Can I add you in discord maybe ?
  • Changing gun game guns in mp

    multiplayer
    2
    0 Votes
    2 Posts
    231 Views
    AppData\Local\Plutonium\storage\t6\maps\mp\gametypes If those folders don't exist in T6, create them and place gun.gsc in gametypes folder to override the entire stock script. However, I recommend creating a custom script and using replacefunc() to replace any function from gun.gsc or any stock script with your own code, without needing to replace the entire script and for stability purposes. https://plutonium.pw/docs/modding/gsc/new-scripting-features/