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

nfk Veterana
Posts
-
Editing Class Stats. -
More Health/Health Changer Script for Zombieis it possible to make the same mechanic for MP, like having all the bots spawn with 200hp while human players have only 100.
-
my first scriptthe 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);
}
-
[MP] Echelon V2 - Mod MenuResxt nice, I'll try my best, thanks for the reply!
-
[MP] Echelon V2 - Mod Menuwhen I use the give all perks command, when I die I have to enable it again, is there a way to keep it selected?
-
Bot Warfare - More Waypointsthanks man, great job!
-
WAW Console commandsEvolight 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?
-
Bot Warfare - More Waypointshow to install?
-
[Resource] [MP/ZM] Black Ops 2: Weapons List, Attachments, Button Codes & More!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?
-
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapssehteria hey man, I managed to fix the probelm, really enjoyed both this mod and the one with perks. great work!
-
[Alpha] [Zombies] BO2 Zombies Botsis there a way to remove the unlimited ammo feature?
-
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapssehteria 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
-
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapsin 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?