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

Plutonium

Pistakilla

Pistakilla

@Pistakilla
Unfollow Follow
About
Posts
757
Topics
5
Shares
0
Groups
2
Followers
125
Following
29

Posts

Recent Best Controversial

  • [Release] Playstation Controller UI Buttons for T6
    Pistakilla 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
    Pistakilla 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
    Pistakilla Pistakilla

    @GibuZ BO1 GO BRRRR.jpg

    General Discussion

  • [Release] [Zombies] Simple Health HUD
    Pistakilla 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?
    Pistakilla Pistakilla

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

    BO2 Client Support

  • [ZM] [Release] Remove Perk Limit
    Pistakilla 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

  • 3 hit for bo1?
    Pistakilla 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

  • Plutonium BO2 Torrent Download Being The Downfall for T6
    Pistakilla 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

  • Custom Zombie Icons (Shotgun rank)
    Pistakilla Pistakilla

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

    BO2 Modding Support & Discussion

  • Random Forum IP Ban
    Pistakilla Pistakilla

    @Mr-Android

    Launcher Support

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

    Cahz Yes good thank

    BO2 Modding Releases & Resources

  • Login issue (Account not found).
    Pistakilla Pistakilla

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

    Launcher Support

  • CoD WAW approximate release date
    Pistakilla Pistakilla

    Hasan951
    Sometime after March 10th, 1999.

    General Discussion

  • BO3
    Pistakilla Pistakilla

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

    General Discussion

  • MW3 Dedicated Server disappeared from steam
    Pistakilla Pistakilla

    Shyanji https://plutonium.pw/docs/install/#installing-the-base-game-mw3

    Try the first method which you have to use open steam://install/42750 in your browser

    MW3 Client Support

  • 3 hit for bo1?
    Pistakilla 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

  • BLACK OPS 1
    Pistakilla Pistakilla

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

    Launcher Support

  • Kind of an important question...
    Pistakilla 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

  • my gun disappeared and my hands disappeared in ZOM mode.
    Pistakilla Pistakilla

    Ridick please update the client. You are outdated.
    https://plutonium.pw/docs/update/

    BO1 Client Support
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 1 / 7
  • Login

  • Don't have an account? Register

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