360haven works best with JavaScript enabled
[RESEARCH] Dragon's Dogma Modding - Page 8
Loading
Register
Page 8 of 18 FirstFirst ... 345678910111213 ... LastLast
Results 57 to 64 of 141
  1. #57
    Haven Donator
    turk645 is offline
    Join Date : Oct 2011
    Posts : 146
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    if memory serve correctly, all you have to do is change that value to the item you want and then the value above it to 1.


  2. #58
    ronbig

    Re: [RESEARCH] Dragon's Dogma Modding

    Ok i see....now im having trouble finding the right sItemManager there seems to be more then one -1 :O

  3. #59
    Senior Member
    TheLastDude is offline
    Join Date : Mar 2012
    Posts : 124
    Array

    Re: [RESEARCH] Dragon's Dogma Modding

    a lot of the hex values belong to the wrong items in the picture file. someone needs to go back and reevaluate all of them and apply the correct ones. most of them are right, but not all of them.

  4. #60
    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

    Any way to change your pawn inclination by using the editor?
    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.

  5. #61
    Shuusei

    Re: [RESEARCH] Dragon's Dogma Modding

    This is my first time posting here i have been a huge follower of Haven but anyways

    I've noticed whenever i tried to edit my actual game data because I recently bought the game well whenever i try to change the hair color or the eye colors it doesn't seem to stick when i load up my save. I've also tried adding items to my inventory but apparently the hex values are off and its given me random things but everything else seems fine so far as to the inclination thing i haven't seen a way to change it. Later on in the day if you need it i can upload a save i was goofing off with in case you need a save to mess with for finding things

  6. #62
    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

    I think for the color dyes, you need to have them on your inventory so just add them to yourself or you storage.
    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.

  7. #63
    ★ 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 Insane JIC View Post
    I think for the color dyes, you need to have them on your inventory so just add them to yourself or you storage.
    Or you can change this:

    Code:
    <s32 name="mSurgeryTicket" value="0"/>
    <array name="mHariColor" type="bool" count="7">
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    </array>
    <array name="mSkinColor" type="bool" count="7">
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    </array>
    <array name="mMakeupColor" type="bool" count="7">
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    <bool value="false"/>
    </array>
    To this:

    Code:
    <s32 name="mSurgeryTicket" value="999"/>
    <array name="mHariColor" type="bool" count="7">
    <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">
    <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">
    <bool value="true"/>
    <bool value="true"/>
    <bool value="true"/>
    <bool value="true"/>
    <bool value="true"/>
    <bool value="true"/>
    <bool value="true"/>
    </array>
    <s32 name="mSurgeryTicket" value="999"/> = Edit Character Screen Unlocked (Edit Character 999 times total)
    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. #64
    Shuusei

    Re: [RESEARCH] Dragon's Dogma Modding

    Oh thats pretty epic i didn't know about that anyways i figured it out because i was fighting the online dragon with my lvl 200 <--- gee how original anyways i figured out there is no server ban nor account ban involved with modding this game especially when fighting the online dragon xD

 

 
Page 8 of 18 FirstFirst ... 345678910111213 ... LastLast

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.

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