Free Items and Easy Items Unlock.
Unlocking Items/Costumes + Changing their Price
File Required: "KidItem.ini"
Flie Path:
\Steam\steamapps\common\KillerIsDead\KidGame\Config
Rough list of items below the tutorial. You can find the Items by # or searching by the cost amount of the item if you know it.
m_GigoroItemBaseInfo[##]= (a bunch of conditions)
where the ## is the item, example:
m_GigoroItemBaseInfo[48] <<--this is Legendary Executoner
m_GigoroItemBaseInfo[31] <<--this is a Lingerie Set for Betty
Look for an item you have unlocked already. As I have finished the game I have unlocked the Legendary Executoner legit xD. So I will use its data for the example. I believe this must work for anyone who ended the game as It has worked for me and I got only rank B in normal mode in the Episode 12 (used to unlock the executoner).
Find the Item, in this case "m_GigoroItemBaseInfo[48]"
----These are the unlock conditions for Legendary Executoner:
m_UnlockMissionID=KidMissionID_David2_Key
m_UnlockRankID=EMissionRankId_C
m_UnlockSecretBonus=-1
----This are the unlock conditions for item m_GigoroItemBaseInfo[31] - (One of the Lingerie Sets xD)
m_UnlockMissionID=KidMissionID_Alice_Key
m_UnlockRankID=EMissionRankId_AAA
m_UnlockSecretBonus=-1
Just Replace the unlock condition of the "Locked Item" with the unlock conditions from the Legendary Executoner costume.
Look for the following conditions of the Item/Costume:
m_iMinCost=15100, m_iMaxCost=15200 <<--The number may vary as this is the cost in the Gift Shop. In this case this is the cost of the Item [31] Lingerie Set.
m_iMinCost=0, m_iMaxCost=0 <<-- Just change the Values to zero like this
Save the file changes and start the game.
Results In Gift Shop:
Item List - (rough list)
Gifts:
Items [0] - [20]
Mika Ticket
Item [36]
Blue Ticket:
Item [57]
Red Ticket:
Item [58]
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.