|
|
||
|---|---|---|
| archive | ||
| photos | ||
| LICENSE | ||
| README.md | ||
README.md
Wineorc v1.7
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 install DXVK, use/make a custom Wineprefix (tadah and placeholder only) and uninstall the revival of choice.
Dependencies
The needed packages are:
- sudo (probably installed on most systems already, but if not please install it, because even with a supported distro the script won't install it for you)
- The latest wine (obv, preferably wine-staging)
- wget
- unzip (for Itteblox only)
If you are running any form of Ubuntu (that includes Linux Mint and PopOS), Debian, Manjaro, Fedora or Gentoo the script will automatically install the dependencies for you.
If you aren't, install them manually via your package manager.
How to use it
- If your distro is not listed above then install the dependencies.
- Download the latest release from the Releases page (or just clone this repo via git)
- Open a terminal and cd into where the script is downloaded.
- Run
chmod +x *.sh(which will make all Shell files in that directory executable) - Depending on which revival you want to install, run the following commands:
./tadah-helper.shfor Tadah./itteblox-helper.shfor Itteblox./placeholder-helper.shfor Placeholder
- Once installed, play a game and it should work!
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, ./tadah-helper.sh dxvk/prefix/uninstall
Troubleshooting
If the game crashes/doesn't launch, try to:
- Downgrade to wine-staging/wine 7.6 (sortof-guide can be found at https://github.com/DarDarDoor/Wineorc/releases/tag/v1.6.10)
- Run the latest version of the installer again (make sure you're running it as non-root)
- Make sure the OS is set to
Windows 10inwinecfg - Make sure all necessary optional wine dependencies are installed https://wiki.winehq.org/Building_Wine#Satisfying_Build_Dependencies
If those don't work, DM me on Discord: DarDarDar#3429.
Known issues
Tadah crashes if wine/wine-staging version is >7.6. (hopefully will be fixed in 7.8)
ItteBlox needs to be installed to home directory, any other location won't work.
Placeholder Installer is a bit wonky (uninstaller seems to not work)
Credits
calones for helping me, and putting up with me being dumb
thexkey for helping me alot making the Placeholder helper
itteh, kinery and thexkey for making great revivals