Skip to content

Instantly share code, notes, and snippets.

View Airradda's full-sized avatar

Airradda Airradda

View GitHub Profile
{
"name": "Airradda Black",
"is_dark": true,
"colors": {
"accent-color": "#a70000",
"primary-color": "#a70000",
"warning-color": "#a70000",
"sidebar-color": "#000000",
"roomlist-background-color": "#000000",
"roomlist-text-color": "#a70000",
@Airradda
Airradda / BepInExConsoleFix.sh
Created April 13, 2019 02:53
BepInEx Console Fix Script
if [[ $# -lt 1 ]]; then
echo "Usage: winecfg.sh <appid>"
exit
fi
if !([[ -d "/vol/data/SteamLibrary/steamapps/compatdata/$1/pfx/" ]]); then
echo "PFX dir for the given app id does not exist"
exit
fi
@Airradda
Airradda / BepInExonLinux.txt
Created April 13, 2019 01:56
Getting BepInEx Console Working for Risk of Rain 2 on Linux
You will need Protontricks [https://github.com/Matoking/protontricks] or know how to access the Proton WineCFG for a specific Steam game.
ProtonTricks Instructions:
1. Open terminal and type protontricks --gui
2. Select the Risk of Rain 2 option [https://i.imgur.com/0BgCjaf.png] and click Ok
Afterwards:
1. Proceed to the Winetricks menu and select the Select default wineprefix option [https://i.imgur.com/BDCznr8.png] and click Ok
2. Select Run winecfg [https://i.imgur.com/CPdJMA1.png] and click `Ok`
3. Select Libraries tab
4. Open the New override for library drop [https://i.imgur.com/T7maGOE.png], select winhttp, click Add, Apply, and finally click Ok