Skip to content

Instantly share code, notes, and snippets.

View raydeejay's full-sized avatar
😏
Going Forth!

raydeejay

😏
Going Forth!
View GitHub Profile
@raydeejay
raydeejay / protonize.sh
Created February 24, 2022 17:46
Script to run exes on the same environment as games (Proton)
#!/bin/bash
# run exes on the same environment as the game, for modding purposes and such
#replace with the id of the game
ID=205100
#adjust to the proper path
GAMELIBDIR=/media/raydj/extra/SteamLibrary
COMPATDIR=${GAMELIBDIR}/steamapps/compatdata/${ID}