Log in

View Full Version : Dragons Dogma Free-Dlc with modding help!



imAndrew
08-02-2012, 05:03 AM
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

JobVanDam
08-09-2012, 05:58 AM
Hey those specific lines you mentioned in that second block are the next ones I wanted to mess around with.

Here's what I do know about DLC.
They have only released weapons, armor, quests and some character edit stuff. When you get DLC armor and weapons it just adds it to your storage box which can be found at an inn, DLC quests are available in the the notice board downstairs at the Pawn Guild (be aware though some DLC quests don't show up until you pass certain quests in the main storyline), character edit stuff is obviously found in the character edit screen.

So I'm thinking the move is to edit all those "0"'s to "1"'s, fire up the game, check the associated DLC areas (storage box, Pawn Guild notice board and character edit menu) and report back what we found.

Here's the part that makes me nervous.
<u32 value="0"/>
The u32 is the datatype. After checking out some other u32 variables in that same savefile they can be up to 9 digits long which means it can accept a number into the millions. Maybe the DLC gets unlocked with sequential numbers (i.e 1, 2, 3 etc.), maybe its the date of the DLC (i.e 201207091, 201207092 etc.), maybe its a randomly generated number or maybe its not even a number...

This is something we are just going to have to experiment with.

JobVanDam
08-11-2012, 07:30 AM
Quick update.
Currently trying to edit those DLC lines... nothing so far. Changed them to all 1's, nothing. All 9999999's and still nothing.

Did find this out though:
<u32 name="mWeatherType" value="1"/>
1 == cloudy
2 == very cloudy
3 == fairly clear
5 == foggy

JobVanDam
08-11-2012, 08:55 AM
After even more attempts I'm getting nothing. Even if I make my HairNo 46 (http://dragonsdogma.wikia.com/wiki/A_Coiffure_You_Can%27t_Refuse) it just reverts my HairNo to 1. That DLC is locked up tight.

Anyone out there who has downloaded one of the DLC's willing to post those "DLC" related lines in there savefile? Maybe still I might be able to figure it out, thanks.

Rivvik
08-11-2012, 03:44 PM
This save has "100 Quests" 1-4, Anti-monster pack, Debilitating Weapons pack, Demon protection pack, angels protection pack, bonus equipment 1-3, and the first notice board quests dlc.

IDs have been nulled.

Have fun. :D

9070

JobVanDam
08-11-2012, 09:32 PM
Awwwwww shit.

Thanks for the upload Rivik.

After inserting Rivik's DLC values into my own savefile it unlocked nothing. At first I tried each of the values Rivik's file had all by itself and it unlocked nothing. Then finally I entered them all, still nothing. Then I tried changing the values a little and still nothing.

I'm thinking because the values go into the billions there is a specific number for each DLC that's associated with your profile stored on a server somewhere so everyone is going to have a different value.
If I'm wrong I don't what else it could be cause I'm out of ideas.

Again thanks Rivik for the upload.

imAndrew
08-13-2012, 12:25 AM
@JobVanDam Did you tried to check the black cat market? i heard that the weapons and armor dlc are for sell there after purchase.

JobVanDam
08-13-2012, 01:01 PM
@JobVanDam Did you tried to check the black cat market? i heard that the weapons and armor dlc are for sell there after purchase.
Yes, yes I did.

Rivvik
08-13-2012, 07:57 PM
It might have to do with the unlock file for the dlc. I merely loaded my save on my buddy's xbox and it unlocked the dlc that I did not yet have. I'll see about uploading my DLC files, themselves, but I dunno when that'll be as I'm on vacation and only the Hotel (which I'm not at) has internet.

This place sucks. :(