Last active
May 20, 2019 21:05
-
-
Save tepiai/7aca58ee4832d0a3ddc39eeab8034bb8 to your computer and use it in GitHub Desktop.
This file contains 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
TK17 Installs on Linux: | |
(An abridged version of Avarteas's Linux Install Guide) | |
Requirements: Same as System Requirements Section, but GPU must support Vulkan API. | |
Install Vulkan Libraries: | |
Ubuntu/Debian: | |
$> sudo apt-get install libvulkan1:i386 mesa-vulkan-drivers:i386 libvulkan1 mesa-vulkan-drivers vulkan-utils | |
Arch: | |
sudo nano /etc/pacman.conf | |
ADD | |
[llvm-svn] | |
SigLevel = Never | |
Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch | |
[mesa-git] | |
SigLevel = Never | |
Server = https://pkgbuild.com/~lcarlier/$repo/$arch | |
$> sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader vulkan-tools | |
Set up Mesa: | |
Ubuntu/Debian | |
$> sudo add-apt-repository ppa:paulo-miguel-dias/mesa | |
$> sudo update | |
$> sudo upgrade | |
Arch | |
$> yay -S mesa-git lib32-mesa-git | |
Download Hook5 Files and the TK17 installer (available as Mediafire link in this guide) | |
Install Lutris: | |
https://lutris.net/ | |
Create a new TK17 configuration in Lutris | |
Install a Wine runner that has esync and vulkan by entering Install Runners and Manage Versions for Wine | |
Create a new Wine Prefix | |
Select RUN from the Lutris menu, and select the TK17 installer. | |
Cancel the Wine-Gecko installer. | |
Create a symlink in a terminal | |
ln -s <your already installed TK17 folder> ~<where you set your Wine Prefix> | |
In Lutris, set the working directory for TK17 as its binaries, and the executable as TK17_Launcher.exe | |
Enable DXVK | |
In Winetricks, select and install the packages d3dcompiler_43 and d3xd11_43 | |
In Winetricks, set d3d8 as (native, builtin) | |
With that, you should have a working TK17 install with H5. Launch it normally through Lutris. | |
TK17 Installs on macOS: | |
Requirements: Following the System Requirements Section, a Mac with a dedicated GPU, and an i7. i5s in Mac desktops and laptops are all dual cores before Coffee Lake. | |
Note that this method installs TK17 WITHOUT Hook. | |
Install PlayOnMac | |
Download the TK17 installer | |
Create a new TK17 configuration in POM by clicking Install A Program | |
Install TK17 in a new VHD | |
Name the configuration | |
Click on Use Another Version of Wine and Install Libraries | |
Install TK17 after the POM prompt takes you to select a .exe file | |
Install TK17 normally. | |
POM will ask you which libraries to install. Install d3dcompiler_43, d3dx9, d3dx10, d3dx11 | |
After that, go into Winetricks and set d3d8 as (native, builtin) | |
Launch TK17 through PlayOnMac | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment