Your Chronicle

Ask about cheats/tables for single player games here
TheBane
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Apr 01, 2025 1:07 am
Reputation: 0

Re: Your Chronicle

Post by TheBane »

Alienmonkey wrote:
Sun Dec 15, 2024 5:16 am
Updated as of 15 DEC 2024.

password is 1234. Put anything into codes menu for a ton of rubies. First time doing anything like this/posting, If i did something wrong/it does not work then idk.

C:\Program Files (x86)\Steam\steamapps\common\YourChronicle\YourChronicle_Data\Managed <--- put it in that folder and replace the one thats already there.
Dont know if its outdated or it just dosent work. Can anyone update or check?

xcamper
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 09, 2025 5:37 pm
Reputation: 0

Re: Your Chronicle

Post by xcamper »

well ... I am unable to find anything working for rubies. hopefully someone can post something working here

...

was the "Domain.dll" file made like this?
if so I would like to ask for some help since I never did stuff like that before.

LordMrEvil
Expert Cheater
Expert Cheater
Posts: 76
Joined: Wed Dec 13, 2023 11:50 pm
Reputation: 48

Re: Your Chronicle

Post by LordMrEvil »

xcamper wrote:
Fri May 09, 2025 5:51 pm
well ... I am unable to find anything working for rubies. hopefully someone can post something working here

...

was the "Domain.dll" file made like this?
if so I would like to ask for some help since I never did stuff like that before.
here you go, made the RequireRubyNum always = -1000 in Default_RubyItemInfo, meaning everything permanantly costs -1000 rubies.

as always if mine or someone elses advice helps you make a hack always give credit ;)

extract to C:\Program Files (x86)\Steam\steamapps\common\YourChronicle\YourChronicle_Data\Managed
password: 1234
Attachments
Domain.zip
password: 1234
(523.89 KiB) Downloaded 305 times

Lunaraia
Cheater
Cheater
Posts: 29
Joined: Fri Feb 15, 2019 1:22 am
Reputation: 4

Re: Your Chronicle

Post by Lunaraia »

the ruby thingy needs an update as it crashes when you try to sue it

Sykon1010
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Jun 08, 2025 7:53 am
Reputation: 2

Re: Your Chronicle

Post by Sykon1010 »

Here you guys go, freshly updated, follow the instructions from the guy above. Password is 1234.
Attachments
Domain_2.7z
(615.11 KiB) Downloaded 103 times

Sykon1010
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Jun 08, 2025 7:53 am
Reputation: 2

Re: Your Chronicle

Post by Sykon1010 »

Updated again! Same instructions as before~

Password is 1234
Attachments
Domain.7z
(466.99 KiB) Downloaded 206 times

Zotmaster
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Sep 10, 2024 7:30 pm
Reputation: 0

Re: Your Chronicle

Post by Zotmaster »

It doesn't seem to be working...I guess maybe I was late to the party. Any chance of an update for this?

Sykon1010
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Jun 08, 2025 7:53 am
Reputation: 2

Re: Your Chronicle

Post by Sykon1010 »

Yep. I can update it again. Surprised the games getting so many updates so fast~ It slowed down a bit.

Same as before.

extract to C:\Program Files (x86)\Steam\steamapps\common\YourChronicle\YourChronicle_Data\Managed
password: 1234
Attachments
Domain.7z
(467.13 KiB) Downloaded 59 times

Zotmaster
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Sep 10, 2024 7:30 pm
Reputation: 0

Re: Your Chronicle

Post by Zotmaster »

I'm on time for the party now. Appreciate it!

Sykon1010
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Jun 08, 2025 7:53 am
Reputation: 2

Re: Your Chronicle

Post by Sykon1010 »

Exact same as my previous post. Put it in the exact file location~

These updates don't stop coming!

Password is 1234
Attachments
Domain.7z
(467.02 KiB) Downloaded 76 times

kursku
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jul 10, 2025 3:16 am
Reputation: 0

Re: Your Chronicle

Post by kursku »

JiiHoo wrote:
Fri Mar 21, 2025 8:53 am
I tested the table and added the new resources and researches that were added in the latest update.

In case I don't do future updates, I will quickly explain how you can add any new resources/researches in the future. The table script searches and updates the Research and Resource addresses and all the child elements under those are calculated by offset from them. So if you try to change the address of one of the child elements, you'll see that it's actually just a '+' and some offset in hexadecimal. The values are stored in 8 bits and so the offsets increase by 8 per element. To add a new resource just select the element with the highest address (usually the bottom one) and copy&paste it in place and in the Paste table entries pop-up put 8 into the Adjust address by box and hit enter. And repeat on the new highest address element to continue. This way you don't need to know or think about hexadecimals or anything.

Repeating the set up instructions for the whole table:

The current research values can be checked in the party->bestiary tab and only need the precision that is displayed in the game. You need to write out all the zeroes and exactly the correct number of them and no spaces in between the digits (e.g. no 853 000 000, it needs to be 853000000). In the example below the values shown in game were Slime = 853M, Bird = 1.01B and Goblin = 1.05B

HOW TO SET UP
1. Open the cheat table and connect to Your Chronicle as normal. DON'T EXECUTE THE TABLE SCRIPT YET (nothing should break if you do, but just in case)
2. Open the table script by either pressing Ctrl+Alt+L or by going to the menu Table -> Show Cheat Table Lua Script
3. At the start of the script you should see this:

Code: Select all

-- MODIFY THESE VALUES TO YOUR CURRENT ONES

  local action = 11.0
  local mp = 163.6
  local stamina = 167.6

  local slimeResearch = 853000000
  local birdResearch = 1010000000
  local goblinResearch = 1050000000

-- THEN CLICK EXECUTE SCRIPT AT THE BOTTOM OF THIS WINDOW
Change the numbers to what your current values are for. Easiest way to stop doing anything in the game and wait to regen them to full and change to the max values for those resources. Research values are Current Research not Total Research and can be found in the Bestiary.
4. Click the Execute script button at the bottom of the window. This should update the cheat table to correct addresses.
5. Change and freeze values as you like.

Good luck and have fun.

Thank you so much for this! I can't stress enough on how much this has helped me!

Post Reply

Who is online

Users browsing this forum: Bing [Bot], joker1245, wizardboy16