Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
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.