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

Plutonium

l_lau_uundefined

l_lau_u

@l_lau_u
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
1
Following
1

Posts

Recent Best Controversial

  • [RELEASE] [ZM] Black Ops 2 Custom Perks
    l_lau_uundefined l_lau_u

    Hello, I don't know if it only happened to me, but when using this script, in Mob Of The Dead, leaving the afterlife mode the loadout loads but the perks doesn't load (so you lost all the perks), I modified the script, deleting the functions that modify the afterlife system, so that it does not overload the plutonium stock afterlife system.

    // Deleted the unnecessary include
    #include maps\mp\zombies\_zm_afterlife;
    
    // Deleted this functions
    custom_afterlife_save_loadout() // Line 1501
    custom_afterlife_save_perks() // Line 1573
    custom_afterlife_give_loadout() // Line 1595
    
    // Deleted this two lines from init
    // Line 140
    level.afterlife_save_loadout = ::custom_afterlife_save_loadout;
    // Line 141
    level.afterlife_give_loadout = ::custom_afterlife_give_loadout;
    

    I sent a pull request to the project repository so you can review the changes I made to solve this problem.

    ps: I appreciate you taking the time to create this script, it's great.

    BO2 Modding Releases & Resources
  • 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