I found a way to alter the items you get when choosing a chapter. This could be used to cheat in a massive way obviously, or you could use it to regain what you should have at that point. You can choose what level you are, what weapons, mods, ingrediants and collectables you have. You can even give yourself the items from the upcoming DLC, like the shock pulse bomb (which blows up the heads of nearby zombies), but this maybe be too naughty and get you told off by higher ups.
Anyway, after opening and extracting Data0.pak, open the files Inventory.scr and Collectables.scr, these contain the item names of all the base items in the game. Copy and paste ones you want into a temporary file(this makes it easier incase you mess up). Open up default_player_setup.scr and locate the text sub Items_low, theres also medium, high and very high, dependign on the game chapter. Under there, you will find what items you will currently load with, paste the ones you want into that spot. Example:
sub Items_High(){
Item("Melee_CrowbarGen", 1);
Item("Melee_MacheteBrutalGen", 1);
Item("Medkit_HealthPackLarge", 1);
Item("Cash_Cash", 4000);
}
Becomes
sub Items_High(){
Item("Melee_leg_Zedsdemise", 1);
Item("Firearm_Sawed-OffShotgun", 1);
Item("Throwable_Molotov", 1);
Item("Craftpart_Algae", 1);
Item("Craftplan_Shockcraft", 1);
Item("Collectable_Idcard000", 1);
Item("Collectable_News00", 1);
Item("Cash_Cash", 500000);
}
Theres too many items to list here, just be sure to get all the chacters in the order shown above and you should be fine.
If you want me to post a compiled list of every item in the game, PM me, its way too big to post here.
I havnt found out how to alter the quality of weapons yet, but giving yourself a white lvl 50 Zed's Demise for example will be good enough, till you find better the proper way.
[Edited by rcboothman, 9/13/2011 4:56:32 AM]
I can't PM you, your inbox is full... please upload the list at mediafire or any uploading site you know.
You could read page five :\
Can someone help me out, i really have no idea what i am doing
i have 7zip and know where all the folders are, thats it
First off, Identify what you want to modify,
Skills for characters are in Data0.pak
Items are in Data0.pak
Quests are in Data0.pak
Shops are in Data0.pak
Orange loot drop rate is in Data1.pak
Items dropped during certain acts are in Data1.pak
After you made up your mind that you wanted to mod XXX then drag and drop the file into C:\Users\>>>>>>Your User<<<<<<\Documents\DeadIsland\out\Settings\data
That directory is where you will save any and all of your modded files at
DO NOT EDIT A FILE AND PUT IT INTO ANY Data.pak FILE!!! I cannot stress this enough..
How the hell should I open .src files with notepad? My Win7 doesn't allow me to select "Open With..." option
Drag and drop the file into an open notepad text document