reza the faint

New Member
Jul 25, 2020
6
1
how to use cheat engine??
there is a workaround for the cheat detection system of this game. Open cheat engine first and then go to the table option in the top ribbon,there select the "Show cheat Table LUA script" and copy-paste this whole text
Code:
function renameComponents(c)
local i
if c.Component then
for i=0,c.ComponentCount-1 do
renameComponents(c.Component[i])
end
end

if c.Caption then
c.Caption='LAL'
end
end


for i=0,getFormCount()-1 do
local form = getForm(i)
for j=0,form.ControlCount-1 do
renameComponents(form)
end

form.Caption='UCANT'
end

registerFormAddNotification(function(f)
f.registerCreateCallback(function(frm)
renameComponents(f)
end)
end)
After that, open the game and attach the process in heat engine. Using the code above will make most of the cheat engine texts become "LAL"(it's really painful but helps with to make cheat engine undetected.fear not, the major things will remain unchanged). After that try searching 4bytes value for EXP & Money. And for ability points,you have to go like this :

1.Unknown initial value
2.First Scan
3.increase any stats and the ability points section of the game
4.then in cheat engine,select decreased value and hit next scan(currently titled as "LAL")
5.then again increase any ability point in-game
6.go back to cheat engine and repeat step 4
7.try doing this a couple of time and eventually the suposed adress list will decrease around 30 or more values. from them, ignore values that looks like this (12345673544E-123 or something).
8.Select values containing around 6-9 digits and edit that value to add a 1 in the front of that value.It can be a 4 byte value or a float or a double type, It's totally random
9.See which memory changes the ability point value
This image my edited save, super messed up
Screenshot 2024-03-20 132912.png
 
Last edited:

baka

Engaged Member
Modder
Oct 13, 2016
3,626
7,621
don't try me. I decide awhile ago to use the minimum, but if yet again people try to cheat I will add the heavy stuff.
it will just disable the game for a lot of u and u start to complain about it.
 
  • Wow
Reactions: Yamemai

diftynibba

New Member
Mar 29, 2024
13
4
don't try me. I decide awhile ago to use the minimum, but if yet again people try to cheat I will add the heavy stuff.
it will just disable the game for a lot of u and u start to complain about it.
Just let these dudes fuck up their game, and literally stop caring about those cheaters who come and whine later about how their game is broken after new updates .
 
  • Like
Reactions: baka

havok624

Newbie
Mar 15, 2021
23
9
So found out some the dates for the quest "The academy of little girls" bugged out, so i'm unable to continue the rest of the quest even when it says they are completed.
 

HaseoOfDeath

Engaged Member
Game Developer
Sep 13, 2017
3,098
5,840
So found out some the dates for the quest "The academy of little girls" bugged out, so i'm unable to continue the rest of the quest even when it says they are completed.
Fixed. Just enter the game and revisit Southperry. Should start up automatically
 
  • Like
Reactions: havok624

grahegri

you can't regex stupidity
Donor
Feb 23, 2023
10,223
5,744
KingsFall-0.2.6.8c
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 

baka

Engaged Member
Modder
Oct 13, 2016
3,626
7,621
could be antivirus that is locking the file or restricted windows location.
try:
- check your AV
- place the game in a folder, like C:\MYGAMES\
- run the game as admin (if theres some access limitation in your windows)
 

Ghost1Zero

Newbie
Jan 6, 2023
45
20
I'm getting a run time error-75 path/file access error from it I've downloaded it from every link?
could be antivirus that is locking the file or restricted windows location.
try:
- check your AV
- place the game in a folder, like C:\MYGAMES\
- run the game as admin (if theres some access limitation in your windows)
Turns out it was my AV got it running now thank you.
 
3.60 star(s) 31 Votes