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/

coder x64
Posts
-
error invalid folder with the right folder and not changed -
[Resource] GSC give yourself the one_inch_punch correctlyHi, 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 PunchHere 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 crashes when I open the gameThe 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
-
[ZM] Dark Void Texture Pack V1.1EDIT: 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/fileHow 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\t6Here is the tutorial in GIF:
Preview:
Perks Icons
Mob of the dead Knife/Spoon/Spork
Default knife/Bowie/Tazer:
Sliquifier:
Magic Box:
Monkey:
Wunderfizz:
Vending Machines:
And that is the end of the preview.
If you have any Suggestions or Feedback i will be glad to hear them.
-
Black Ops 2 Zombies CommandsEnZet To use
give
you need to enable the cheats on the server if you are the host just type the commandsv_cheats 1
and you can find the zombies weapon list here: https://pastebin.com/aKBQg9RJ -
[ZM] Dark Void Camo PackAdrX003 Thank you but i cant update the post anymore
-
[ZM] Dark Void Camo PackEDIT: 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\t6Preview:
Tranzit\Nuketown\Buried\Die Rise PAP Camo
Blundergat Camo
Mob Of The Dead PAP Camo
Origin PAP Camo
Ray Gun PAP Camo
Ray Gun Mark 2 PAP Camo
Paralyzer Camo
And thats it i hope you enjoy it.