Tales of Vesperia Definitive Edition (Steam)

Upload your cheat tables here (No requests)
User avatar
Exeter
Table Makers
Table Makers
Posts: 458
Joined: Fri Mar 03, 2017 9:16 am
Reputation: 154

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Exeter »

Rogus wrote:
Mon Feb 25, 2019 2:44 am
Hey everyone I've found out a problem trying to put all the useful code posted in this thread, I've removed some clones of same code and updated some. And it reaches out to the size 598kb my version of cheat engine is 6.8.3, it takes ages to load after opening the process of TOV. Steam version btw. Thanks for all the hard work.
Hmm not sure what to tell you. I made a compilation for personal use in my game, but never have any problems loading the tables. It happens when you attach it to the game only? Or does it happen when activating a certain table option?




Unrelated:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78914</ID>
      <Description>"Repede: Succesful 'Thievery'"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+1199AE8</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
The above table entry lets you change the amount of succesful times you stole an item with Repede's Thievery arte. Set this to 100 and after winning a battle you will unlock Repede's 'Big Dog Bandit' title.

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

User avatar
Rogus
Expert Cheater
Expert Cheater
Posts: 67
Joined: Wed Mar 15, 2017 2:50 pm
Reputation: 11

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Rogus »

Exeter wrote:
Mon Feb 25, 2019 1:16 pm
Rogus wrote:
Mon Feb 25, 2019 2:44 am
Hey everyone I've found out a problem trying to put all the useful code posted in this thread, I've removed some clones of same code and updated some. And it reaches out to the size 598kb my version of cheat engine is 6.8.3, it takes ages to load after opening the process of TOV. Steam version btw. Thanks for all the hard work.
Hmm not sure what to tell you. I made a compilation for personal use in my game, but never have any problems loading the tables. It happens when you attach it to the game only? Or does it happen when activating a certain table option?




Unrelated:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78914</ID>
      <Description>"Repede: Succesful 'Thievery'"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+1199AE8</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
The above table entry lets you change the amount of succesful times you stole an item with Repede's Thievery arte. Set this to 100 and after winning a battle you will unlock Repede's 'Big Dog Bandit' title.
When I open the table and choose the process tov_DE.exe but never attached to the process it says not responding and after prompts out that confirmation screen it also says not responding and takes ages to click ok.

Alexia
Noobzor
Noobzor
Posts: 9
Joined: Fri Jan 11, 2019 9:23 am
Reputation: 0

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Alexia »

I'll probably ask this for the last time now.
Would it be possible to port over the enemy HP multiplier from the Tales of Berseria table?
And would it also be possible to make a time freeze for the coliseum?

User avatar
Exeter
Table Makers
Table Makers
Posts: 458
Joined: Fri Mar 03, 2017 9:16 am
Reputation: 154

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Exeter »

Alexia wrote:
Mon Feb 25, 2019 2:52 pm
I'll probably ask this for the last time now.
Would it be possible to port over the enemy HP multiplier from the Tales of Berseria table?
And would it also be possible to make a time freeze for the coliseum?
The timers in this game are completely random and all over the place. You can manually find the time for each 'instance' (similar to Repede's boarding game), but doing another battle or instance or whatever you want to call it, will put the time in a completely different region of the memory. Someone can probably make some sort of AoB scan for it, but I personally wouldn't even know where to begin for it.

With all the stuff available though, do you really need a time freeze for the coliseum? Just multiply your damage if you're having issues, or set the difficulty to Easy.

User avatar
Exeter
Table Makers
Table Makers
Posts: 458
Joined: Fri Mar 03, 2017 9:16 am
Reputation: 154

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Exeter »

I found a bunch of addresses related to the Play Time. I'm unsure of one of these, but I'm pretty sure about the other two.'

I'll add all of this stuff and the previous things I posted to my table later.


The first one; unknown what this one does exactly. It does increase when the game isn't paused. Loading an older game does reduce the value, and as previously mentioned - the values go up as time passes in-game.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78920</ID>
      <Description>"Unknown timer"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+117D758</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Next up we have a hidden counter that keeps track of your current run of the game. This is important for the achievement where you have to clear the game in under 15 hours. I haven't actually tested it for the achievement yet, but I've done comparisons over multiple saves, and it seems to match up with those runs. (Closely related to the current total of all cleared games observed on a per save basis).

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78921</ID>
      <Description>"Hidden 'Play Time' counter (Current playthrough)"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+117D7D0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Last but not least, we have the 'Current Session' timer. This is the time you see in parentheses in the main menu, right next to your total play time. Not really sure if it has any importance, but thought I'd list it anyway.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78922</ID>
      <Description>"Current Session Timer"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+11A1DC8</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

narumimai
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jan 20, 2019 10:06 am
Reputation: 0

Re: Tales of Vesperia Definitive Edition (Steam)

Post by narumimai »

Hello, I have one question.
There is a table modifying the number of encounters made in the game. But it seems there's also a value for the number of encounters every characters had which is translated in percentage of how many % that character has been used in the record.

Did anyone found the address for those number of encounters per characters?

nightmare3
Cheater
Cheater
Posts: 39
Joined: Tue Jan 29, 2019 9:05 pm
Reputation: 18

Re: Tales of Vesperia Definitive Edition (Steam)

Post by nightmare3 »

narumimai wrote:
Tue Feb 26, 2019 10:12 am
Hello, I have one question.
There is a table modifying the number of encounters made in the game. But it seems there's also a value for the number of encounters every characters had which is translated in percentage of how many % that character has been used in the record.

Did anyone found the address for those number of encounters per characters?
here you go:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>78908</ID>
      <Description>"13-Encounters"</Description>
      <LastState Value="1" RealAddress="7FF702D3C894"/>
      <VariableType>4 Bytes</VariableType>
      <Address>TOV_DE.exe+117C894</Address>
      <CheatEntries>
        <CheatEntry>
          <ID>78899</ID>
          <Description>"1-Yuri Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D414F0"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+11814F0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78900</ID>
          <Description>"2-Estellise Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D45598"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+1185598</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78901</ID>
          <Description>"3-Karol Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D49640"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+1189640</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78902</ID>
          <Description>"4-Rita Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D4D6E8"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+118D6E8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78903</ID>
          <Description>"5-Raven Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D51790"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+1191790</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78904</ID>
          <Description>"6-Judith Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D55838"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+1195838</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78905</ID>
          <Description>"7-Repede Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D598E0"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+11998E0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78906</ID>
          <Description>"8-Flynn Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D5D988"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+119D988</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>78907</ID>
          <Description>"9-Patty Encounters"</Description>
          <LastState Value="10" RealAddress="7FF702D61A30"/>
          <VariableType>4 Bytes</VariableType>
          <Address>TOV_DE.exe+11A1A30</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Raijinken
Expert Cheater
Expert Cheater
Posts: 65
Joined: Fri Jan 11, 2019 3:29 pm
Reputation: 23

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Raijinken »

I might've asked this way back in the beginning, but was anyone able to make something where you could set the end of battle combo to fix the bonus EXP to whatever you wanted? (And yeah I understand it's kind of a weird request)

