SFJake: Certainly.
Original:
00 02 00 00 80 01 00 00 00 01 00 00 D0 00 00 00 A0 00
Fixed:
90 00 00 00 D0 00 00 00 00 01 00 00 30 01 00 00 70 01
Line starts at 14D4A8. Those were the damage scaling -after- load, essentially. I don't know why the game loads a separate set of values for it, but it does.
The normal damage scaling (that which you get normally) is basically the same line as the fixed one found in the original file. You can find it and alter it to, say:
90 00 00 00 90 00 00 00 90 00 00 00 90 00 00 00 90 00
...to have my 2nd cheated patch with easy damage scaling.
Original is totally correct with one exception: It is inversed. Thats the one and only problem here.
The "fixed" messes all up though. For example for Extra Crispy: Your fixed one does only 26 damage by a zombie attack, which is supposed to be at "well done" though. If you load your game with the fixed one - it goes down to the damage of still kicking -> 11. Extra Crispy is supposed to do 36 damage though!
"Original" does the following though for the zombie axe attack:
Still kicking : 11 , after loading: 36 (and 36 is supposed to be at extra crispy)
Pink on the inside: 15 , after loading : 26
Lightly Broiled: 18, after loading: 18
Well Done: 26, after loading: 15
Extra Crispy: 36, after loading: 11
Damage done by own weapons is all correct for each skill level (if it differs at all), and the monsters have the correct healths on each case - I cant look at code, but thats at least how it feels if you fork the zombies down in each case)
So your fixed hex value messes it totally up. Original was almost correct - Monolith just messed up the order for some reason.
I dont understand the numbers, but are you maybe able to fix the inverted order?
As you can see on my table its just an inversion problem. And so it should be easy to fix if you understand the numbers, which I dont do. I even dont see which number of the line corresponds to which skill level, because 18 numbers dont fit to 5 skill levels. So maybe you or someone else can correct the inverted order?