v1.5
This commit is contained in:
parent
a8431f9117
commit
99091900c0
12
README.md
12
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# Wineorc v1.2
|
||||
# Wineorc v1.5
|
||||
Some simple Shell scripts to setup ORC revivals semi-automatically on Linux.
|
||||
|
||||
These scripts are not supported in any way, shape or form by the official devs of these revivals.
|
||||
|
||||
# What this does
|
||||
This script will download dependencies, register URI and install the revival of choice. It can also uninstall the revival of choice.
|
||||
This script will download dependencies, register URI and install the revival of choice. It can also install DXVK, use/make a custom Wineprefix and uninstall the revival of choice.
|
||||
|
||||
# Dependencies
|
||||
The needed packages are:
|
||||
|
|
@ -28,7 +28,13 @@ If you aren't, install them manually via your package manager.
|
|||
- `./itteblox-helper.sh` for Itteblox
|
||||
5. Once installed, play a game and it should work!
|
||||
|
||||
If you want to uninstall a revival, run the script with the parameter "uninstall". E.g, `./tadah-helper.sh uninstall`.
|
||||
If you want to install DXVK alongside the revival, run the script with the parameter "dxvk".
|
||||
|
||||
If you want to use/make a custom Wineprefix alongside the revival, run the script with the parameter "prefix". These two can also be used alongside each other.
|
||||
|
||||
If you want to uninstall a revival, run the script with the parameter "uninstall".
|
||||
|
||||
E.g for both, `./tadah-helper.sh dxvk/prefix/uninstall`
|
||||
|
||||
# Troubleshooting
|
||||
If the game crashes/doesn't launch, try to
|
||||
|
|
|
|||
Loading…
Reference in New Issue