
Mushroom Panda
Published
Install Dwarf Fortress First. Then DFHack. Force Compatibility of both to Steam Linux Runtime 1.0 scout.
Set Launch Options to: PROTON_USE_WINED3D11=1 %command%
I've also read that you can install the mesa vulkan driver and that it may work, but that is untested by me.
The Linux native version is locked at 2.0.4, under the General tab in the app properties, I forced compatibility to the newest Proton to play the newest windows version. (3.0.3 when I tested).
Everything works great, even with outdated drivers (Debian Stretch).
dpad wasn't functional in game. analog stick worked fine.
for an RPG maker game, was stuttering on 10W, needed 15W to run smooth. Does stutter on windows as well though.
You need to install RPGMakerforLinux in Desktop Mode. https://github.com/bakustarver/rpgmakermlinux-cicpoffs
Cheeck the above readme for up to date info run the following command to install.
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
Need to know or guess the NWjs version of the game. We asked the dev. can install nwjs versions as follows
rpgmaker-linux --nwjsversion 0.59.0 --gamepath "/path/rpg-maker-game/"
in my case
rpgmaker-linux --nwjsversion 0.59.0 --gamepath "/home/deck/.steam/steam/steamapps/common/Infinite Mana"
Dev was using 49.2 at time. 50.0 works, and so does 59.0. 59.0 has slight performance improvements.
Then restart steam.
Select RPG Maker MV/MZ (cicpoffs mount) Tool under Compatibility for the game.
run com.heroicgameslauncher.hgl --no-gui --no-sandbox "herioc://launch?appName=b5e42b0.....&runner=legendary"