Skip to content

Instantly share code, notes, and snippets.

@themaxhero
Last active December 21, 2022 04:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save themaxhero/f2a4ddc9067659e77315d6206bf1ab3a to your computer and use it in GitHub Desktop.
Save themaxhero/f2a4ddc9067659e77315d6206bf1ab3a to your computer and use it in GitHub Desktop.
How to make Rockman X Legacy Collection {1,2} work just like in Windows.
#!/bin/sh
# Instructions
# Before running this:
# - Delete your ~/.local/share/Steam/steamapps/compatdata/$GAME_ID folder.
# - Then set your proton version to 5.0-10 for the game.
# - Run the game and close after it starts.
# - After that, you're good to go.
# If the game is Rockman X Legacy Collection 1, the ID should be 743890
# If the game is Rockman X Legacy Collection 2, the ID should be 743900
# Thanks to https://github.com/PedroHLC for Debbuging this thing and finding out how to solve.
GAME_ID=743890
rm "~/.local/share/Steam/steamapps/compatdata/${GAME_ID}/pfx/dosdevices/c:/windows/sys{tem32,wow64}/gdiplus.dll"
protontricks $GAME_ID -q wmp11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment