How can I remove Perk Limit in Solo BO1?
-
is there any way to remove the perk limit in solo zombies? I looked online and couldnt find anything useful.
-
is there any way to remove the perk limit in solo zombies? I looked online and couldnt find anything useful.
kapzalot some of the maps are limited to 4 perks. Moon, for example, does not have the perk limit.
EDIT: I think you need to look into _zombiemode.gsc and change level.perk_limit = 4 (found on CODZombies reddit).
I personally wouldn't recommend you to do this, but you do you.
and as always, use LAN mode. -
kapzalot some of the maps are limited to 4 perks. Moon, for example, does not have the perk limit.
EDIT: I think you need to look into _zombiemode.gsc and change level.perk_limit = 4 (found on CODZombies reddit).
I personally wouldn't recommend you to do this, but you do you.
and as always, use LAN mode.This post is deleted! -
level.perk_limit doesn't exist in BO1 in _zombiemode_perks.gsc you need to go to vending_trigger_think() function you will find if (player.num_perks >= 4) this check if the player have 4 perks and block the player from buying more perks just change the limit to anything else.
example: if (player.num_perks >= 10) this will change the perks limit to 10 -
is there any way to remove the perk limit in solo zombies? I looked online and couldnt find anything useful.
-
smth wrong for me
error sended to me about maps_zombiemode_utility
this file dosn't exsist in my game
is this script for bo1?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login