This guide explains how to fix the screen-freeze bug that occurs on random occasions.
How to Fix Screen Freeze
The Fix
Step 1
Find and open in your game directory rpg_core.js file:
- Steam -> steamapps -> common -> Fear & Hunger -> www -> js -> rpg_core.js
Step 2
Go to line 1872, and replace:
if (this._skipCount === 0) {
With:
if (this._skipCount <= 0) {
This fix did the trick, thanks!
What did you use to open the core?
you just need to download a Javascript source code editor. You can go on the microsoft store and download visual studio code to open the file. Hope this helps
You can also open it in notepad
yeah but it’ll be a bit tedious to find the specific line