Skip to content

Instantly share code, notes, and snippets.

View RokkuCode's full-sized avatar

RokkuCode RokkuCode

View GitHub Profile
@RokkuCode
RokkuCode / rockman_x_legacy_collection_{1,2}.sh
Created December 31, 2021 23:49 — forked from themaxhero/rockman_x_legacy_collection_{1,2}.sh
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.