Legend of Heroes: Trails through Daybreak [Steam] [+67]

Upload your cheat tables here (No requests)
Carapan
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Jul 06, 2024 3:36 pm
Reputation: 1

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by Carapan »

StabbyMcRunFast wrote:
Mon Jul 08, 2024 9:37 pm
rainedrop184 wrote:
Mon Jul 08, 2024 8:13 pm
enter 1114C offset
That offset is likely to change when an update is released...

However, the offset for "Stock Time" (what is that btw?) is automatically found by that main script and means we can just piggyback off that by making a new address entry, (not a pointer!) and just put "-14" in the address part, give it a name and drag-and-drop it on top of "Stock Time" (so it becomes a child of it) and it will automatically be the correct address.


Or just copy and paste this into the table, then drag-and-drop it on top of the ever mysterious "Stock Time" address:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>777</ID>
      <Description>"Free-Time Points"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>2 Bytes</VariableType>
      <Address>-14</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Bonus Edit: Gourmet Points (Just copy and paste into table)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>6963</ID>
      <Description>"Gourmet Points"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>4 Bytes</VariableType>
      <Address>CommonBasePtr</Address>
      <Offsets>
        <Offset>[MiraOffset]+C</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
This is working perfectly, any luck with the LGC points? i can't find them because i'm still a bit of a noob with cheat tables

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

Kayrax
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jan 23, 2022 11:14 pm
Reputation: 0

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by Kayrax »

Hey everyone,

I figured out a way to modify LGC points as well.

Fun facts about them, they're 2 bytes and they don't change upon save/loading. What does this mean? Well, it means that you can find the value you want if you keep on saving before you finish a quest earning you LGC points and then reloading a few times.

Ideally you'll want to know just how many points you already have and absolutely know how many you earn via completion of said quest. To this end I recommend the following guide: [Link]

So how exactly does the whole thing work? Well you first check the above guide and sum up all the quests you've done and then add any choices that might've affected your desired LGC axis. Say for instance that you've just finished Chapter One having completed all the side quests. That means you've earned 6 Law points. Of all those quests, only two have moral decisions you can make for either extra Law or Grey points. Assuming you picked Law answers both times that's an extra 10 points (2x5) right there. So you'd have a total of 16 Law points.

In this example, say you follow the storyline all the way until you reach the first sidequest in Chapter 2. Play around with it and save shortly before it's time to make a moral decision. Assuming you're following the linked guide that means said quest will automatically earn you another 1 point of Law and possibly an extra 5 points should your moral decision be Law as well. You already know you have 16 previously earned ones though upon saving beforehand. So you go into Cheat Engine and search "16" as a 2 bytes value. Then you complete the quest. If you chose Law answer then go back into CE and next search "22" or if you picked Chaos go and search "17". And then reload the save to before having made any decision which means you're back to "16". So keep searching and reloading until you end up with just a couple of values. Modify those to whatever value you like (120 will guarantee lvl 5 in any moral axis).

You can do the same thing even if you have no idea how many points you have. Just search for "Unknown value" as 2 bytes for the initial value and then use the "increased by X" to figure out what the correct address is.

I only started the game and managed to get lvl 5 Law and Grey with the first sidequest alone.

rainedrop184
Noobzor
Noobzor
Posts: 12
Joined: Tue Mar 17, 2020 11:36 pm
Reputation: 4

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by rainedrop184 »

flipward wrote:
Thu Jul 11, 2024 4:12 pm
Hi! Sorry, I'm a total noob to this, but can I ask for a short instruction on how I can add this to a table? Thank you
StabbyMcRunFast wrote:
Mon Jul 08, 2024 9:37 pm
rainedrop184 wrote:
Mon Jul 08, 2024 8:13 pm
enter 1114C offset
That offset is likely to change when an update is released...

However, the offset for "Stock Time" (what is that btw?) is automatically found by that main script and means we can just piggyback off that by making a new address entry, (not a pointer!) and just put "-14" in the address part, give it a name and drag-and-drop it on top of "Stock Time" (so it becomes a child of it) and it will automatically be the correct address.


Or just copy and paste this into the table, then drag-and-drop it on top of the ever mysterious "Stock Time" address:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>777</ID>
      <Description>"Free-Time Points"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>2 Bytes</VariableType>
      <Address>-14</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Bonus Edit: Gourmet Points (Just copy and paste into table)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>6963</ID>
      <Description>"Gourmet Points"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>4 Bytes</VariableType>
      <Address>CommonBasePtr</Address>
      <Offsets>
        <Offset>[MiraOffset]+C</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I can do you one better. :) here you go.
Attachments
kuro with free time .CT
(114.06 KiB) Downloaded 418 times

shadekh
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Jul 30, 2017 8:17 am
Reputation: 1

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by shadekh »