nightmare3
Cheater
Cheater
Posts: 39
Joined: Tue Jan 29, 2019 9:05 pm
Reputation: 18

Re: Tales of Vesperia Definitive Edition (Steam)

Post by nightmare3 »

Raijinken wrote:
Tue Feb 26, 2019 7:38 pm
I might've asked this way back in the beginning, but was anyone able to make something where you could set the end of battle combo to fix the bonus EXP to whatever you wanted? (And yeah I understand it's kind of a weird request)
i tried.
the address is random and change every time you battle.

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: Tales of Vesperia Definitive Edition (Steam)

Post by ApeDemon66 »

nightmare3 wrote:
Tue Feb 26, 2019 8:07 pm
i tried.
the address is random and change every time you battle.
That's called a dynamic address which you'll need to find the pointer for. Pointers are crucial to know how to make and will be required for many things.

nightmare3
Cheater
Cheater
Posts: 39
Joined: Tue Jan 29, 2019 9:05 pm
Reputation: 18

Re: Tales of Vesperia Definitive Edition (Steam)

Post by nightmare3 »

Geordan9 wrote:
Tue Feb 26, 2019 11:29 pm
nightmare3 wrote:
Tue Feb 26, 2019 8:07 pm
i tried.
the address is random and change every time you battle.
That's called a dynamic address which you'll need to find the pointer for. Pointers are crucial to know how to make and will be required for many things.
i try to make pointer address for it but when you restart game it will not work.

i used:
1-what access the address.
2-what read this address
3-what write this address
4-point scan for this address
5-generate point map

Raijinken
Expert Cheater
Expert Cheater
Posts: 65
Joined: Fri Jan 11, 2019 3:29 pm
Reputation: 23

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Raijinken »

Geordan9 wrote:
Tue Feb 26, 2019 11:29 pm
nightmare3 wrote:
Tue Feb 26, 2019 8:07 pm
i tried.
the address is random and change every time you battle.
That's called a dynamic address which you'll need to find the pointer for. Pointers are crucial to know how to make and will be required for many things.
How does one make a Pointer?

User avatar
ApeDemon66
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Mar 03, 2018 7:31 am
Reputation: 180

Re: Tales of Vesperia Definitive Edition (Steam)

Post by ApeDemon66 »

Raijinken wrote:
Thu Feb 28, 2019 8:17 pm
How does one make a Pointer?
Well, when I mean "make", I mean by finding out what it is and putting it in properly through cheat engine. As nightmare mentioned, there are a few ways to approach it. If you don't have many means to manually find it, the pointer scan is a good option but may give a lot of results. If you choose this, you can run the scan with default settings (you usually will find something if not adjust them) and then once you've done the scan, restart the game, find the dynamic address again, and rescan for the address in your pointer list. Other option is to see what accesses it and then find out what happens before it, either if its right above it or above it being called, and you can find the static pointer address the game uses as well as any offsets it applies on the way to that specific instruction accessing the address you found (this option takes assembly and debugging knowledge).

Josephthemerman
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Mar 04, 2019 3:08 pm
Reputation: 0

Re: Tales of Vesperia Definitive Edition (Steam)

Post by Josephthemerman »

Would it be possible for someone to know how to do this for the switch? All i want is mainly Estelle's princess dress. And the other costumes. But if i can just get the dress that is ok ^-^

zachillios
Table Makers
Table Makers
Posts: 859
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 688

Re: Tales of Vesperia Definitive Edition (Steam)

Post by zachillios »

So the big update today broke my table, will start working on fixing it now. Can't speak for everyone else's table though.

Edit: Alright it's updated. Also went ahead and fixed a few scripts to work properly/renamed them. Let me know if anything isn't working right.
Attachments
ToV_1-2_Z1.CT
Updated for version 1.2.
(99.14 KiB) Downloaded 155 times

Post Reply

Who is online

Users browsing this forum: AhrefsBot, chonic, dunnetahl, Lake333GLD, roxexan501, valgul, Vasily, WEEDxKM