[OUTDATED] BO2 Custom Classes + Custom Classes Tool Generator
-
Give Custom Class
Developer: DoktorSAS________________
Download link or url of the tool will be relased soon. I lost the old uncompiled files so i nee to recreate the tool. It will probably change into a webversion.
________________
This is a simple system to give class, not an hard code but is a code helpful to make things faster.
This method can be used to give class after palyer spawn/respawned automatically.
The classnameP is the name of the class, with a switch in onPlayerSpawned() is possibile to spawn with the selected classes.Implements this code to use the tool
giveCustomClass( weap1, weap2, classnameP, equip1, equip2){ //Made By DoktorSAS self takeallweapons(); self.classnamePlayerP = classnameP; self iprintln("Class ^2Choosed"); self giveweapon("knife_mp",0,true(0,0,0,0,0)); self giveweapon(weap1,0,true(0,0,0,0,0)); self givemaxammo(weap1); self giveweapon(weap2,0,true(0,0,0,0,0)); self givemaxammo(weap2); self giveweapon(equip1); self setWeaponAmmoStock(equip1,1); self giveweapon(equip2); self setWeaponAmmoStock(equip2,1); self switchtoweapon(weap1); self baseperk(); } baseperk(){ self clearperks(); self setperk("specialty_additionalprimaryweapon"); self setperk("specialty_fastequipmentuse"); self setperk("specialty_fastladderclimb"); self setperk("specialty_fastmantle"); self setperk("specialty_bulletpenetration"); self setperk("specialty_fastads"); self setperk("specialty_longersprint"); self setperk("specialty_fastweaponswitch"); self setperk("specialty_fallheight"); } exemple(){ giveCustomClass("dsr50_mp+steadyaim+fmj+extclip", "ksg_mp", "DSRKSG", "sticky_grenade_mp", "proximity_grenade_mp" ); }
Download this tool to make custom classes easily
Class Generator v1.1:- Fixed Gun IdName clone
- Added Equipment #1 and Equipment #2
Github: https://github.com/DoktorSAS/BO2-GSC/tree/master/Class Generator
VirusTotal: https://www.virustotal.com/gui/file/c5258d78efdf262588fcf634bae883a3ec668dbf1731f2cb655ab3e7d3c5a9a8/detection
Developer: DoktorSAS
Sorex hey could i please get some help im quite new and dont exactly know what to do haha
-
ImBoredInnit said in [Release] BO2 Custom Classes + Custom Classes Tool Generator:
help im quite new and dont exactly know what to do hah
I would love for this to be updated, I want to be able to make a secondary my primary and my secondary a sniper.
-
ImBoredInnit said in [Release] BO2 Custom Classes + Custom Classes Tool Generator:
help im quite new and dont exactly know what to do hah
I would love for this to be updated, I want to be able to make a secondary my primary and my secondary a sniper.
qweqwe333 its there a way to still get the tool
-
NOTE:
This its not made to replace your classes, this tool just generate a GSC code that "gsc modders" can use to build custom classes to give. Its just a tool use full for coders not for trickshotters.
-
NOTE:
This its not made to replace your classes, this tool just generate a GSC code that "gsc modders" can use to build custom classes to give. Its just a tool use full for coders not for trickshotters.
Sorex I seen a person in bo2 plutonium with LB Semtexs like for bo2 recoveries on Xbox/ps3
-
Bo2 custom class and camos not showingclass not showing in game and in lobby
-
yo Sorex anywhere i can get this the github link isn't working
-
where can I download this github dead
-
The download is not of use anymore. The code is bad and i was working on moving the tool on a website insteed.
-
The download is not of use anymore. The code is bad and i was working on moving the tool on a website insteed.
This post is deleted! -
Sorex this is about vanilla ts. i put the vanilla compiled gsc into this loacation C:\Users\chron\AppData\Local\Plutonium\storage\t6\scripts\mp. It works but i dont have vip or admin how do i get it.