Created
February 17, 2021 03:48
-
-
Save Zi-SH/a40f2f13d93fe37e7919d3d02d407782 to your computer and use it in GitHub Desktop.
ROBOTICS;NOTES ELITE install and setup script
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
mkdir ~/.local/share/Steam/steamapps/compatdata/1111380/pfx/drive_c/sonome | |
cd ~/.local/share/Steam/steamapps/compatdata/1111380/pfx/drive_c/sonome | |
wget https://github.com/CommitteeOfZero/rne-patch/releases/download/1.0.5/RNEPatch-v1.0.5-Setup.zip | |
unzip RNEPatch-v1.0.5-Setup.zip | |
protontricks 1111380 --force vcrun2019 | |
echo "Override dinput8 in the libraries tab. Set it to 'native, builtin'" | |
echo "Once you have read this, press enter in the terminal. Once you finish with winecfg, hit enter again." | |
read | |
STEAM_COMPAT_DATA_PATH=~/.local/share/Steam/steamapps/compatdata/1111380 ~/.local/share/Steam/steamapps/common/Proton\ 5.0/proton run winecfg | |
read | |
cd RNEPatch-v1.0.5-Setup | |
STEAM_COMPAT_DATA_PATH=~/.local/share/Steam/steamapps/compatdata/1111380 ~/.local/share/Steam/steamapps/common/Proton\ 5.0/proton run RNEPatch-Installer.exe | |
echo "The installation script is complete. Press enter to close." | |
read | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment