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

Plutonium

Pistakillaundefined

Pistakilla

@Pistakilla
About
Posts
756
Topics
5
Shares
0
Groups
2
Followers
124
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

  • Can you disable fog in Tranzit?
    Pistakillaundefined Pistakilla

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

    BO2 Client Support

  • [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

  • Custom Zombie Icons (Shotgun rank)
    Pistakillaundefined Pistakilla

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

    BO2 Modding Support & Discussion

  • 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

  • Random Forum IP Ban
    Pistakillaundefined Pistakilla

    @Mr-Android

    Launcher Support

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

    Cahz Yes good thank

    BO2 Modding Releases & Resources

  • CoD WAW approximate release date
    Pistakillaundefined Pistakilla

    Hasan951
    Sometime after March 10th, 1999.

    General Discussion

  • BO3
    Pistakillaundefined Pistakilla

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

    General Discussion

  • 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

  • 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

  • Kind of an important question...
    Pistakillaundefined Pistakilla

    Hello Plutonium community, recently I googled "What should I eat today google, Chimken or BUrger????". Google is only programmed to give me choices on what restaurants are near me and where they are based on a 10 mile (16km) radius from my location. So far, google has not been programmed to pick for me and I was thinking if google tells me if I should eat either chimken or bur, it would be nice. Look, I know what you are thinking "Why do you want a robot to choose for you???" To answer that question, I'll let you know that I am a free thinker, open-minded. I never let someone think for me or influence my responses unless I have no knowledge on that specific topic. Since I have a history of going out to places where I am very familiar, giving google the privilege to tell me if I should eat either chimken or burbur would save time on very occasional moments where I want google to tell me if I should eat chim or borg. However, this post is not about programing google, but rather give an opinion to me if I should eat chimmey or brug.

    I know this seems like a lot of work, but I need your help Plutonium community. It is urgent that I get this information about what I should eat tonight. If you can take 2 min, not even, of your time to tell me what to eat tonight I would be grateful! Thank you Plutonium Community.

    Edit: Yeah, I'm getting burger now.

    General Discussion

  • 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

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

    Bless 🇺🇸

    BO2 Modding Releases & Resources

  • Banned for using a Trainer
    Pistakillaundefined Pistakilla

    Snusgott Yes, this is normal for you to get banned for using trainers...which btw tampers with game memory. Regardless if you are playing custom games/solo, you are still playing online. Had you played on LAN mode you would have been safe, since you won't be connected to Plutonium servers. Take this ban as a warning for next time after you wait for your ban to expire.

    Do not make another account as it will extend your ban.
    If you are banned 2nd time, you will be perma-banned.
    Please read the AC policy https://forum.plutonium.pw/topic/3449/new-anticheat-ban-policy

    General Discussion
  • 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