[RELEASE] [ZM] Black Ops 2 Custom Perks
-
This post is deleted!
-
Viren_7 can you add for MOTD and Die Rise.
also i get spam in game like this "0 coin collected
0 coin collected
0 coin collected -
yeah. it repeatedly spams in chat that 0 coin collected.
-
Who can help me how to solve this error or I don't know what it refers to coins found from 0 machines -
The messages in chat is because I forgot to remove that code before compiling it. If you can compile the script yourself using the uncompiled gsc it should go away. I don't know the new syntax and I don't remember what I used to compile the script before. I'll try looking around and ill update it if I can fix it or find the other compiler.
As for what its referring to, its referring to how many perk machines you have found coins from. You can find coins from machines by going prone next to them.
-
ksmtrx said in [RELEASE] [ZM] Black Ops 2 Custom Perks:
Viren_7 can you add for MOTD and Die Rise.
also i get spam in game like this "0 coin collected
0 coin collected
0 coin collectedI don't know the maps well enough to know where to put the perk machines. I also don't play black ops 2 anymore.
I have detailed how you could add it yourself at the bottom of the post. -
ksmtrx Rip_Lucifer Ander_121 I've updated the script at the GitHub repository and updated it for the new compiler. Placing the GSC file located in the src folder in
%localappdata%\Plutonium\storage\t6\scripts\zm
should work now. -
Can I modify the prices of the perks?
-
FPSSovietRussia Yes for each perk that the mod adds it calls the function perk_system which has these parameters
perk_system( script, pos, model, angles, type, sound, name, cost, fx, perk, bottle)
Find the one of the perk you want to change the price of and change the cost argument
For example:
perk_system( "script_model", (847, -1037, 120), "zombie_vending_revive_on", ( 0, 326, 0 ), "custom", "mus_perks_sleight_sting", "Downer's Delight", 3000, "revive_light", "Downers_Delight","zombie_perk_bottle_revive" );
Here the cost is 3000 for the perk called "Downer's Delight" you can change the value to change the cost
-
Any issues with rampage making you invincible, or just me
-
This post is deleted!
-
Awesome
-
-
You seem to have declared the same function twice which throws an error
https://github.com/Viren070/BO2-Zombies-Custom-Perks/blob/main/src/custom_perk_machines.gsc#L523C1-L523C1
https://github.com/Viren070/BO2-Zombies-Custom-Perks/blob/main/src/custom_perk_machines.gsc#L1006 -
Yes, it's giving me the same error:
[ERROR]:compiler:scripts/zm/custom_perk_machines.gsc:1006:1:funciotn name 'custom_get_player_weapon_limit' already defined as local function -
XResident21 see the post I linked for a solution
-
It works now, thank you very much
-
Viren_7 is it possible for you to try add perks to die rise and motd?
-
-
just read what already got posted? you don't even need to scroll up
-
Viren_7 I've tried your mod and it's insane ! Thanks you for making it ! I have a quick question tho, how do you start a zombie game with a million points ? Your screeenshots shows that you have like 950000 points xD. Thanks