360haven works best with JavaScript enabled
[RESEARCH] Dragon's Dogma Modding - Page 17
Loading
Register
Page 17 of 18 FirstFirst ... 712131415161718 LastLast
Results 129 to 136 of 141
  1. #129
    Senior Member
    360HAVEN
    vision is offline
    Join Date : Sep 2011
    Posts : 115
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    For those who cant do it themselves here a website to convert hex to dec like you will need http://www.binaryhexconverter.com/he...imal-converter


  2. #130
    Haven Donator

    Insane JIC is offline
    Join Date : Dec 2010
    Location : Freedom St. At the edge of insanity.
    Age : 33
    Posts : 1,042
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    nvm I think I got it.
    Downloads : 61 || Uploads : 6 || Rep Power : 4692 || Posts : 1,042 || Thanks : 121 || Thanked 124 Times in 93 Posts


    Think about it! we consume, we reproduce, we spread, we infect, We're the real rats.

  3. #131
    Senior Member
    Xenoith is offline
    Join Date : Oct 2011
    Location : Drangleic
    Posts : 145
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    For those of you who are having trouble doing the conversions, here's a quick tutorial.


    1) Download the Items Folder for Dragon's Dogma.
    2) Locate the Item in your in-game inventory you want to swap.
    3) Find it in the Items Folder and look for the item code name. For example, let's do 5F7 which is Pioneer's Elixer for Pawns.
    4) Open your calculator. When it's open go to View > Programmer. Then afterwards select the Hex bullet.
    5) When that is all set and opened type in 5F7 which is the Pioneer Elixer.
    6) Final step, click the Dec bullet and it will convert it to code which is 1527. That code you put in this string line for items.
    <s16 name="data.mItemNo" value="1527"/>

    Then after that finish your editing on the tool and you should be done. Easy!

    Notes: Always be sure to replace the items you swap unless you don't want them. Then in that case go nuts, however I find it easier to replace the item, since I'll know the code already and also remember you must have that item in your inventory in order for the swap to work. If not it will corrupt your save. (I fixed mine, but I came close to losing everything. Phew!)

    Hope this help! Cheers!
    Downloads : 14 || Uploads : 0 || Rep Power : 3496 || Posts : 145 || Thanks : 13 || Thanked 88 Times in 20 Posts


    - Aboard for Destiny Beta (Xbox 360)
    Apart of Meowcenaries Squad - Destiny

  4. #132
    Salvia

    Re: [RESEARCH] Dragon's Dogma Modding

    I haven't played this game or tried modding it but I can easily understand this already and it's very clear. Good work buddy :)

  5. #133
    Haven Donator
    Draco856 is offline
    Join Date : Sep 2011
    Posts : 26
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    I can do the conversions, but I can't search through all the items, can anyone convert the XLS file into a text file for me? I can't open XLS files.

  6. #134
    Senior Member
    ZeroDarkness89 is offline
    Join Date : Sep 2011
    Posts : 137
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    Quote Originally Posted by Idlehands88 View Post
    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">
    Code:
    65 - A
    66 - B
    67 - C
    68 - D
    69 - E
    70 - F
    71 - G
    72 - H
    73 - I
    74 - J
    75 - K
    76 - L
    77 - M
    78 - N
    79 - O
    80 - P
    81 - Q
    82 - R
    83 - S
    84 - T
    85 - U
    86 - V
    87 - W
    88 - X
    89 - Y
    90 - Z
    ---------------
    97 - a
    98 - b
    99 - c
    100 - d
    101 - e
    102 - f
    103 - g
    104 - h
    105 - i
    106 - j
    107 - k
    108 - l
    109 - m
    110 - n
    111 - o
    112 - p
    113 - q
    114 - r
    115 - s
    116 - t
    117 - u
    118 - v
    119 - w
    120 - x
    121 - y
    122 - z


    Hidden/Bonus HAIR COLORS <u8 name="mColorHair" value="##"/>
    Code:
    21 - Light Red
    22 - Pink
    23 - Cyan
    24 - Light Blue
    25 - light Teal
    26 - Bright/Light Green
    27 - Gold/Yellow


    Hidden/Bonus EYE COLORS <u8 name="mColorEyeR" value="##"/> | <u8 name="mColorEyeL" value="##"/>
    Code:
    21 - Light Red
    22 - Gold/Yellow
    23 - Light Green
    24 - Cyan
    25 - Light Blue
    26 - Light Purple
    27 - Silver


    Hidden/Bonus SKIN COLORS <u8 name="mColorBody" value="##"/>
    Code:
    21 - Light Red
    22 - Pale Green
    23 - Green
    24 - Light Blue
    25 - Light Purple
    26 - Grey
    27 - White

    Hidden/Bonus Names <u32 name="mNickname" value="##"/>
    Code:
    880 - Savan
    881 - Salde
    882 - Quince
    883 - Morganna
    884 - Rook


    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/download.php?224eddlt63nslt2

    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

    Is There Going To Be A Update Soon On All This...
    Last edited by ZeroDarkness89; 06-06-2012 at 06:12 PM. Reason: Couldn't See Writing

  7. #135
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: [RESEARCH] Dragon's Dogma Modding

    Quote Originally Posted by ZeroDarkness89 View Post
    Is There Going To Be A Update Soon On All This...
    Probably not, I already posted more info in my Tutorial Thread....
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  8. The Following User Says Thank You to Idlehands88 For This Useful Post:


  9. #136
    Senior Member
    ZeroDarkness89 is offline
    Join Date : Sep 2011
    Posts : 137
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    has anyone ever tried modding rook's equipment... just thought it would be a change to fix the things he has seeing as he is the first pawn everyone gets to meet..

 

 

Similar Threads

  1. [Tutorial] Dragon's Dogma Modding - Full Save Editing
    By Idlehands88 in forum Xbox 360 Tutorials
    Replies: 586
    Last Post: 05-21-2019, 07:00 PM
  2. Was wondering if someone could help with dragon's dogma modding/editing.
    By acrylik in forum Xbox 360 Modding Discussion
    Replies: 4
    Last Post: 06-13-2012, 01:53 AM
  3. Dragon's Dogma Modding Discussion
    By xBASSxMONSTAx in forum Xbox 360 Modding Discussion
    Replies: 79
    Last Post: 05-30-2012, 09:10 AM
  4. Dragon's Dogma - Ur-Dragon Event Mode Trailer
    By badboy10 in forum Youtube Famous
    Replies: 3
    Last Post: 05-09-2012, 11:22 PM

Visitors found this page by searching for:

dragon dogma mod armor

Mod armor dragon dogma

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