Forked from themaxhero/rockman_x_legacy_collection_{1,2}.sh
Created
December 31, 2021 23:49
-
-
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.
This file contains hidden or 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
#!/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