Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thanks for mentioning it, I'll update the guide later.
From DadeKuma from reddit.
*In home, change the settings to show hidden files, for .steam to show up*
Using Desktop Mode, go to the game directory (default should be /home/deck/.steam/steamapps/common/Fear & Hunger)
Open this file: www/js/rpg_core.js and go to line 1872
Modify this: if (this._skipCount === 0) { to this: if (this._skipCount <= 0) {
I suppose, it should work for SD too in case you simply disable the pacman block enabled by default. Might check it out later on PC or SD.
from user qeadwrsf.
1)install nwjs-bin (yay -S nwjs-bin)
2) install nwjs-ffmpeg-codecs-bin (yay -S nwjs-ffmpeg-codecs-bin )
go into games folder.
3 )edit if below line exist in package.json from:
name: ""
to:
name: "{}"
4) open game in terminal with
LD_PRELOAD=/opt/nwjs/libffmpeg.so nw .
It works perfectly for me. Removes all FPS drops, including Mahabre
I believe that it's on RPG Maker's side, RPGM MV (the game engine) is infamous for being a barely working hot garbage. As if it wasn't enough, it runs even worse (the reason the guide exists) and even more buggy under Linux.
The same thing happened for me multiple times, sometimes the game just refuses to launch.
The only pattern I've noticed is that the game is guaranteed to break if you change Proton's version AFTER the first launch of the game. And the only way to fix it that I know is to delete the game, the proton folder and redo everything from scratch. For some reason, it made everything work, even when I literally redid all the steps without a single change.