Difference between revisions of "Getting Started on Linux (v3.1) latest Wine-Staging, vulkan & dxvk"
Tragedie37 (talk | contribs) (Transferred information from original v3 Linux installation) |
(No difference)
|
Revision as of 01:30, 27 September 2024
This is a work in progress. UPDATED: 26 September 2024.
This installation procedure is a marriage between the original Linux installation instructions and @meriadoc's wonderful, but complicated, non-PlayOnLinux version.
The reason this page exists is because the original version would not recognize my hardware while Meriadoc's version is able to correctly identify my GPU, due to its using vulkan and dkvx, but does not use PlayOnLinux (POL). POL is much easier for me to control how many clients I am running, rather than using command line arguments or a script. Optionally, I like installing a base wine-staging wine system as well as POL; this usually ensures that 32-bit binaries are included in your installation.
PlayOnLinux
This guide assumes that the user has correctly installed POL, vulkan drivers (both 64 and 32-bit drivers) and wine-staging for their specific distrobution.
- Download the latest Windows client
- Open POL
- Choose the
Tools | Manage Wine Versionsmenu - Click on the
Configurebutton; this will open a popup - Click on NEW
- This will open another pop entitled, 'Virtual drive creator', click NEXT
- Choose the 32 bit drive and click NEXT
- Highlight the latest wine-staging and click NEXT
- Choose a name for the virtual drive, I named mine 'EverQuest' and move on to the next step
- Highlight 'EverQuest' and go to the 'Install Components' tab and install the following:
- dinput8
- vcrun2010
- dxvk (Note: choose the one without any numbers after it)
- (Optional) Microsoft corefonts
Note: There has been trouble downloading the file. You should be able to skip this step if the download hangs.
- Next, choose the 'Wine' tab and click on 'Configure'
- If POL prompts to install wine-mono and/or wine-gecko, allow it to install
- Go to the 'Display' and disable GLSL
- Unzip the Windows client you downloaded from above; I recommend the 2.1c version, it includes freethemouse.dll and other recommendations; cut or copy the folder and paste it in
/home/(username)/PlayOnLinux's virtual drives/EverQuest/drive_c/Program Files/ - Return to the 'Configuration' window and click on the 'Wine' tab; within the tab, click on the 'Registry Editor' button
- Click your way to
HKEY_CURRENT_USER\Software\Wine\DllOverrides - Right click on the white space in the right-side window pane and click NEW -> STRING VALUE
- Click your way to
- On the left-hand side of the Configuration window choose the 'General' tab and MAKE A NEW SHORTCUT FROM THIS VIRTUAL DRIVE
- Finally, we have to edit the
/home/(username)/PlayOnLinux's virtual drives/EverQuest/drive_c/Program Files/EverQuest/eqclient.ini- Open the
eqclient.iniin your favorite editor, mine is vim - Find the section [VideoMode] and enter your height and width (see example)
- Save and close the file
- Open the
- Choose the
WARNING: Changing video display size in-game will cause the client to crash. If you need to change the video display resolution, close the game, edit the eqclient.ini and restart POL.
Enjoy playing on the Al'Kabor Project server on Linux!
Thanks and credit to the TAKP developers, @krakmojo for the original POL instructions and @meriadoc for his excellent v2 guide. It bears repeating that this is a work in progress.