This is probably the ten thousandth message about your perks, so my bad. I got them working but I just want to know how to change the starting score. I think 500,000 might (maybe) be a little to much to start off with.
Anyways thank you for making the perks they're great.
Also, will you have Widows Wine in a future update.
Also, also, you should have Nuketown perks (if they don't already have them.)
This is probably the ten thousandth message about your perks, so my bad. I got them working but I just want to know how to change the starting score. I think 500,000 might (maybe) be a little to much to start off with.
This has nothing to do with harrys perks. You need to go to raw/maps and find a file called _zombiemode.gsc. Move that to your mods/maps folder.
Open that up with notepad(preferably notepad ++) and look for
Code Snippet
Plaintext
zombie_score_start
. Change the number to 500(or whatever you want the starting amount to be).
In _zombiemode_perks.gsc (Harry's one) change this line from true to false:
Code Snippet
Plaintext
set_zombie_var( "debug", true );
I think he forgot to do it.
I changed that, I also change the zombie_score_start in _zombiemode.gsc to 500, and I change self.score to 500. I still get 500,000. I've compiled and built the map after all of this and checked all the IWD files
I changed that, I also change the zombie_score_start in _zombiemode.gsc to 500, and I change self.score to 500. I still get 500,000. I've compiled and built the map after all of this and checked all the IWD files
That's the only thing that can change your start score to 500,000 and has anything to do with Harry's perks. You only need to build mod after this, but make sure you checked "Build IWD file" before building mod.
That's the only thing that can change your start score to 500,000 and has anything to do with Harry's perks. You only need to build mod after this, but make sure you checked "Build IWD file" before building mod.
I built the the mod and checked the IWD file. I still have 500,000
I built the the mod and checked the IWD file. I still have 500,000
So then it has probably nothing to do with Harry's perks.
Go to mods/mapname/maps, open every file in there and search (Ctrl + F in Notepad++) "500000". If you find any line that says self.score = 500000; or player.score = 500000; or whatever, change it to 500.
So then it has probably nothing to do with Harry's perks.
Go to mods/mapname/maps, open every file in there and search (Ctrl + F in Notepad++) "500000". If you find any line that says self.score = 500000; or player.score = 500000; or whatever, change it to 500.
The only possibilities I can think of now are: 1) You didn't build your mod correctly. 2) You've edited a raw file and set the starting score to 500,000.
If the problem started happening just after adding Harry's perks, the solution is changing the variable I told you before. If I'm not wrong, there's nothing anywhere that set your starting score to 500,000 except for Harry's perks debug. In this case I'd say the problem might be 1).