Fear & Hunger – Screen Freeze Fix

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) {
Helena Stamatina
About Helena Stamatina 1520 Articles
I love two things in life, games and sports. Although sports were my earliest interest, it was video games that got me completely addicted (in a good way). My first game was Crash Bandicoot (PS1) from the legendary studio Naughty Dog back in 1996. I turned my passion for gaming into a job back in 2019 when I transformed my geek blog (Re-actor) into the gaming website it is today.

5 Comments

Leave a Reply

Your email address will not be published.


*