Skip to content
  • Announcements regarding the Plutonium Project.

    30 557
    30 Topics
    557 Posts
    Watch the reveal trailer: https://www.youtube.com/watch?v=WabtwDUEzG8 Installing/updating: Ensure you have the game installed (there should, among other things, be a main folder and a jb_mp_s.dll file in it). If you're missing discord_game_sdk.dll or EOSSDK-Win32-Shipping.dll, or if you're getting an "Invalid game version" error, download this and copy the files to your game folder. Download the latest plutonium-quantum.exe and place it in the game folder Run plutonium-quantum.exe to play Logging in: When clicking Windows LIVE in the main menu, the game should open a browser and authenticate automatically, as long as you're logged in to the forum. If you aren't, login in the browser when prompted to. The authentication flow should continue automatically afterwards. If anything goes wrong, make sure you're logged in to the forum in your default browser and restart the game and try again. Some browsers (like Brave) may block the authentication flow, disabling "privacy protection" features temporarily may help (like Brave's "Shield"). You could also try a different browser, and visit https://forum.plutonium.pw/eos/auth after clicking Windows LIVE at least once in-game. Joining parties: Parties in this game have been implemented with the "invite to group" feature in Discord. When you're in a party (anywhere but the main menu), you should see "Invite x to Play Plutonium Quantum" in various places in Discord, use these to invite other people. Party members should also be able to do this. Read through this support article for more information. If you have the Discord Overlay enabled, you should be able to invite straight from the game using that too (requires manually whitelisting Plutonium Quantum in Discord settings first). Finding games: Matchmaking is implemented and can be accessed by pressing Find Game in the menu. If any matches for a specific playlist are found, your game should attempt to join it. Otherwise, you will become the host for a new lobby and wait for other people to join. If you are unable to find games, try backing out and searching again. You can also ask people in #looking-for-games on Discord to make sure there're other people playing. The game uses peer-to-peer lobbies, so your IP address may be shared with other people. Changing advanced settings: To change settings such as cg_fov, com_maxfps, or to set an exact value for input_viewSensitivity, you have to modify the player config manually. The file path is <game folder>\saved\players\<user id>\config_mp.cfg. The file format should be familiar to anyone wanting to do this. Note: Unlike our other games, we have not made the in-game console accessible. The reason for this is to improve the quality of public lobbies, we may enable it later. Common issues: Connectivity issues (other people not being able to join your party, private match or public lobby) Make sure Windows Firewall and any other "anti-virus" software isn't blocking the game. Additionally, make sure UPnP is enabled in your router, or manually port forward port 1000 to your computer. Settings not saving while in-game Open and close the Controls menu (after changing other settings), it should trigger a save
  • Posts not strictly related to Plutonium can go here.

    4k 17k
    4k Topics
    17k Posts
    Hello guys, i am an OG bo2 player and i only play against bots, i use "xstartpartyhost" to play in "public" games and i use "spawnbot 12" to spawn the bots. I have close to 80 hours already playing like that, I got diamond in all primary weapons and now i am working on secondary. The biggest problem is launchers, the bots dont get scorestreak enough, sometimes 1 or 2 per game and the friendly bots are very quick to shoot down too. There we go to the questions: There is anyway to increase how many points the bots get by kill? like in TDM, instead of them getting 100, they will get 500, and then will rain UAV. And can i select the scorestreaks they can use? There is anyway to limit the classes of the bots? I wanna make launchers prohibited to them, that with the 1 question will be enough. If you have other solution, let me know, i am open for all possibiltys. Can I play games in hardcore? I wanna complete some calling cards that requires hardcore, when i use the "xstartpartyhost" only start standard games. And remember, that is not on custom games, that is on real public games, so i can´t change with normal configs, i am looking for something like a command (like "xstartpartyhost") or some value i need to change in some file of the game, or any other solution that make it work haha! Thats it, thanks everyone and thanks for plutonium team to make possible to play bo2 again, its been more than 1 year i play bo2 every week against bot, i have a PS5, but this game is just too good, even with bots, so thank you everybody. Cheers
  • Request support for the Plutonium Launcher, please wait at-least 1 day for a reply, it can get busy.

    4k 14k
    4k Topics
    14k Posts
    a mi tambien me aparece lo mismo [image: 1777689835424-captura-de-pantalla-2026-05-01-213005.png]
  • Game Support

    If you're looking for help with an issue related to our supported games, post here!

    18k 58k
    18k Topics
    58k Posts
    If you got banned, then you launched into online mode. Consider launching directly into offline mode using a .bat file instead of using the launcher so you don’t fall into the same mistake again. https://forum.plutonium.pw/topic/33178/play-plutonium-offline-bo1-bo2-mw3-waw
  • Server Hosting Support

    If you're looking for help with an issue related to hosting a server on Plutonium, post here!

    2k 8k
    2k Topics
    8k Posts
    looking to set up for custom games nd make the server american i have o idea how to do anything plz someone help point me in the right direction
  • 7k Topics
    38k Posts
    This script uses a unused perk specialty_healthregen to make you heal almost instantly (does not affect the time it takes to start healing). you can check it using a health hud of your choice. Write this code in your %localappdata%\Plutonium\storage\t6\raw\scripts\zm folder, naming it anything with a .gsc prefix. Was inspired and used code from Enhanced SpeedCola by @Demios4w4 #include maps\_utility; #include common_scripts\utility; #include maps\_zombiemode_utility; init() { level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill( "connected", player ); player thread monitorQuickRevivePerks(); } } monitorQuickRevivePerks() { self endon( "disconnect" ); for(;;) { self waittill_any( "perk_acquired", "perk_lost" ); if ( self HasPerk( "specialty_quickrevive" ) ) { if ( !self HasPerk( "specialty_healthregen" ) ) { self SetPerk( "specialty_healthregen" ); } } else { if ( self HasPerk( "specialty_healthregen" ) ) { self UnsetPerk( "specialty_healthregen" ); } } } } perk_give_override( perk ) { self SetPerk( perk ); if ( perk == "specialty_quickrevive" ) { self SetPerk( "specialty_healthregen" ); } } perk_lose_override( perk ) { self UnsetPerk( perk ); if ( perk == "specialty_quickrevive" ) { self UnsetPerk( "specialty_healthregen" ); } }
  • Regional Topics

    Non English language discussions can be posted here.

    4k 11k
    4k Topics
    11k Posts
    todavia puedes jaja??