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

Plutonium

nfk Veteranaundefined

nfk Veterana

@nfk Veterana
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
4
Following
5

Posts

Recent Best Controversial

  • Editing Class Stats.
    nfk Veteranaundefined nfk Veterana

    xSkullHD thanks for the info, so customclass applies changes to the class slots but I was wondering if there is a way to do the same with the default classes like mercenary, agent etc

    BO2 Modding Releases & Resources cac classediting trickshot

  • More Health/Health Changer Script for Zombie
    nfk Veteranaundefined nfk Veterana

    is it possible to make the same mechanic for MP, like having all the bots spawn with 200hp while human players have only 100.

    BO2 Modding Releases & Resources

  • my first script
    nfk Veteranaundefined nfk Veterana

    the idea of this script is to make the c4 stronger in multiplayer custom games with bots. the script loads correctly however it does not work as intended. it makes all players not deal any damage no matter the weapon, or the players don't take any damage for some reason.

    init()
    {
    level.callbackplayerdamagestub = level.callbackplayerdamage;
    level.callbackplayerdamage = ::satchelchargeDamage;
    }

    satchelchargeDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset )
    {
    if (sWeapon == "satchel_charge_mp")
    {
    iDamage = 350;
    explosionRadius = 500;
    minDamage = 200;

    }
    
    self [[level.callbackplayerdamagestub]](eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
    

    }

    BO2 Modding Releases & Resources

  • [MP] Echelon V2 - Mod Menu
    nfk Veteranaundefined nfk Veterana

    Resxt nice, I'll try my best, thanks for the reply!

    BO2 Modding Releases & Resources

  • [MP] Echelon V2 - Mod Menu
    nfk Veteranaundefined nfk Veterana

    when I use the give all perks command, when I die I have to enable it again, is there a way to keep it selected?

    BO2 Modding Releases & Resources

  • Bot Warfare - More Waypoints
    nfk Veteranaundefined nfk Veterana

    thanks man, great job!

    WAW Modding Releases & Resources

  • WAW Console commands
    nfk Veteranaundefined nfk Veterana

    Evolight great I can load the maps and turn on cheats this way but can I also make my freinds join me so that we can play together with cheats on?

    WAW Client Support waw support console command

  • Bot Warfare - More Waypoints
    nfk Veteranaundefined nfk Veterana

    how to install?

    WAW Modding Releases & Resources

  • [Resource] [MP/ZM] Black Ops 2: Weapons List, Attachments, Button Codes & More!
    nfk Veteranaundefined nfk Veterana

    is there a way to increase the limit of sentries and guardians? there is a cap of 2 on both sentries and guardians, is there a way to change that?

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    nfk Veteranaundefined nfk Veterana

    sehteria hey man, I managed to fix the probelm, really enjoyed both this mod and the one with perks. great work!

    BO2 Modding Releases & Resources

  • [Alpha] [Zombies] BO2 Zombies Bots
    nfk Veteranaundefined nfk Veterana

    is there a way to remove the unlimited ammo feature?

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    nfk Veteranaundefined nfk Veterana

    sehteria said in [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps:

    %localappdata%\Plutonium\storage\t6\mods

    I copy that in the windows+r search bar but it says error, verify that the name of the folder is correct then try again

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    nfk Veteranaundefined nfk Veterana

    in my t6 directory there is no mods directory and if I create a new one and name it mods my game just crashes? how do I fix that?

    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