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. |
OlderNewer