Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

coder x64undefined

coder x64

@coder x64
Contributor
About
Posts
127
Topics
12
Shares
0
Groups
1
Followers
22
Following
8

Posts

Recent Best Controversial

  • error invalid folder with the right folder and not changed
    coder x64undefined coder x64

    Doupty The error is saying that binkw32.dll is missing and this dll come with the game so you should try repair your game files https://plutonium.pw/docs/repair/

    BO2 Client Support

  • [Resource] GSC give yourself the one_inch_punch correctly
    coder x64undefined coder x64

    Hi, I found a common mistake that some people do when they create mods that give someone the iron fist but it doesn't do any damage because they don't call monitor_melee_swipe() function in maps/mp/zombies/_zm_weap_one_inch_punch this function determine the damage for the iron fist.
    To fix this problem just call monitor_melee_swipe() in a thread.

    NOTE: You should Include _zm_weap_one_inch_punch.gsc with:

    #include maps/mp/zombies/_zm_weap_one_inch_punch;
    

    for monitor_melee_swipe() function.

    The list of the one_inch_punch that you can use:
    one_inch_punch_zm: Regular Punch
    one_inch_punch_upgraded_zm: Upgraded Punch
    one_inch_punch_air_zm: Upgraded Air Punch
    one_inch_punch_fire_zm: Upgraded Fire Punch
    one_inch_punch_ice_zm: Upgraded Ice Punch
    one_inch_punch_lightning_zm: Upgraded Lightning Punch

    Here an example to give yourself the upgraded iron fist:

    // The animation part its optional
    current_melee_weapon = self get_player_melee_weapon();
    self takeweapon( current_melee_weapon );
    str_weapon = self getcurrentweapon();
    self disable_player_move_states( 1 );
    self giveweapon("zombie_one_inch_punch_upgrade_flourish" );
    self switchtoweapon("zombie_one_inch_punch_upgrade_flourish" );
    self waittill_any( "player_downed","weapon_change_complete" );
    self switchtoweapon( str_weapon );
    self enable_player_move_states();
    self takeweapon("zombie_one_inch_punch_upgrade_flourish" );
    // The end of the animation part
    self giveweapon( "one_inch_punch_upgraded_zm" );
    self set_player_melee_weapon("one_inch_punch_upgraded_zm" );
    self thread monitor_melee_swipe();
    
    BO2 Modding Releases & Resources

  • BO2 crashes when I open the game
    coder x64undefined coder x64

    The error code 0xC0000005 (Access violation) could be caused by a lot of reasons like: damaged windows installation/old version or corrupted kernel driver/missing or corrupted dll. If this error occur with any other application I suggest you to run a scan for the system by opening command prompt then execute: sfc /scannow

    BO2 Client Support

  • [ZM] Dark Void Texture Pack V1.1
    coder x64undefined coder x64

    EDIT: There is new version of this pack here: https://forum.plutonium.pw/topic/18230/zm-dark-void-texture-pack-v1-2
    Hi, Here is my updated version of the dark void pack with more changes.

    Download Links:
    Mega: https://mega.nz/file/hkV0xTwL#hNRu1AIW7Y2Xr6gb1JzS3Qu22xs_tGhVDiR0UPRI_1Y
    Mediafire: https://www.mediafire.com/file/6om516et1titzaw/Dark_Void_Texture_Pack_V1.1.zip/file

    How to install:
    First download the texture pack from the links above.
    Then when you open the zip file you will find images folder move this folder to %localappdata%\Plutonium\storage\t6

    Here is the tutorial in GIF:
    2022-01-05 21-17-22.gif

    Preview:

    Perks Icons
    PerksIcons.png

    Mob of the dead Knife/Spoon/Spork
    KnifeMotd.jpg SpoonMotd.jpg SporkMotd.jpg

    Default knife/Bowie/Tazer:
    ParbolicKnife.jpg BowieKnife.jpg Tazer.jpg

    Sliquifier:
    Slipgun.jpg

    Magic Box:
    MagicBox.png MagicBoxFake.png

    Monkey:
    Monkey.png

    Wunderfizz:
    Wunderfizz.png

    Vending Machines:
    AdsVending.png CherryVending.png ChugVending.png DoubleTapVending.png JuggVending.png MarathonVending.png MuleVending.png NukeVending.png SpeedVending.png ValtureVending.png QuickVending.png TombVending.png

    And that is the end of the preview.

    If you have any Suggestions or Feedback i will be glad to hear them.

    BO2 Modding Releases & Resources

  • Black Ops 2 Zombies Commands
    coder x64undefined coder x64

    EnZet To use give you need to enable the cheats on the server if you are the host just type the command sv_cheats 1 and you can find the zombies weapon list here: https://pastebin.com/aKBQg9RJ

    General Discussion

  • [ZM] Dark Void Camo Pack
    coder x64undefined coder x64

    AdrX003 Thank you but i cant update the post anymore

    BO2 Modding Releases & Resources

  • [ZM] Dark Void Camo Pack
    coder x64undefined coder x64

    EDIT: There is new version of this pack here: https://forum.plutonium.pw/topic/18230/zm-dark-void-texture-pack-v1-2
    Hi, this is camo pack i made for fun that i like to share with the community.

    How to load the custom camo pack:

    First Download the camo pack: https://mega.nz/file/581QwShI#Frx3EjAkrHR9czS6zHJeiYRN3lvOaCYLz_V329g1Wvg
    Then open the camo folder you want to use then copy all the files inside of it into %localappdata%\Plutonium\storage\t6

    Preview:

    Tranzit\Nuketown\Buried\Die Rise PAP Camo
    Pic01

    Blundergat Camo
    Pic02

    Mob Of The Dead PAP Camo
    Pic03

    Origin PAP Camo
    Pic04

    Ray Gun PAP Camo
    Pic05

    Ray Gun Mark 2 PAP Camo
    Pic06

    Paralyzer Camo
    Pic06

    And thats it i hope you enjoy it.

    BO2 Modding Releases & Resources
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 7 / 7
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate