Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Upload your cheat tables here (No requests)
kaniwalla
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Jul 05, 2025 4:14 pm
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+62]

Post by kaniwalla »

minhnhatx wrote:
Mon Jul 07, 2025 9:42 pm
kaniwalla wrote:
Mon Jul 07, 2025 7:10 pm
Hey all!

Apologies if I'm missing something obvious here. I looked through both of the tables and didn't see what I was looking for.
Is there any way to complete quests without actually doing the tasks? Making it possible to progress in your Life without killing the monsters/crafting the things you need to get to the next Life level?
Niedzielan's table on second page.
getDataManager --> Data Manager --> Chara Status --> m_stAvatarP --> m_lifeStatus
Pick a life, you can edit the number of stars you have and skip rank-up quests entirely.

Or if you want quests to be marked as completed, you can try this table. Open the Quest menu, select the Life Challenges quest you want, then go back to this table and edit your progression.
FantasyLifeI-RankUpQuests.CT

Edit: Because I cannot guarantee Steam Achievements or unlocking Encyclopedia, I would recommend Niedzielan's table instead of mine. This way, you would still have the opportunity to do the quests and fight specific monsters.
Thanks so much for pointing this out. That is exactly what I was looking for. Really appreciate it!

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

Duhllin
Expert Cheater
Expert Cheater
Posts: 75
Joined: Sat Jan 11, 2025 3:19 am
Reputation: 0

Re: Fantasy LIfe I The Girl Who Steals Time [Steam] [+27]

Post by Duhllin »

Niedzielan wrote:
Fri Jun 06, 2025 10:51 am
Duhllin wrote:
Fri Jun 06, 2025 6:15 am
I have now got the table to work. But when I go to change the value of the object/armor/etc., sometimes it will just freeze. The "change value" tab comes up and I can type things into it, but it's very slow, and it will not allow me to cancel, nor will it allow me to press OK. It's just stuck. The only way I can get out of it is by closing Cheat Engine completely. And then I have to close the game completely as well, because for whatever reason, I can't activate any of the scripts if I close and then reopen Cheat Engine. Do you, or does anyone, know what's going on and how to fix it?
The reason you need to restart the game if you close Cheat Engine without disabling scripts is because of how scripts work:
The game has its code, suppose when you use an item the code to decrease the value is like this:

Code: Select all

function use_item:
  load item
  item = item - 1
function something_else:
  ...
With a script, we're changing what that use_item code does. But there's only two lines, and we want more than that, e.g.

Code: Select all

load item
if item is not important:
  item = item - 1
which is three lines, and won't fit without overwriting function something_else. So instead, we find some empty space somewhere, and define our custom code there:

Code: Select all

function use_item:
  go to function custom_use_item
function something_else:
  ...
...
function custom_use_item:
  load item
  if item is not important:
    item = item - 1
When you enable the script it searches for the original code and replaces it with the new code. Disabling the script replaces it with the original code. If you restart Cheat Engine without disabling scripts, then when it searches for the original code it can't find it, so just does nothing.

As for the freeze...
When you say "change the value of the object/armor/etc" do you mean specifically the Name/ID or FName field?
If it's an FName field, does it already have a value in? If it has nothing in it, do not change it. Even if that thing is the word "None", that's fine - but if it's blank or says "Err: FNameStringAlgo required" then something has gone wrong.
Has "getNameStuff" completely finished (red X instead of spinning circle)?

Just now as I was investigating your issue, the very same thing happened to me - it got stuck in the Change Value box, had to force close everything. This is the first time it's happened to me, and restarting everything it worked again despite doing exactly the same steps.
I suspect the CE process is busy (i.e. it's already doing something in the background) which might mean it's stuck in a loop somewhere... that might be tricky to narrow down.
Does this happen every time? If you right click on the FName you want to change, Set/Change dropdown, and remove the line in there (e.g. (FNameSkillDropdown) ) does the slowdown/freeze still happen when typing in Change Value?
I never gave an update about this issue. So, I did try to remove the line in Set/Change dropdown, and that did nothing. The freeze still happens. I can't find anywhere in CE where it may be busy with something else. And it's nothing to do with my CPU or Memory having too much going on. When it's frozen, even when I close the game itself, it still will not let me close out the tab that CE opened. Here is a video of what I am experiencing.


Post Reply

Who is online

Users browsing this forum: Google Adsense [Bot], Majestic-12 [Bot], paul_guo, SenpaiKen, Wolfae, xsmilesmilex