Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: ReKleSs
Hello, in this tutorial i go to edit preferences of perks for example edit health after buy Jugg.
You need to go root/share/raw/scripts/zm/(IN THIS CASE)_zm_perk_juggernaut.gsc
Copy and paste in your root/usermaps/map_name/scripts/zm
Now go root/share/raw/scripts/zm/_zm_perk_juggernaut.gsh
Copy and paste in root/usermaps/map_name/scripts/zm
Now open _zm_perk_juggernaut.gsc
And changue this in line 55:
function init_juggernaut()
{
// tweakable variables
zombie_utility::set_zombie_var( "zombie_perk_juggernaut_health", 100 );
zombie_utility::set_zombie_var( "zombie_perk_juggernaut_health_upgrade", 200 ); //Normal is 150 but i edited this to 200
} //ReKleSsYT EDITS
Now open _zm_perk_juggernaut.gsh
And go to line 4 and changue this:
#define JUGGERNAUT_PERK_COST 3000//normaly is 2500 but i changue to 3000
//Jugg edit by ReKleSs
scriptparsetree,scripts/zm/_zm_perk_juggernaut.gsh
scriptparsetree,scripts/zm/_zm_perk_juggernaut.gsc
ModmeBot:
Reply By: m1cke
Do you know how to edit the abbility of sleight of hand?
ModmeBot:
Reply By: ReKleSs
m1ckeDo you know how to edit the abbility of sleight of hand?
ModmeBot:
Reply By: MinePro14
with this can i modify every perk? like stamin up and revive and others?