Dragon's Dogma 2 +14 (table Update20240425)

Upload your cheat tables here (No requests)
AtomicFarts
Cheater
Cheater
Posts: 49
Joined: Sat Jul 22, 2017 4:46 pm
Reputation: 4

Re: Dragon's Dogma 2 - walk key script

Post by AtomicFarts »

SunBeam wrote:
Fri Mar 22, 2024 2:21 pm
Typical Capcom shit: copy-pasta and adapt. Not to mention they compete with Sony by releasing this at the same time with Forbidden West? Bold move, doubt they'll sell better :D
I'm 100% sure DD2 will sell more. Plenty of people are tired of the Forbidden West's formula (I sure am at least). Plus the politics shoved into the second game might push some others away as well.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

beguiler
Expert Cheater
Expert Cheater
Posts: 100
Joined: Sun Mar 19, 2017 1:31 pm
Reputation: 70

Re: Dragon's Dogma 2 +3

Post by beguiler »

Just putting this out there, it appears the Denuvo game activation is tied to starting a new game. So if you wipe out your saves and start a new game 5x it won't let you play for 24 hours. Someone trying to get the game to run on proton on the steam deck found that out.

ryep
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Mar 22, 2024 8:49 pm
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by ryep »

beguiler wrote:
Sat Mar 23, 2024 6:45 pm
Just putting this out there, it appears the Denuvo game activation is tied to starting a new game. So if you wipe out your saves and start a new game 5x it won't let you play for 24 hours. Someone trying to get the game to run on proton on the steam deck found that out.
I've wiped my save around 10+ times now, testing the weight system, and I haven't hit any issues. Possibly a Proton thing?

dicvodka
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Mar 23, 2024 7:23 pm
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by dicvodka »

Would anyone have any idea how to edit the inventory to change something else into the finder's token? I spent 4 hours trying to find out where my first seekers token was and I still cant find it and I dont want to lose out on this quest.

beguiler
Expert Cheater
Expert Cheater
Posts: 100
Joined: Sun Mar 19, 2017 1:31 pm
Reputation: 70

Re: Dragon's Dogma 2 +3

Post by beguiler »

ryep wrote:
Sat Mar 23, 2024 7:23 pm
I've wiped my save around 10+ times now, testing the weight system, and I haven't hit any issues. Possibly a Proton thing?
Possibly. I haven't tried it myself. Just read about the experience of someone trying to get the game running correctly on the deck. Though Capcom did reply in a post that they are going to patch in a "start new game" option for steam so there might be some truth to it.

[Link]

poo pu
Noobzor
Noobzor
Posts: 6
Joined: Wed Sep 25, 2019 5:25 am
Reputation: 1

Re: Dragon's Dogma 2 +2

Post by poo pu »

Gl33m1 wrote:
Sat Mar 23, 2024 4:02 am
krustytoe wrote:
Fri Mar 22, 2024 9:58 pm
just copy and paste into your cheat table

Highlighted Item Finder (Turn off when not using it)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"Highlighted Item Finder"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(ItemAob,DD2.exe,0F 10 48 20 0F 11 44 24 40)
alloc(newmem,$100,ItemAob)
label(code)
label(return)
label(ItemPtr)
registersymbol(ItemAob)
registersymbol(ItemPtr)

newmem:
  mov [ItemPtr],rax

code:
  movups xmm1,[rax+20]
  movups [rsp+40],xmm0
  jmp return

ItemPtr:
  dq 0

ItemAob:
  jmp newmem
  nop 4
return:

[DISABLE]
ItemAob:
  db 0F 10 48 20 0F 11 44 24 40

