Last active
November 29, 2022 18:43
-
-
Save hikiko/81f48eb99c4a809dfdf453d6e61505dc to your computer and use it in GitHub Desktop.
changes in scripts etc for various games to play
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Playing retro 32bit games (eg ABC murders) changes in start.sh: | |
# 1. install 32-bit mesa and MangoHud:i386 | |
# 2. add the following lines to start.sh | |
export vsync_blank=1 | |
LD_PRELOAD=/usr/lib/i386-linux-gnu/mangohud/libMangoHud.so ./"The ABC Murders.x86" # instead of ./"The ABC Murders.x86" | |
# Playing latest Monkey Island: | |
# edit ~/.local/share/Terrible Toybox/Return to Monkey Island/Prefs.json and add the following line: | |
renderer="opengl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment