we all waited a week, you'll be just fine. if you and friends want to use it you don't have to wait a week, just use the connect ip:port method.
DirkRockface
Posts
-
1 week wait time -
ZM and MP servers broke recentlyMSund12 A major update to plutonium just came out that requires you to make some changes to your server files (the .cfg and .bat in particular)
If you didn't update your servers, they are still running on the old version of the game meaning no one can connect to them that has the new version.
When you started up YOUR client version to play the game, it updated to the new version and that is why you can't connect.
You need to update your plutonium on the servers, and then make the required changes to the .cfg and .bat files for the new version. The "how to run a dedicated server" documentation has been updated to show the required changes.
happy to help in discord (for more immediate / responsive help) if you want to find me there.
-
Max Ammo changed to work like BO3/BO4/Cold War (Clip Refills)WhyYouNoSqueaky ??? nothing to download my man...
you cut and paste the code block, save it to a .gsc file, and put it in your scripts folder.
-
Stamina Depletiondergyrt you don't think so what?
This works great for me with very little deviation from what i find is the actual sprint. it's a bar graph for me (you can implement it however you like)
Edit: oh i see, you are saying it doesn't match up for you... got it. yeah i've found it to be 90% accurate which in the absence of anything else / official, works great for my use. Let me know if you get something closer
-
Stamina Depletiondergyrt
I gave this a go and ran into the same issue you did.
After probably 15 different iterations, this was the formula i used that best matched up for my sprint status bar!if(self hasperk("specialty_longersprint")) { self.maxsprintcount = 7.0; } else{ self.maxsprintcount = 3.5; } if(self issprinting() && self.sprintcount > 0) { self.sprintcount = self.sprintcount - .1; wait .05; } else if(self.sprintcount < .5) { self.sprintcount = self.sprintcount + .05; wait .05; } else if(self.sprintcount < self.maxsprintcount) { self.sprintcount = self.sprintcount + .1; wait .05; } self.sprint_bar updatebar(self.sprintcount / self.maxsprintcount);
-
T6zm create serverlibertaMX_ that's a different issue... in order to show up in the server list you have to have all the port forwarding steps complete (opening in and out rules on your firewall on the machine the server runs on and properly forwarding the ports in your router)
The heartbeat means the key is correct with plutonium, but it won't show up on the list if the firewall steps are not complete.
It's the last part of step 2 (after the heartbeat) and the part right before step 3 in the guide!
-
T6zm create serverlibertaMX_ why do you hate your life? that last picture is normal! looks like it's working. (don't worry about those things in red)
-
Verifying game files with Steam, but I did...4chanWizard Bruh, he's not saying verify ownership...
he's saying "verify the game files within the steam app"...
open steam, go to your library, right click on the game, click properties, click installed files and then click verify integrity of game files
-
BO2 Plutonium Dying ? Seems the player base has dropped by 50% in the last few months.it's obviously time of day dependent but according to the stats, BO2 peaks at 1000 a day on the slow days and 1250 a day on the busy days. https://plutonium.pw/stats/
-
DLC not unlockedSalvatration you misunderstand what "unlocked" means... it DOES NOT mean "comes free with the launcher"
unlocked != free... kind of a dick move that you didn't understand that and went on your little rant...
-
Plutonium will not launchJinn24 Just for terminology sake, it sounds like Plutonium is launching fine, it's the game that appears to not want to load correct? what does the next line of the error say?
-
modshaker915534 use the official documentation on the plutonium.pw website. it'll tell you the correct way to do things. t6r has been a no no for a while... youtube videos are not the best way to learn to do things sometimes
-
T6zm create serverlibertaMX_ what exactly is not working? what error are you getting? give us some details to help you fix your issue.
The steps listed on the official plutonium website work perfect, so it's not the steps. Tell us more so we can help you.
-
T6 is in Spanish? -
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapssehteria You're mod works great my friend! Faze has a history of installing things in the wrong spot
-
Textures reset after last update.tizzzi said in Textures reset after last update.:
gracias bro me salvaste
no problem! glad i could help!
-
Textures reset after last update.RePorongonSidoso no problem! glad you got it working again!
-
Textures reset after last update.RePorongonSidoso that's not your plutonium directory... that's your illegal, non-supported, pirated game files directory... sorry, couldn't help being passive aggressive
they go in your plutonium directory... %localappdata%/plutonium/storage/t6/images
-
Textures reset after last update.RePorongonSidoso can you tell me the full folder path you put it in?