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

Plutonium

Pistakillaundefined

Pistakilla

@Pistakilla
About
Posts
756
Topics
5
Shares
0
Groups
2
Followers
122
Following
29

Posts

Recent Best Controversial

  • [Release] Playstation Controller UI Buttons for T6
    Pistakillaundefined Pistakilla

    Tired of looking at lame Xbox control buttons when you're playing on DS4?

    Say no more!

    alt text

    alt text

    alt text

    alt text

    This should help most people who really want Playstation UI buttons. By default, T6 doesn't support DS4/DS3 natively so I took the assets from T7. Yeah looks nice.

    Download:
    DS4_UI_Buttons.zip

    Install:
    Loading Camos/Textures into Plutonium

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Xytox Ammomatic
    Pistakillaundefined Pistakilla

    Xytox Ammomatic

    Xytox Ammomatic allows players to buy ammo for weapons. This includes Pack-A-Punched weapons too. This mod was inspired by the cut perk machine from waw known by the same name. Great for servers and coop matches!

    Features

    • Ammomatic machines in all the maps (see locations below)
    • Blacklisted weapons (weapons that are not allowed to purchase ammo for)
    • Dvar customizable (check below for list of dvars for this mod).
    • NEW Fire Sale price! During Fire Sale, ammo price will be reduced significantly!

    Blacklisted weapons:

    • Raygun
    • Thundergun
    • Winter's Howl
    • Wunderwaffe
    • Mustang and Sally
    • V-R11
    • Scavenger
    • 31-79 JGb215
    • Wave Gun/Zap Gun Dual Wield

    Locations

    Black Ops 1 Maps

    • Kino Der Toten - In fire trap room, behind trap switch.
    • "Five" - Next to jugg.
    • Ascension - Against the wall near PHD.
    • Call of the Dead - Below the floor at PHD.
    • Shangri La - The area where jugg is, between 2 barriers
    • Moon - In the room heading towards tunnel 11.

    World at War Maps

    • Nacht Der Untoten - In spawn.
    • Verruckt - In the room near speed cola.
    • Shi No Numa - next to spawn room.
    • Der Riese - In the furnace room.

    "Five"
    "Moon"
    "Natch"

    Installation

    Download the latest release and extract contents to %localappdata%\Plutonium\storage\t5

    Dvars

    Requires a match restart to take affect

    xytox_ammo_cost - Value of the Ammomattic machine cost. Default: 2500.

    xytox_enable_ammo - Enable Ammomatic machines.

    0 = Off.
    
    1 = On (default)
    

    xytox_enable_bl - Enable blacklisted weapons.

    0 = Off (Can purchase ammo for any weapon).
    
    1 = On (Cannot purchase ammo for blacklisted weapons - Default).
    

    xytox_fire_sale_cost - Value of ammo price when Fire Sale is enabled. Default: 30

    Default Settings

    If you want to use default settings in the console type in exec ammo_config.cfg then restart the match.

    Credits

    • Soliderror for helping me with the world at war coords.
    • Much thanks to Cahz, referenced some code from Zombies++ for BO2.

    Source

    https://github.com/pistakilla/Xytox-Ammomatic

    BO1 Modding Releases & Resources

  • Black ops 1 and 3 admission
    Pistakillaundefined Pistakilla

    @GibuZ BO1 GO BRRRR.jpg

    General Discussion

  • [Release] [Zombies] Simple Health HUD
    Pistakillaundefined Pistakilla

    A simple Health HUD mod for PlutoT4 Zombie Mode. Should work for stock and custom maps.

    a875cc77-4081-4351-a243-420a67f655bc-image.png

    Installation

    Download Latest Release and extract contents to %localappdata%\plutonium\storage\t4.

    Source

    WAW Modding Releases & Resources

  • Custom Zombie Icons (Shotgun rank)
    Pistakillaundefined Pistakilla

    Vilez Yeah you can.
    b6ad171b-f9ec-45c8-9072-665854b6a220-image.png

    BO2 Modding Support & Discussion

  • CoD WAW approximate release date
    Pistakillaundefined Pistakilla

    Hasan951
    Sometime after March 10th, 1999.

    General Discussion

  • Random Forum IP Ban
    Pistakillaundefined Pistakilla

    @Mr-Android

    Launcher Support

  • BO3
    Pistakillaundefined Pistakilla

    Locking this thread. Bo3 won't come to Pluto.

    General Discussion

  • [ZM] [Release] Remove Perk Limit
    Pistakillaundefined Pistakilla

    I've subtracted self.num_perks to 5 upon a player's spawn. That way whenever the player spawns they would start off with self.num_perks = -5 which according to vending_think(), the thread will revert back to the start when self.num_perks = 4; each perk you buy will add the variable to 1. With the change I propose, after buying 4 perks would total the variable to -1. So long as the variable does not equal 4, you can buy as many perks as you want.

    Apply this equation to make it easier:

    (x * -1) + 4 = Amount of perks to buy on the map
    

    Where (in this case) x = -5 and according to the equation, it will equal 9. The only exception is that x must equal a negative number.

    TL;DR

    just make a custom script and add self.num_perks to a negative number in onPlayerSpawned()

    init()
    {
    	thread onPlayerConnect();
    }
    
    onPlayerConnect()
    {
    	for(;;)
    	{
    		level waittill ("connecting", player);
    
    		player thread onPlayerSpawned();
    	}
    }
    
    onPlayerSpawned()
    {
    	for(;;)
    	{
    		self waittill("spawned_player");
    
    		self.num_perks = -5; //Remove perk limit, must be a negative number
    
    	}
    }
    
    BO1 Modding Releases & Resources

  • Plutonium BO2 Torrent Download Being The Downfall for T6
    Pistakillaundefined Pistakilla

    VergifyZ
    There's a good reason why piry is obsolete. It's kinda related to copyright and stuff, therefore in order to get the game you just use the torrent. I personally don't mind but if you get some warning like you got, then don't do it. Torrenting the game that pluto provides is the same as using piry. If you want to get the game without those warnings, I suggest purchasing the game.

    BO2 Client Support

  • [Release] [MP] Diamond Camo Unlocker + 10 CAC Slots + All Optical Reticles
    Pistakillaundefined Pistakilla

    Cahz Yes good thank

    BO2 Modding Releases & Resources

  • Can you disable fog in Tranzit?
    Pistakillaundefined Pistakilla

    Sakura2 just do r_fog 0 in the console while playing custom games.

    BO2 Client Support

  • American Flag Skin For Bo2 (By Airgrunt_Red)
    Pistakillaundefined Pistakilla

    Bless 🇺🇸

    BO2 Modding Releases & Resources

  • 3 hit for bo1?
    Pistakillaundefined Pistakilla

    TeYoq You can change the health of the player or change the damage for the zombies. I suggest changing zombie damage as it's more consistent than just adding hp to the player.

    infected_dmg()
    {
    	while(1)
    	{
    		infected = GetAiArray( "axis" );
    		
    		for( i=0;i<infected.size;i++ )
    		{
    			if( is_true( infected[i].meleeDamage ) )
    			{
    				infected[i].meleeDamage = 45; //This value is amount each infected will inflict damage to a player
    			}
    		}
    		wait 0.05;
    	}
    }
    
    BO1 Modding Support & Discussion

  • Login issue (Account not found).
    Pistakillaundefined Pistakilla

    EPTD Usernames are case sensitive. so your username should be all in uppercase.

    Launcher Support

  • CHANGE CONTROL
    Pistakillaundefined Pistakilla

    Pistakilla said in CHANGE CONTROL:

    Type that all in the console

    How to read...

    BO2 Client Support

  • [release][ZM] icon perks "sailor moon" theme
    Pistakillaundefined Pistakilla

    @BunnyHope Holy fuck I love sailor moon. This shit goes hard dude. Big ups!

    BO2 Modding Releases & Resources black ops 2 zombie custom perk texture pack

  • 3 hit for bo1?
    Pistakillaundefined Pistakilla

    TeYoq create a .gsc file (just make a blank.txt file and rename the .txt to a .gsc) then copy this into the .gsc file you made

    #include common_scripts\utility; 
    
    init(){ thread infected_dmg(); }
    
    infected_dmg()
    {
    	while(1)
    	{
    		infected = GetAiArray( "axis" );
    		
    		for( i=0;i<infected.size;i++ )
    		{
    			if( is_true( infected[i].meleeDamage ) )
    			{
    				infected[i].meleeDamage = 45; //This value is amount each infected will inflict damage to a player
    			}
    		}
    		wait 0.05;
    	}
    }
    
    

    Then save it and copy that .gsc file you made and paste it to %localappdata%\plutonium\storage\t5\scripts\sp

    BO1 Modding Support & Discussion

  • BLACK OPS 1
    Pistakillaundefined Pistakilla

    VEGAAA
    6e79696c-6c7f-47c1-a303-6d04636d8b0f-image.png

    Launcher Support
  • 1 / 1
  • Login

  • Don't have an account? Register

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