DarkOmen's Zombie Hordes mod
Thanks for this DarkOmen, it works great. Difficult though! I think I'll need to boost damage resistance and stamina usage...
All credit goes to DarkOmen - I'm just putting the complete instructions out there for anyone who needs them. Make sure to read the
original post if you haven't already.
- Open Steam\steamapps\common\dead island\DI\Data2.pak with 7-Zip (or alternate program)
- Extract the Data\Maps folder
- Open each *.exp file (eg. act1a.exp) with your hex editor
- Search for the following string: m_NumberOfZombies
- Edit the red number in hexadecimal in the following string: 6D 5F 4E 75 6D 62 65 72 4F 66 5A 6F 6D 62 69 65 73 04 00 00 00 04
- Save and close the file.
- Place your Maps folder in the Documents\Dead Island\out\Data\ folder.
Free hex editor:
http://www.chmaas.handshake.de/delph...vi32/xvi32.htm
Common hex to decimal conversions (use one of these to replace the red numbers in step 5):
0A = 10
14 = 20
1E = 30
28 = 40
32 = 50
3C = 60
46 = 70
50 = 80
5A = 90
64 = 100
(note that all "0's" are numbers and not letters)