Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Fear & Hunger

From PCGamingWiki, the wiki about fixing PC games
Fear & Hunger
Fear & Hunger cover
Developers
Miro Haverinen
Publishers
Happy Paintings
Engines
RPG Maker MV
Release dates
Windows December 11, 2018
Taxonomy
Monetization One-time game purchase
Microtransactions None
Modes Singleplayer
Pacing Turn-based
Perspectives Bird's-eye view
Controls Direct control
Genres JRPG, Roguelike
Art styles Stylized
Themes Adult, Dark, Europe, Medieval
Series Fear & Hunger
Fear & Hunger
Fear & Hunger 2018
Fear & Hunger 2: Termina 2022

Fear & Hunger is a singleplayer turn-based RPG with roguelike elements.

In its vanilla state, the game has severe glitches and performance issues which can result in the loss of significant progress. The community has developed various fixes to remedy these problems.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
DRM-free after installation through Steam client (notes may include more details)
Windows
itch.io
DRM-free
Windows

Essential Improvements

Bug Fix Mod

Fixes many glitches and performance issues.
Has a "Censored" version to make the game compliant with YouTube and Twitch's terms of service (ToS).

Audio Fix

Reduces the volume of certain excessively loud sound effects. Video Demonstration

Upgrade Windows game's version of NW.js

Improves performance and allows the game to run in 64-bit on Windows.
Instructions[1]
  1. Download the latest Normal version of NW.js and extract it in <path-to-game>.
  2. Open <path-to-game>\package.json with a text editor.
  3. Write Fear & Hunger in the empty brackets in the second line.
  4. Save and close the file.
  5. Remove Game.exe from <path-to-game>.
  6. Rename nw.exe as Game.exe if you want to run it through Steam.

Upgrade Linux game's version of NW.js

Drastically improves performance on Linux.
Instructions[2]
  1. Download version nwjs-v0.57.1-win-x64.zip[3] of NW.js (direct link) and extract it in <path-to-game>.
  2. Open <path-to-game>\package.json with a text editor.
  3. Write Fear & Hunger in the empty brackets in the second line.
  4. Save and close the file.
  5. Remove Game.exe from <path-to-game>.
  6. Rename nw.exe as Game.exe if you want to run it through Steam.

Game data

Configuration file(s) location

System Location
Windows <Steam-folder>/steamapps/common/Fear & Hunger/www/save/
<path-to-game>/www/save/[Note 1]
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1002300/pfx/[Note 2]
This game does not follow the XDG Base Directory Specification on Linux.

Save game data location

System Location
Windows <Steam-folder>/steamapps/common/Fear & Hunger/www/save/
<path-to-game>/www/save/[Note 1]
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1002300/pfx/[Note 2]
This game does not follow the XDG Base Directory Specification on Linux.

Save game cloud syncing

System Native Notes
Steam Cloud

Video

Settings Menu
Settings Menu

Graphics feature State Notes
Widescreen resolution
Multi-monitor
Ultra-widescreen
4K Ultra HD
Field of view (FOV)
Windowed
Press f4 to switch between fullscreen and windowed mode
Borderless fullscreen windowed
See the glossary page for potential workarounds.
Anisotropic filtering (AF)
Anti-aliasing (AA)
Vertical sync (Vsync)
Always enabled.
60 FPS
Frame rate is capped at 60 FPS.
120+ FPS
High dynamic range display (HDR)
Ray tracing (RT)

Input

Keyboard Settings
Keyboard Settings

Audio

Audio feature State Notes
Separate volume controls
Background Music, Background Sounds, Musical Effects, and Sound Effects.
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
Polish
Fan translation; download.
Russian

Issues fixed

Garbled graphics

The game has compatibility issues with driver-level Anisotropic Filtering; the graphics might look "corrupted" on startup and while playing the game.
Disable forced Anisotropic Filtering in the driver

Other information

API

Executable 32-bit 64-bitARM Notes
Windows
See Essential improvements.
macOS (OS X)
See Essential improvements.
Linux
See Essential improvements.

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum
Operating system (OS)
Processor (CPU) Intel Core 2 Duo
System memory (RAM) 2 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) OpenGL 4.1 compatible
DirectX 9.0 compatible


Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/1002300/ in addition to or instead of this directory. The app ID (1002300) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:Hahayup on 2024-03-31
    separated Windows & Linux instruction sets as Windows fix was not compatible on Linux. removed references to macOS as neither fixes work at all. removed references to running "natively" on macOS or Linux as these fixes would still have the game running through Wine/Proton
  2. Verified by User:Hahayup on 2024-03-31
    tested version 0.57.1 fix on Steam Deck and fix was very successful, now getting ~60fps universally.
  3. Verified by User:Hahayup on 2024-03-31
    proper fix version pulled from here