[RESEARCH] Dragon's Dogma Modding
Hey guys, I want to get a topic started on finding stuff out about Dragon's Dogma :P
To edit your character you need to search for "EditPl" to mod your character, and then a bit below that you'll see "EditPawn" which mods your Pawn.
READ THIS IF YOU WANT TO KNOW HOW TO GET THE SAVE READY TO BECOME MODDABLE AND TO GET THE CHECKSUM FIXER: http://www.360haven.com/forums/showt...Checksum-Fixer
Things I found so far:
Character Name Letters <array name="(u8*)mNameStr" type="u8" count="25">
Hidden/Bonus HAIR COLORS <u8 name="mColorHair" value="##"/>
Hidden/Bonus EYE COLORS <u8 name="mColorEyeR" value="##"/> | <u8 name="mColorEyeL" value="##"/>
Hidden/Bonus SKIN COLORS <u8 name="mColorBody" value="##"/>
Hidden/Bonus Names <u32 name="mNickname" value="##"/>
ioritree found these:
Pictures of Item Names/Pictures/Descriptions along with Item ID's (1,427 Items), I organized the items into Folders
http://www.mediafire.com/?cfzamoq26bp47sw
BIG Thanks to ioritree for supplying pictures and Item ID's for A LOT of Items!
Please post anything else you can find and I'll add it to the list, and give credit
Re: [RESEARCH] Dragon's Dogma Modding
Quote:
Originally Posted by
thegutta
Awesome find idle keep up the great work bro i believe the by the time this game comes out you gonna have crack open n ready to go lol
That's the plan lol, unfortunately I can't do any Weapon/Armor/Item modding because that stuff isn't stored in the Demo save :( But when the full game gets leaked I plan on adding to this topic :D
Re: [RESEARCH] Dragon's Dogma Modding
I wonder if/hope we would be able to edit the weapons. I would like to modify the Berserk anime weapons and armor that crossover in the full game.
I hope we also get the Femto or Elf King Armor.
Re: [RESEARCH] Dragon's Dogma Modding
Quote:
Originally Posted by
Crimi Martin
I wonder if/hope we would be able to edit the weapons. I would like to modify the Berserk anime weapons and armor that crossover in the full game.
I hope we also get the Femto or Elf King Armor.
Hopefully we should be able to, this info is in the save (A LOT OF THESE ARE):
Code:
<array name="mEquipItem" type="class" count="11">
<class type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="0"/>
<s16 name="data.mItemNo" value="-1"/>
<u32 name="data.mFlag" value="0"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="0"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="0"/>
<u32 name="data.mKey" value="0"/>
</class>
Code:
<class type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="0"/>
<s16 name="data.mItemNo" value="-1"/>
<u32 name="data.mFlag" value="0"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="0"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="0"/>
<u32 name="data.mKey" value="0"/>
</class>
Code:
<class name="mPresentItem" type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="0"/>
<s16 name="data.mItemNo" value="-1"/>
<u32 name="data.mFlag" value="0"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="0"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="0"/>
<u32 name="data.mKey" value="0"/>
</class>
Code:
<array name="mStorageItem" type="class" count="4278">
<class type="sItemManager::cITEM_PARAM_DATA">
<s16 name="data.mNum" value="0"/>
<s16 name="data.mItemNo" value="-1"/>
<u32 name="data.mFlag" value="0"/>
<u16 name="data.mChgNum" value="0"/>
<u16 name="data.mDay1" value="0"/>
<u16 name="data.mDay2" value="0"/>
<u16 name="data.mDay3" value="0"/>
<s8 name="data.mMutationPool" value="0"/>
<s8 name="data.mOwnerId" value="0"/>
<u32 name="data.mKey" value="0"/>
</class>
Meaning that Item info is stored nicely in the save :P
Re: [RESEARCH] Dragon's Dogma Modding
very awesome finds Idle, this game is going to be that much more awesome :)
Re: [RESEARCH] Dragon's Dogma Modding
UPDATE: Posted the Skin Colors :P
Re: [RESEARCH] Dragon's Dogma Modding
Nice find man, I'm really looking forward to this game and maybe a SE for it...Keep up the awesome work