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