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

Plutonium

DirkRockfaceundefined

DirkRockface

@DirkRockface
Contributor
About
Posts
273
Topics
0
Shares
0
Groups
1
Followers
14
Following
3

Posts

Recent Best Controversial

  • Plutonium is Dead Lol
    DirkRockfaceundefined DirkRockface

    jdhruv thanks for the useless filler post with "lol" in the title... the sign of all great posts... best of luck to you too... cya!

    General Discussion

  • it says im banned for six days when i did nothing i was just logging in :( what do i do? i want to play :(
    DirkRockfaceundefined DirkRockface

    Antkiller2xp here is the link to the docs if you need it!

    AntiCheat Docs

    Game Support

  • it says im banned for six days when i did nothing i was just logging in :( what do i do? i want to play :(
    DirkRockfaceundefined DirkRockface

    Antkiller2xp you triggered the anti-cheat and got banned. wait out your ban and don't do it again.
    If you want to "cheat" on your own for fun / testing you need to load up in LAN mode.

    See the anti-cheat docs for more info!

    Game Support

  • it says im banned for six days when i did nothing i was just logging in :( what do i do? i want to play :(
    DirkRockfaceundefined DirkRockface

    Antkiller2xp You were banned last night (10:58 EST time)... what were you trying to inject / had loaded on the side?

    Game Support

  • 1 week wait time
    DirkRockfaceundefined DirkRockface

    bmsholack

    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.

    Server Hosting Support

  • ZM and MP servers broke recently
    DirkRockfaceundefined DirkRockface

    MSund12 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.

    BO2 Server Hosting Support

  • Max Ammo changed to work like BO3/BO4/Cold War (Clip Refills)
    DirkRockfaceundefined DirkRockface

    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.

    BO2 Modding Releases & Resources

  • Stamina Depletion
    DirkRockfaceundefined DirkRockface

    dergyrt 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 🙂

    BO2 Modding Support & Discussion

  • Stamina Depletion
    DirkRockfaceundefined DirkRockface

    dergyrt
    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);
    
    BO2 Modding Support & Discussion

  • T6zm create server
    DirkRockfaceundefined DirkRockface

    libertaMX_ 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!

    BO2 Server Hosting Support

  • T6zm create server
    DirkRockfaceundefined DirkRockface

    libertaMX_ why do you hate your life? that last picture is normal! looks like it's working. (don't worry about those things in red)

    BO2 Server Hosting Support

  • Verifying game files with Steam, but I did...
    DirkRockfaceundefined DirkRockface

    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 Client Support

  • BO2 Plutonium Dying ? Seems the player base has dropped by 50% in the last few months.
    DirkRockfaceundefined DirkRockface

    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/

    General Discussion

  • DLC not unlocked
    DirkRockfaceundefined DirkRockface

    Salvatration 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...

    General Discussion

  • Plutonium will not launch
    DirkRockfaceundefined DirkRockface

    Jinn24 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?

    Launcher Support

  • mods
    DirkRockfaceundefined DirkRockface

    haker915534 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 🙂

    BO2 Client Support

  • T6zm create server
    DirkRockfaceundefined DirkRockface

    libertaMX_ 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.

    BO2 Server Hosting Support

  • T6 is in Spanish?
    DirkRockfaceundefined DirkRockface

    DeadricJariyah45 https://help.steampowered.com/en/faqs/view/4984-C127-121D-B3F2

    BO2 Client Support

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    DirkRockfaceundefined DirkRockface

    sehteria You're mod works great my friend! Faze has a history of installing things in the wrong spot 😉

    BO2 Modding Releases & Resources

  • Textures reset after last update.
    DirkRockfaceundefined DirkRockface

    tizzzi said in Textures reset after last update.:

    gracias bro me salvaste

    no problem! glad i could help!

    BO2 Modding Support & Discussion
  • 1
  • 2
  • 10
  • 11
  • 12
  • 13
  • 14
  • 12 / 14
  • Login

  • Don't have an account? Register

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