Page 2 of 3

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 6:41 am
by Caz
Caz wrote:
Fri Mar 22, 2024 6:01 am
Lord Blade wrote:
Fri Mar 22, 2024 4:18 am
Been able to find Health and Stamina as Float values.
Gold and Discipline I've found as 4 Byte.

No luck getting weight to work yet though. Not sure what I'm doing wrong.
How did you get the stamina to work?
nvm i got it

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 6:43 am
by Capcomlickmynuts
If anybody can get RC working to make the dlc obsolete that would be cool.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 6:51 am
by Chenchen
jonaaa wrote:
Fri Mar 22, 2024 6:21 am
omgitsbees wrote:
Fri Mar 22, 2024 6:06 am
For Cheat Engine, you all haven't had any crashes? Nothing you needed to do to make it stable? There is a CheatEvolution trainer already, but crashes the game for me, but wondering if it doesn't have to do with something on my end, since its clearly working on the creators end.
Remember the game has anti-cheat, just like their previous games so, some stuff will crash your game, of course you can modify a few values but REFramework is still being updated.
lol, the rc shit can't be changed but the other shit can dec gold, etc. did well playing not hard tested the rc. It's server-side that's why

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 7:02 am
by jonaaa
Chenchen wrote:
Fri Mar 22, 2024 6:51 am
jonaaa wrote:
Fri Mar 22, 2024 6:21 am
omgitsbees wrote:
Fri Mar 22, 2024 6:06 am
For Cheat Engine, you all haven't had any crashes? Nothing you needed to do to make it stable? There is a CheatEvolution trainer already, but crashes the game for me, but wondering if it doesn't have to do with something on my end, since its clearly working on the creators end.
Remember the game has anti-cheat, just like their previous games so, some stuff will crash your game, of course you can modify a few values but REFramework is still being updated.
lol, the rc shit can't be changed but the other shit can dec gold, etc. did well playing not hard tested the rc. It's server-side that's why
Even if you play fully offline, you can't change it, it will be reversed eventually, it's just a countermeasure.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 7:15 am
by Chenchen
jonaaa wrote:
Fri Mar 22, 2024 7:02 am
Chenchen wrote:
Fri Mar 22, 2024 6:51 am
jonaaa wrote:
Fri Mar 22, 2024 6:21 am


Remember the game has anti-cheat, just like their previous games so, some stuff will crash your game, of course you can modify a few values but REFramework is still being updated.
lol, the rc shit can't be changed but the other shit can dec gold, etc. did well playing not hard tested the rc. It's server-side that's why
Even if you play fully offline, you can't change it, it will be reversed eventually, it's just a countermeasure.
gold stays and dec does rc and items can't be changed

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 7:23 am
by jmantyler
i cant seem to get item quants to work

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 7:49 am
by Enclave
What would really be ideal is being able to give yourself wake stones, I suspect they made them so rare because they're selling them as a micro transaction and well that's a sure fire way to get me to cheat in more of them.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 8:00 am
by jmantyler
Caz wrote:
Fri Mar 22, 2024 6:41 am
Caz wrote:
Fri Mar 22, 2024 6:01 am
Lord Blade wrote:
Fri Mar 22, 2024 4:18 am
Been able to find Health and Stamina as Float values.
Gold and Discipline I've found as 4 Byte.

No luck getting weight to work yet though. Not sure what I'm doing wrong.
How did you get the stamina to work?
nvm i got it
could i get your table to compare to mine

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 11:10 am
by gamein991
I was able to change item quantities using byte instead of 4bytes

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 11:32 am
by RyFen
Hmm - I wonder if inn storage quantities are larger than a byte. Seems like with pawns also gathering stuff, you'd get above 255 on stuff like berries and greenwarish really quick.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 12:43 pm
by lao39100
RyFen wrote:
Fri Mar 22, 2024 11:32 am
Hmm - I wonder if inn storage quantities are larger than a byte. Seems like with pawns also gathering stuff, you'd get above 255 on stuff like berries and greenwarish really quick.
stack size limit for the inn seems to be 99. not sure if there are upgrades

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 1:06 pm
by chyrus
krustytoe wrote:
Fri Mar 22, 2024 12:24 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>
bro can you reference an tutorial for make a highlight item finder like this?

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 2:22 pm
by krustytoe
chyrus wrote:
Fri Mar 22, 2024 1:06 pm
bro can you reference an tutorial for make a highlight item finder like this?
Sure thing. So this is the same context. Just scan for the Item quantity instead of health.

viewtopic.php?p=231677#p231677

This guide help me a lot when I was starting off. It also have pictures which is super helpful for me.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 3:12 pm
by Lord Blade
Caz wrote:
Fri Mar 22, 2024 6:01 am
How did you get the stamina to work?
Just search for stamina, run a bit, go search again, etc...
Came up with like 4 values, just tried changing them until I found the right one.

Re: [REQUEST] Dragon's Dogma 2

Posted: Fri Mar 22, 2024 3:15 pm
by duducasarotto
I want a discipline level up cheat