Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.