@mr_foxinator easiest way to get to it is pressing the windows key + R, and then typing %appdata%.
Ezentru
Posts
-
[ZM] [Release] Remove Perk Limit -
Banned upon logging intakokek need to press button beside the play button before launching otherwise you are "Online" and can be banned for cheating, even when in a solo match.
-
cant launch t5 zombiesInfuzedJr game path just means what folder you have the game files in. so, once you install the game files, select the same folder in the launcher and game will launch.
-
Bannedgmp sorry meant the button - said arrow because i for some reason remembered it as being an arrow lol, click the little green thing to the right of play and it should change.
-
Bannedgmp if you used an injector to use said mod menu then that isnt allowed unless you play in offline mode (by pressing the arrow next to play button). Try using a gsc mod menu instead.
-
[ZM] [Release] Remove Perk LimitBigMacJr yeah create new folder named maps and put file in there.
Alternatively, follow the reply above yours' instructions to achieve the same result as my script. If you use their script instead, copy my version of code into a text file, change the extension of the file to .gsc and then place the file in the following directory: \AppData\Local\Plutonium\storage\t5\scripts\sp
Note: The reason you wanna use this version is because if you put his file where you are supposed to put it (\AppData\Local\Plutonium\storage\t5\scripts\sp\zom), it wont execute the script. and if you put it in sp, then it executes before you are even in a game. Adding that check for whether you are in "zombiemode" makes it so it executes and doesnt crash game upon launch.
init() { if ( GetDvar( #"zombiemode" ) == "1" ) { level thread onPlayerConnect(); } } onPlayerConnect() { for(;;) { level waittill ("connecting", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { for(;;) { self waittill("spawned_player"); self.num_perks = -5; //Remove perk limit, must be a negative number } }
-
How to turn off tap once to aim@Muelebgsurbo2 in your controls you just bind mouse2 to hold aim instead of press to aim
idk how it words the two binds in game but they are right next to each other
-
[Release] [Zombies] Black Ops 1 Custom Power ups@dontknowletsplay just a heads up, in the version you attached with updated code, you left in the function to test the weapon drop powerups uncommented and so weapon drops are dropping for almost every instance that m1 is pressed.
-
[ZM] [Release] Remove Perk LimitMONSTERK11ER I haven't tested that. Though I think it has a chance of working.
Would certainly depend on the server though. I am unable to test this at the moment as I am still getting the "No avaliable sessions found" error.
-
[ZM] [Release] Remove Perk LimitDuckyhub even if that was an option i have no idea how it works anyway.
I had been looking for a way to remove the limit (including the way it's done in BO2) with no luck. However, thanks to @dontknowletsplay, I found out that you can replace game files without editing them and that the limit on perks could be found in the vending_trigger_think() function within _zombiemode_perks.gsc. rather than a variable in some random place in the code named something along the lines of "perk_purchase_limit". tried this method of replacing game file and it worked.
-
[ZM] [Release] Remove Perk LimitScript that sets zombie perk limit to 9. Replaces game file without needing to edit it.
To install:
- Download file
- Place downloaded file in the following folder: \AppData\Local\Plutonium\storage\t5\maps