unregistersymbol(*)
dealloc(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2</ID>
          <Description>"Quantity"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Byte</VariableType>
          <Address>ItemPtr</Address>
          <Offsets>
            <Offset>2A</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
You're a literal good, my dude. This is the ONE thing I've been trying to find. I spent probably 5 hours just trying to get it to work myself. It's working like a champ too. Thanks so so so much.
what do you do to acc add this to the cheat table, im not sure where to copy paste it, sorry

vegitossj7
Noobzor
Noobzor
Posts: 6
Joined: Sun Nov 17, 2019 12:00 pm
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by vegitossj7 »

any way for XP/DCP rate? or to edit how much DCP for next vocation level?

Gl33m1
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Sep 29, 2020 3:03 am
Reputation: 4

Re: Dragon's Dogma 2 +2

Post by Gl33m1 »

poo pu wrote:
Sat Mar 23, 2024 9:51 pm
Gl33m1 wrote:
Sat Mar 23, 2024 4:02 am
krustytoe wrote:
Fri Mar 22, 2024 9:58 pm
just copy and paste into your cheat table

Highlighted Item Finder (Turn off when not using it)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"Highlighted Item Finder"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(ItemAob,DD2.exe,0F 10 48 20 0F 11 44 24 40)
alloc(newmem,$100,ItemAob)
label(code)
label(return)
label(ItemPtr)
registersymbol(ItemAob)
registersymbol(ItemPtr)

newmem:
  mov [ItemPtr],rax

code:
  movups xmm1,[rax+20]
  movups [rsp+40],xmm0
  jmp return

ItemPtr:
  dq 0

ItemAob:
  jmp newmem
  nop 4
return:

[DISABLE]
ItemAob:
  db 0F 10 48 20 0F 11 44 24 40

unregistersymbol(*)
dealloc(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2</ID>
          <Description>"Quantity"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Byte</VariableType>
          <Address>ItemPtr</Address>
          <Offsets>
            <Offset>2A</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
You're a literal good, my dude. This is the ONE thing I've been trying to find. I spent probably 5 hours just trying to get it to work myself. It's working like a champ too. Thanks so so so much.
what do you do to acc add this to the cheat table, im not sure where to copy paste it, sorry
I gotchu. You can do it 1 of 2 ways. The first is just copy/paste the code into notepad and save it as its own cheat table (make sure the file extension is .ct). The second is copy the code, right click in your current cheat table in some black space in the cheat options at the bottom, and hit paste. It should add it automatically. You can then go to file>Save and it'll save the addition to your current table.

poo pu
Noobzor
Noobzor
Posts: 6
Joined: Wed Sep 25, 2019 5:25 am
Reputation: 1

Re: Dragon's Dogma 2 +2

Post by poo pu »

thank you so muchhh

citizenking
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sat Jan 15, 2022 10:16 pm
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by citizenking »

I'd be incredibly grateful for something that allows for editing vocation rank DCP since there are some augments I want, but they're gated behind Vocations I don't really care to play (Mage rank 9 for stamina regen augment is rough D:).

benny89
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Sep 18, 2017 10:11 pm
Reputation: 10

Re: Dragon's Dogma 2 +3

Post by benny89 »

Looking for a way to edit name and moniker of my character. I don't really want to start again and do character creation from scratch :(

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 348
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 106

Re: Dragon's Dogma 2 +3

Post by jonaaa »

benny89 wrote:
Sun Mar 24, 2024 5:39 am
Looking for a way to edit name and moniker of my character. I don't really want to start again and do character creation from scratch :(
Why not using Art of Metamorphosis? You can edit everything just like in Character Creation.

ChrisToTheTopher
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Mar 24, 2024 9:37 am
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by ChrisToTheTopher »

Is there a way to add/change the Seeker Tokens?

jrpglover
Cheater
Cheater
Posts: 36
Joined: Thu Jun 24, 2021 6:49 pm
Reputation: 10

Re: Dragon's Dogma 2 +3

Post by jrpglover »

Will you be adding the edit item to the table? :)

FunFastEfficienttt
Noobzor
Noobzor
Posts: 5
Joined: Wed Feb 28, 2024 6:13 pm
Reputation: 0

Re: Dragon's Dogma 2 +3

Post by FunFastEfficienttt »

ChrisToTheTopher wrote:
Sun Mar 24, 2024 9:41 am
Is there a way to add/change the Seeker Tokens?
Just find 1 and item edit it to whatever value you want.

Post Reply

Who is online

Users browsing this forum: admantx, Bing [Bot], BloodS1GN, castix, DrewMark, Dumbo, ExpandJoao, Foomy, Google [Bot], Google Adsense [Bot], iamthame, Kaedean, KaninDESU, kenrock585, kittysaurus, lLeGOl, reizake01, Salicyl, Saucison78, Scan21, Scareon, Sogou, tatumi0630