- Aug 7, 2019
- 6,352
- 10,152
Huh. What distro are you using? I didn't have any issues. I'm using Arch. But, I've tweaked the shit out of it. I also tried it in Nobara(Fedora remix) and had no issues.For folks on Linux who get an error about missing 'libsteam_api.so' here's how to temporarily fix it.
Open up the '00steam.rpy' inside '/renpy/common/'
and change 'config.enable_steam = True' to False (around line 25).
Save it and now delete '00steam.rpyc' in the same folder, just to make sure the script we changed gets recompiled once you start the game.
After that launch it like normal and it should work.