360haven works best with JavaScript enabled
[Release] Dragon's Dogma - Editor - Page 45
Loading
Register
Page 45 of 113 FirstFirst ... 20354041424344454647484950557095 ... LastLast
Results 353 to 360 of 903
  1. #353
    Seipherwood

    Re: Dragon's Dogma - Editor

    I know off-line you can get to Ur-Dragon in a New Game + at the beach in Cadanis or whatever the starting town is. Online, im not sure if its still in the same spot or not.


  2. #354
    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: Dragon's Dogma - Editor

    Quote Originally Posted by Idlehands88 View Post
    Alright I finally got all the Augment ID's written down :P

    How to edit Augments:
    Search for:
    <array name="mAbility" type="s8" count="6">

    You should then see something like this:
    <array name="mAbility" type="s8" count="6">
    <s8 value="#"/>
    <s8 value="#"/>
    <s8 value="#"/>
    <s8 value="#"/>
    <s8 value="#"/>
    <s8 value="#"/>
    </array>


    Augments ID's
    Code:
    0 - Fitness
    1 - Sinew
    2 - Egression
    3 - Prescience
    4 - Exhilaration
    5 - Vehemence
    6 - Vigilance
    10 - Leg-Strength
    11 - Arm-Strength
    12 - Grit
    13 - Damping
    14 - Dexterity
    15 - Eminence
    16 - Endurance
    20 - Infection
    21 - Equanimity
    22 - Beatitude
    23 - Perpetuation
    24 - Intervention
    25 - Attunement
    26 - Apotropaism
    30 - Adamance
    31 - Periphery
    32 - Sanctuary
    33 - Restoration
    34 - Retribution
    35 - Reinforcement
    36 - Fortitutde
    40 - Watchfulness
    41 - Preemption
    42 - Autonomy
    43 - Bloodlust
    44 - Entrancement
    45 - Sanguinity
    46 - Toxicity
    50 - Resilience
    51 - Resistance
    52 - Detection
    53 - Regeneration
    54 - Allure
    55 - Potential
    56 - Magnitude
    60 - Temerity
    61 - Audacity
    62 - Proficiency
    63 - Ferocity
    64 - Impact
    65 - Bastion
    66 - Clout
    70 - Trajectory
    71 - Morbidity
    72 - Precision
    73 - Stability
    74 - Efficacy
    75 - Radiance
    76 - Longevity
    80 - Gravitas
    81 - Articulacy
    82 - Conservation
    83 - Emphasis
    84 - Suasion
    85 - Acuity
    86 - Awareness
    91 - Suasion
    92 - Thrift
    93 - Weal
    94 - Renown
    Nice found Idle, have you found anyway to mod resistances yet?
    Downloads : 61 || Uploads : 6 || Rep Power : 4691 || 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. #355
    ★ The Exiled One ★
    Exiledone

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

    Re: Dragon's Dogma - Editor

    Quote Originally Posted by Insane JIC View Post
    Nice found Idle, have you found anyway to mod resistances yet?
    Nope, but then again I only looked for like 2 seconds lol, they might be calculated by equipped armor...

    I did find Shop data (what items are being sold), but I could get it to work. Just search for Shop and you'll see what I'm talking about...
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  4. #356
    mgieso

    Re: Dragon's Dogma - Editor

    danke sowas habe ich gesucht

  5. #357
    ★ The Exiled One ★
    Exiledone

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

    Re: Dragon's Dogma - Editor

    Quote Originally Posted by mgieso View Post
    danke sowas habe ich gesucht
    Henvur ghfdpji 4n8fvh *batman symbol*
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  6. #358
    Junior Member
    playdagame98 is offline
    Join Date : Sep 2011
    Posts : 9
    Array

    Re: Dragon's Dogma - Editor

    Okay I kind of feel unappreciated, but whatever. The way to have unlimited weight is to first go buy some thing that has the weight between .30-.20 (I used empty flasks) then buy 200-300. Then find it by searching #of flasks then check whole word in the editor and it should look like this
    (BTW this isn't actually the empty flasks it could be a sword for what I know so don't use it to find your empty flasks)

    <array name="mEquipItem" type="class" count="11">
    <class type="sItemManager::cITEM_PARAM_DATA">
    <s16 name="data.mNum" value="1"/>
    <s16 name="data.mItemNo" value="543"/>
    <u32 name="data.mFlag" value="131"/>
    <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="3"/>
    <u32 name="data.mKey" value="0"/>

    Then you need to replace the number of flasks with a negative number. The max it will go up to is -16959, but if you want to try higher go nuts.Then it should look like this.
    (And make sure you have the same number for day 1 as well).

    <array name="mEquipItem" type="class" count="11">
    <class type="sItemManager::cITEM_PARAM_DATA">
    <s16 name="data.mNum" value="-16959"/>
    <s16 name="data.mItemNo" value="543"/>
    <u32 name="data.mFlag" value="131"/>
    <u16 name="data.mChgNum" value="0"/>
    <u16 name="data.mDay1" value="-16959"/>
    <u16 name="data.mDay2" value="0"/>
    <u16 name="data.mDay3" value="0"/>
    <s8 name="data.mMutationPool" value="0"/>
    <s8 name="data.mOwnerId" value="3"/>
    <u32 name="data.mKey" value="0"/>

    this makes it so the game thinks you have negative items hence negative weight. I did this with empty flasks and a potion that softens meats and stuff and now I can carry 10000 blast arrows 999 haspu potions I think its called and basically anything else. So enjoy!
    Last edited by playdagame98; 05-28-2012 at 12:41 PM.

  7. #359
    ★ The Exiled One ★
    Exiledone

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

    Re: Dragon's Dogma - Editor

    Quote Originally Posted by playdagame98 View Post
    Okay I kind of feel unappreciated, but whatever. The way to have unlimited weight is to first go buy some thing that has the weight between .30-.20 (I used empty flasks) then buy 200-300. Then find it by searching #of flasks then check whole word in the editor and it should look like this
    (BTW this isn't actually the empty flasks it could be a sword for what I know so don't use it to find your empty flasks)
    Thanks man :P VERY nice find!!!
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  8. #360
    Haven Donator
    lalola92ha is offline
    Join Date : Sep 2011
    Location : inside my xbox
    Posts : 60
    Array

    Re: Dragon's Dogma - Editor

    hey any way to kill ur dragon faster ?

 

 

Similar Threads

  1. [Release] DRAGON'S DOGMA EDITOR- by (Dev PUR3 RAF3X)
    By PUR3 RAF3X in forum Xbox 360 Modding Programs
    Replies: 655
    Last Post: 4 Weeks Ago, 08:09 PM
  2. [Help] Dragon's Dogma Editor by PUR3 RAF3X
    By suplax in forum Help & Support
    Replies: 2
    Last Post: 05-29-2015, 06:24 AM
  3. help with PUR3 RAF3X's dragon's dogma save editor
    By Reborn Archangel in forum Xbox 360 Modding Discussion
    Replies: 5
    Last Post: 06-27-2013, 05:37 PM
  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:

dragons dogma 360 editor out of memory

dragon dogma editor

dragons dogma save editor

dogma forest tunic id

dragons dogma editor

dragons dogma save 360 modded

dragons dogma save editor xbox 360

dragons dogma editor xbox

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.

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