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

Plutonium

Doobundefined

Doob

@Doob
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
5
Following
3

Posts

Recent Best Controversial

  • Running Script Once People Leave Spectator Mode
    Doobundefined Doob

    Are there any commands I could run to make scripts activate after someone exits spectator mode? Like when someone joins a server, and they get out of being a spectator, they don't receive perks that are supposed to be given or a weapon via a script.

    BO2 Modding Support & Discussion

  • My Give All Perks Script Isn't Working
    Doobundefined Doob

    JezuzLizard Wow, big thanks dude! Fantastic script : )
    I do have two questions though, by server config for the perma perk value do you mean like in the dedicated_zm.cfg? Also are there any work arounds for mob of the dead? You do get the perks at the start but since you down at the beginning you loose them.

    BO2 Modding Support & Discussion

  • My Give All Perks Script Isn't Working
    Doobundefined Doob

    Thanks for the fix it worked 🙂
    Now my perk icons won't show once I've given the perks. Is there anyway to fix that?

    BO2 Modding Support & Discussion

  • My Give All Perks Script Isn't Working
    Doobundefined Doob

    How would I give players the perk once they spawn in? What function would I use?

    BO2 Modding Support & Discussion

  • My Give All Perks Script Isn't Working
    Doobundefined Doob

    So I made a simple script that should give all players all perks on the map. The issues I am having are, you get juggernog but, you don't get the health boost. The script also doesn't run again once the game resets, only once. My code for the script is below, please help in anyway possible.

    init()
    {
    
        for(;;)
        {
            level waittill("connected", player);
    		player thread onPlayerConnect();
    }
    }
    
    PerkTest()
    {
    	self give_perk("specialty_armorvest");
    	self give_perk("specialty_quickrevive");
    	self give_perk("specialty_fastreload");
    	self give_perk("specialty_rof");
    	self give_perk("specialty_longersprint");
    }
    
    onPlayerConnect()
    {
    	self thread PerkTest();
    }
    
    BO2 Modding Support & Discussion

  • My Game Crashed and I have Crash Log Along with it
    Doobundefined Doob

    RektInator I also don't know if my anti virus was running at the same time as when I got the error so that might be a possibility as well

    BO2 Client Support

  • My Game Crashed and I have Crash Log Along with it
    Doobundefined Doob

    RektInator I was on a dedicated server when it happened soo?

    BO2 Client Support

  • My Game Crashed and I have Crash Log Along with it
    Doobundefined Doob

    HannesC I don't, so is there anything else I could do?

    BO2 Client Support

  • My Game Crashed and I have Crash Log Along with it
    Doobundefined Doob

    crashlog_.jpg
    This is the crash message I got in looking in the log this is what was in it

    Exception Code: 0xE06D7363
    Exception Address: 0x74FC44C2

    If there is anything else that is needed let me know

    BO2 Client Support

  • Random Crashes for me are getting ridiculous
    Doobundefined Doob

    An issue I had before was that every time I'd play the map Origins, the game would end up crashing at about rounds 11-14. I don't get any error messages nothing, just exits the game nothing more. I've ran the piry.exe multiple times to try and fix any possible broken files. It has crashed in solo games and dedicated servers with a max of 4 players. I wasn't too sure what could be wrong so I ended up deleting all the files and re downloading them, to get a fresh copy of Plutonium. I've been playing the game and the crashes have been worse. The worst one I've had so far, was as soon as I made it to gen 3 the game crashed. I have done about every single possible thing I could think of to try and fix this issue, and none of them have worked. I've asked people in the discord if they knew any solutions and none were familiar with this issue. This is getting really annoying and every time it crashes I just wanna play less and less 😕 If anybody has any possible solutions please let me know.

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