Skip to content

Instantly share code, notes, and snippets.

@hikiko
Last active November 29, 2022 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hikiko/81f48eb99c4a809dfdf453d6e61505dc to your computer and use it in GitHub Desktop.
Save hikiko/81f48eb99c4a809dfdf453d6e61505dc to your computer and use it in GitHub Desktop.
changes in scripts etc for various games to play
# 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