Hey everyone, I was reading this post:
http://www.360haven.com/forums/showthread.php?14213-TUTORIAL-Dragon-s-Dogma-Modding-Full-Save-Editing
Writed by IdleHands88
And almost at the end of the post are this code to unlock all the apearence DLC for FREE!!
<s32 name="mSurgeryTicket" value="#"/> - Number of times you can access the "Edit Character" Screen from Main Menu
<array name="mHariColor" type="bool" count="7"> - Extra Hair Colors Unlocked
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
</array>
<array name="mSkinColor" type="bool" count="7"> - Extra Skin Colors Unlocked
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
</array>
<array name="mMakeupColor" type="bool" count="7"> - Extra Makeup Colors Unlocked
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
<bool value="true"/>
</array>
And all was great but then it goes awesome whe i found this other code below the last code:
<bool name="mNewCreateSaveData" value="false"/>
<bool name="mIsBrightnessStart" value="true"/>
<array name="mDLCQuestAnnounce" type="u32" count="4">
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
</array>
<array name="mDLCObjectAnnounce" type="u32" count="6">
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
<u32 value="0"/>
</array>
<array name="mDLCArmorAnnounce" type="u32" count="2">
<u32 value="0"/>
<u32 value="0"/>
</array>
I think that with that code you can get the New Game+ and the armors package DLC for free too! the only problem is that idk what to use to sustitude the "0"'s so im asking for help :S
P.D. Sorry for the bad english u.u



Reply With Quote





