Skip to content

Instantly share code, notes, and snippets.

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 RokkuCode/310e67621afba03f540115671ebd09e1 to your computer and use it in GitHub Desktop.
Save RokkuCode/310e67621afba03f540115671ebd09e1 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