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

Plutonium

DirkRockfaceundefined

DirkRockface

@DirkRockface
Contributor
About
Posts
407
Topics
0
Shares
0
Groups
1
Followers
19
Following
2

Posts

Recent Best Controversial

  • 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

  • Textures reset after last update.
    DirkRockfaceundefined DirkRockface

    RePorongonSidoso no problem! glad you got it working again!

    BO2 Modding Support & Discussion

  • Textures reset after last update.
    DirkRockfaceundefined DirkRockface

    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

    BO2 Modding Support & Discussion

  • Textures reset after last update.
    DirkRockfaceundefined DirkRockface

    RePorongonSidoso can you tell me the full folder path you put it in?

    BO2 Modding Support & Discussion

  • Friend unable to join zombies via Radmin AND on dedicated.
    DirkRockfaceundefined DirkRockface

    nexbo if you have client field mismatch and checkerboard issue that means the person is missing files (usually map files (usually DLC content)).

    BO2 Server Hosting Support

  • Textures reset after last update.
    DirkRockfaceundefined DirkRockface

    Dark89 %localappdata%/plutonium

    BO2 Modding Support & 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