Page 10 of 21

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 1:06 pm
by Ajdragonis
Having a bit of a problem with this table when trying to activate it. Doing what I always do and I get the error message. <<Error while scanning for AOB's : AssualtGaugeReadInStatusMenuAOB Error: Not all Results Found>> If I can get that to go away, a get an error about Nil values in lines 2 and 15 of the code script code.

EDIT: NVM, managed to fix it. Thank you for a great table.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 3:12 pm
by Monarch
Is it possible to change the game's difficulty to nightmare via cheat engine?

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 3:55 pm
by Genesis
Monarch wrote:
Wed Apr 14, 2021 3:12 pm
Is it possible to change the game's difficulty to nightmare via cheat engine?
It should be possible, the game's difficulty's have values of 0, 1, 2, 3, and 4 for Very Easy, Easy, Normal, Hard, and Nightmare respectively.
Set the difficulty to one of the options, say normal, Then search for a 1 byte value of 2.
Then move the difficulty hard, then search for 3, then move it back to normal then search 2.
Keep doing this until you have only one result. Set that to 4, save the game and reload and it should take effect.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 4:05 pm
by Monarch
Genesis wrote:
Wed Apr 14, 2021 3:55 pm
Monarch wrote:
Wed Apr 14, 2021 3:12 pm
Is it possible to change the game's difficulty to nightmare via cheat engine?
It should be possible, the game's difficulty's have values of 0, 1, 2, 3, and 4 for Very Easy, Easy, Normal, Hard, and Nightmare respectively.
Set the difficulty to one of the options, say normal, Then search for a 1 byte value of 2.
Then move the difficulty hard, then search for 3, then move it back to normal then search 2.
Keep doing this until you have only one result. Set that to 4, save the game and reload and it should take effect.
Thank you! Worked like a charm!

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 4:47 pm
by ALvD12
I request set link-level after battle.. can you add it to this cheat??

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 5:24 pm
by Lucy-Der-Antichrist
DrummerIX wrote:
Tue Apr 13, 2021 8:59 pm
Zinos wrote:
Tue Apr 13, 2021 8:35 pm
Is there a way to instantly win Pom battles?
I'll probably look for Infinite CP when I get to where Pom unlocks. I skipped that minigame in the PS4 version also. I'm hoping to reach Act II soon in my playthrough.
Well my 4th Pom Battle AND now I want to cheat on it.
I send 9 lines over, the AI easyly breaks down all of em get some and my screen is full >.<

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 6:19 pm
by DrummerIX
For Link Level's after some research, it appears the game uses the same exp for regular links and then another offset for the ALL portion of the Link EXP. At least the numbers didn't change for me. I was able to track down the pointers to these numbers.

I don't really want to update the table quite yet without perhaps adding some more things and don't have time to play right now.

For the impatient, add these to your table (Copy and Paste):

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4007</ID>
      <Description>"Link Level EXP Gain for ALL Links"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>GameStructureBasePtr</Address>
      <Offsets>
        <Offset>4</Offset>
        <Offset>70</Offset>
        <Offset>83B2F8</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>4008</ID>
      <Description>"Link Level EXP Gain for Regular Links"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>GameStructureBasePtr</Address>
      <Offsets>
        <Offset>C</Offset>
        <Offset>70</Offset>
        <Offset>83B2F8</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 8:02 pm
by steaddy
Cool

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Wed Apr 14, 2021 8:34 pm
by DrummerIX
I was able to add a few more of the requests in this update. It might be a mostly final version of the table for now. I have Easy Pom Pom Party Wins (Always Max CP, Hit RT To Win). This gives you Max CP in Pom Pom and the Enemy 0 CP. You hit RT for win at the start of the game. I also have Anyone Can Equip Rean Only Accessories. This allows all characters to equip Rean only accessories. I also put in the pointers to Link EXP for ALL and Regular Links in this update. Enjoy!

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 2:07 am
by Hitoshura
Is anyone else running into an issue with the Easy Pom Pom Party Wins? It worked great the first time, but now anytime I use it, both mine and the CPU's CP is locked to 0.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 5:42 am
by thelastbeluga
Drummer I just wanted to thank you for all of the trails games you have made trainers for. Legitimately I think I have used your tables for seven games or so, I was legit stunned to see that a table was even made for Zero given it was never really released in the West. Thanks for basically letting me play this series!

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 6:31 am
by Stalghrit
Amazing. Thank you so much, Drummer! If you're interested in adding one more thing later, I remembered that infinite turns buffs (insight, cp regen, hp regen, stat up, etc.) were quite convenient for boss fights in CS3 and not having to recast/reuse items.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 9:12 am
by Kafua
the pom pom party cheat breaks causing an infinite loop.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 10:44 am
by DrummerIX
I reworked Easy Pom Pom Party Wins to hopefully fix the issues people were having. I think it should work now, but it requires GameStructureBasePtr to be populated, so make sure you Enable the table and at least be on regular screen before you start the Pom Pom mini game.

Re: Legend of Heroes: Trails of Cold Steel IV (Steam)

Posted: Thu Apr 15, 2021 1:52 pm
by Delalibeast
Ajdragonis wrote:
Wed Apr 14, 2021 1:06 pm
Having a bit of a problem with this table when trying to activate it. Doing what I always do and I get the error message. <<Error while scanning for AOB's : AssualtGaugeReadInStatusMenuAOB Error: Not all Results Found>> If I can get that to go away, a get an error about Nil values in lines 2 and 15 of the code script code.

EDIT: NVM, managed to fix it. Thank you for a great table.
How did u fix it? im running into the same problem