The table for Kuro No Kiseki was recently updated to also work : it has some interesting items like LGC points, free time, and multiplier scripts. So in case people don't want to find their own, that's an option. I can confirm it works well.

flipward
Noobzor
Noobzor
Posts: 8
Joined: Fri Dec 16, 2022 2:29 pm
Reputation: 1

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by flipward »

rainedrop184 wrote:
Fri Jul 12, 2024 12:34 pm
I can do you one better. :) here you go.
Wow! Thank you so much for this! I truly appreciate your help :D

Jetstream17
Expert Cheater
Expert Cheater
Posts: 76
Joined: Wed Oct 10, 2018 11:54 am
Reputation: 1

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by Jetstream17 »

hey guys. cheat evolution already release the the trainer for english version of this game. it has many options.

lazuardy2506
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Jun 10, 2024 3:42 pm
Reputation: 0

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by lazuardy2506 »

Update Multiplier Exp pls

qwert2812
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Sep 15, 2017 8:26 pm
Reputation: 1

Re: Legend of Heroes: Trails through Daybreak [Steam] [+47]

Post by qwert2812 »

I think the most recent update broke the dmg modifier, ep and cp options

DrummerIX
ViP
ViP
Posts: 3228
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3740

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by DrummerIX »

EDIT 2.1:

I'm not sure when I will get time and in the mood to play this game, but I had a request to port a code for Van Can Always Turn To Grendel that someone else made for the CLE release of the game. I found it here in this version of the game. Credit to original author for a good starting point for searching for it.

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 393
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by gunbalde60 »

DrummerIX wrote:
Sat Jul 13, 2024 5:07 am
EDIT 2.1:

I'm not sure when I will get time and in the mood to play this game, but I had a request to port a code for Van Can Always Turn To Grendel that someone else made for the CLE release of the game. I found it here in this version of the game. Credit to original author for a good starting point for searching for it.
You already went nuts with all the options regardless. Thanks a lot for the Grendel option! I don't think it will be updated anytime soon either. lol

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 393
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by gunbalde60 »

Not sure if its just me but the newest table will not activate for me, no matter if I use activate trainer or activate trainer 2.

DrummerIX
ViP
ViP
Posts: 3228
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3740

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by DrummerIX »

gunbalde60 wrote:
Sat Jul 13, 2024 2:30 pm
Not sure if its just me but the newest table will not activate for me, no matter if I use activate trainer or activate trainer 2.
It is working for me. Are you sure you are using Trails Through Daybreak exe? It is kuro.exe. The ed9.exe is the CLE release of Kuro No Kiseki.

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 393
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by gunbalde60 »

DrummerIX wrote:
Sat Jul 13, 2024 2:39 pm
gunbalde60 wrote:
Sat Jul 13, 2024 2:30 pm
Not sure if its just me but the newest table will not activate for me, no matter if I use activate trainer or activate trainer 2.
It is working for me. Are you sure you are using Trails Through Daybreak exe? It is kuro.exe. The ed9.exe is the CLE release of Kuro No Kiseki.
I only have one .exe kuro.exe, when I select it in cheat engine it asks if I want to load the associated table. I say yet, then nothing happens if I activate.

DrummerIX
ViP
ViP
Posts: 3228
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3740

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by DrummerIX »

gunbalde60 wrote:
Sat Jul 13, 2024 2:42 pm
DrummerIX wrote:
Sat Jul 13, 2024 2:39 pm
gunbalde60 wrote:
Sat Jul 13, 2024 2:30 pm
Not sure if its just me but the newest table will not activate for me, no matter if I use activate trainer or activate trainer 2.
It is working for me. Are you sure you are using Trails Through Daybreak exe? It is kuro.exe. The ed9.exe is the CLE release of Kuro No Kiseki.
I only have one .exe kuro.exe, when I select it in cheat engine it asks if I want to load the associated table. I say yet, then nothing happens if I activate.
You need both Activate's for things to function. The game will load pointers when you load a save game and let the game run (it is paused while not in focus).

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 393
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: Legend of Heroes: Trails through Daybreak [Steam] [+48]

Post by gunbalde60 »

DrummerIX wrote:
Sat Jul 13, 2024 2:51 pm
gunbalde60 wrote:
Sat Jul 13, 2024 2:42 pm
DrummerIX wrote:
Sat Jul 13, 2024 2:39 pm


It is working for me. Are you sure you are using Trails Through Daybreak exe? It is kuro.exe. The ed9.exe is the CLE release of Kuro No Kiseki.
I only have one .exe kuro.exe, when I select it in cheat engine it asks if I want to load the associated table. I say yet, then nothing happens if I activate.
You need both Activate's for things to function. The game will load pointers when you load a save game and let the game run (it is paused while not in focus).
Everything works now, it was me.

Post Reply

Who is online

Users browsing this forum: Dragunet, ferryatlan10, Google Adsense [Bot], griddled, laseractive, mul0, supercuteboyz