Page 1 of 1

Character falls off the wall when loaded, and we found the cause of it

Posted: Sat Apr 22, 2023 10:09 am
by kapaer
The character will fall from the wall when loaded during play, not the first load from the title screen.
This is due to the fact that the "tile~.hkt" is not saved in the save data.

The path to move "tmp.hkt" to the save folder is incorrect when the save location was changed in a past version update.

In the past version, the path was
"kenshi_installation_folder " + "/save/~".
But in the current version,
"kenshi_installation_folder" + "absolute_path_to_save_destination".

I have attached a screenshot of the debugger and RVA.
fallbug_sc1.jpg
fallbug_sc1.jpg (763.29 KiB) Viewed 20274 times

Re: Character falls off the wall when loaded, and we found the cause of it

Posted: Fri May 09, 2025 11:33 am
by Lucius
This bug causes NavMesh to not cache, resulting in longer loading times and frequent pause at zone boundaries.

I'd like the developers to fix the bug and restore the original performance.