User
Pass
2FA
 
 

Freakz BFA Linux install guide
Go to page 1, 2  Next    
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> WOW -> General Discussion
Show only staff posts
Author Message10036
dieselboyy

[Mentally Stable]



Status: Offline
(since 07-11-2023 11:56)
Joined: 17 Dec 2013
Posts: 162, Topics: 87
Location: Bucharest

Reputation: 228.3
Votes: 9

   
Post Posted: 12-12-2020, 12:33:51 [Valuable post] | Translate post to: ... (Click for more languages)

Hello! This is a short, fast forward guide on running World of Warcraft on a Debian based linux distribution. In my case, Ubuntu 20.04 LTS with Nvidia graphics card. Commands may vary, especially if you are using Arch or other distribution, but the procedure stays almost the same.

Start with a small apt update -
Code:
sudo apt update
sudo apt upgrade

Enable 32 bit architecture:
Code:
sudo dpkg --add-architecture i386

Make sure your Nvidia graphics card driver is installed correctly (AMD graphics card will differ!):
sudo add-apt-repository ppa:graphics-drivers/ppa
Code:
sudo apt install nvidia-driver-xxx
#make sure to replace xxx with the given number. At the time making this post, is 455 for me.

Install support for Vulkan API:
Code:
sudo apt install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers vulkan-utils

Install Wine (Wine Is Not an Emulator)
Code:
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt install winehq-stable

Install Lutris:
Code:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris

Install World of Warcraft script from lutris, and follow the "continue" and "install" buttons -
Code:
curl https://lutris.net/api/installers/world-of-warcraft-battlenet?format=json -o /tmp/script.json | lutris -i /tmp/script.json
A window with BattleNet login screen will appear. If you continue using it, you can play Retail World of Warcraft if you want. In order to finish our configuration and play on Freakz, we should close the BattleNet window and wait for lutris to finish the installation. (around 1-2 minutes more, in order to detect battle net has been closed)

Opening the lutris app, should have an entry "World of Warcraft". Right click on it and follow:
Code:
Configure > Game Options > Executable > Browse > select-path-to-your-launcher-freakz.exe
Now you should be able to double click the World of Warcraft entry in order to play wow freakz

Notes:
    First couple of minutes will be slower because DXVK (DirectX-Vulkan) is compiling the shaders
    Right now (december 2020), there is an issue with shaders caching in the nvidia45x drivers for Linux. Nvidia team stated it will be fixed in the 46x update, so you might have to wait around 1-2 minutes for shaders to compile at each "enter world". Nvidia being nvidia and "supporting" linux
    Make sure you set DirectX11 (or DirectX11 Legacy, feel free to test the difference) in Advanced settings, ingame, in login screen. Otherwise, lutris will use vkd3d from Wine instead of DXVK (which is better performance-wise, at least, theoretically). If you feel that using DirectX12 works better on your machine, feel free to play
    You might want to disable GPU rendering in discord, for a better performance
    You can see your fps by adding an entry in lutris Configure > system options > environment variables with the key DXVK_HUD and value fps

In case of "NO_PUBKEY" error at the apt update after the winehq add-apt, there is an easy fix:
Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt update


Documentation and Sources:



Last edited by dieselboyy on 22-04-2021, 21:48:31; edited 3 times in total
9 0
  
Back to top
View user's profile Send private message
KarolisCreation

[Mentally Stable]



Status: Offline
(since 21-01-2021 20:13)
Joined: 14 Nov 2017
Posts: 28, Topics: 19
Location: Yeetland

Reputation: 26.5
Votes: 1

 
Post Posted: 12-12-2020, 14:55:07 | Translate post to: ... (Click for more languages)

If you are having issues with having major input lag from keyboard when moving, it's a "known" issue. It happens for people on retail too and iirc it only happens on Wayland, especially Gnome wayland. There is 1 solution that I know which is using wine <= 4.12. Anything above 4.12 will cause issues with input lag. Haven't tested QT wayland, such as KDE.
1 0
  
Back to top
View user's profile Send private message
k0s

[Freakz Admin | Dev]



Status: Offline
(since 24-09-2022 11:04)
Joined: 29 Jan 2010
Posts: 6071, Topics: 354
Location: Romania

Reputation: 103251
Votes: 222

Post Posted: 13-12-2020, 11:54:52 | Translate post to: ... (Click for more languages)

If i get more confirmations that it's working, i'll add it to connection guide.
0 0
  
Back to top
View user's profile Send private message
KarolisCreation

[Mentally Stable]



Status: Offline
(since 21-01-2021 20:13)
Joined: 14 Nov 2017
Posts: 28, Topics: 19
Location: Yeetland

Reputation: 26.5
Votes: 1

 
Post Posted: 22-12-2020, 14:32:35 | Translate post to: ... (Click for more languages)

k0s wrote:
If i get more confirmations that it's working, i'll add it to connection guide.


Can confirm. Works fine on both Debian and Arch (Some modifications were done to the tutorial, obviously) based systems


Yeet
0 0
  
Back to top
View user's profile Send private message
k0s

[Freakz Admin | Dev]



Status: Offline
(since 24-09-2022 11:04)
Joined: 29 Jan 2010
Posts: 6071, Topics: 354
Location: Romania

Reputation: 103251
Votes: 222

Post Posted: 22-12-2020, 16:36:04 | Translate post to: ... (Click for more languages)

Added
0 0
  
Back to top
View user's profile Send private message
NuBz

[Mentally Stable]



Status: Offline
(since 05-01-2021 00:43)
Joined: 05 Jan 2021
Posts: 1, Topics: None
Location: United States

Reputation: 1

Post Posted: 05-01-2021, 02:06:02 | Translate post to: ... (Click for more languages)

My install method is pretty simillar and about to try with my machine that runs Fedora33.
Never ran a BFA client before to have much to say right now.Especially on Fedora that I just switched to a few weeks ago.
I can post back in a few days and let you all know how it worked out with a little writeup on what I may have to do different if anyone would like that.



Last edited by NuBz on 05-01-2021, 02:06:54; edited 1 time in total
0 0
  
Back to top
View user's profile Send private message
taro12

[Mentally Stable]



Status: Offline
(since 30-10-2022 12:48)
Joined: 14 Apr 2020
Posts: 55, Topics: 20
Location: Romania

Reputation: 88.8
Votes: 1

Post Posted: 05-01-2021, 18:31:31 | Translate post to: ... (Click for more languages)

Ubuntu 20.04 with Wine-5.18 (Staging) and DXVK works without problems. Worked with the wow-freak Legion and works with the Shadowlands retrail.

Nvidia 440 proprietary drivers(455 has some issues detecting the right resolution of the monitor)

0 0
  
Back to top
View user's profile Send private message
taro12

[Mentally Stable]



Status: Offline
(since 30-10-2022 12:48)
Joined: 14 Apr 2020
Posts: 55, Topics: 20
Location: Romania

Reputation: 88.8
Votes: 1

Post Posted: 08-01-2021, 01:04:10 | Translate post to: ... (Click for more languages)

Small note:

Right now Wine 6.0-rc5 is the latest "staging" version. It doesn't work right, it causes 1-2 sec freezes every 30sec so I reverted back to 5.18

1 0
  
Back to top
View user's profile Send private message
xHashii

[Mentally Stable]



Status: Offline
(since 03-10-2021 11:59)
Joined: 17 Dec 2020
Posts: 11, Topics: 3
Location: Bulgaria

Reputation: 23.4

Post Posted: 11-01-2021, 06:22:36 | Translate post to: ... (Click for more languages)

Will definitely try it on my old laptop and tell you my results!
It uses Linux mint, so it shouldn't be a problem

0 0
  
Back to top
View user's profile Send private message
Lightning

[Red Devil]



Status: Offline
(since 08-11-2022 11:10)
Joined: 22 Jun 2017
Posts: 166, Topics: 9
Location: Old Trafford

Reputation: 249.4
Votes: 9

 
Post Posted: 25-01-2021, 09:21:17 | Translate post to: ... (Click for more languages)

Both me and my friend seemed to have some issues connecting to BFA while having e-sync option enabled in Lutris, so disabling it helped.
Other than that it seems to work perfectly on and almost on par with Windows.
Tested myself on Debian, Fedora and Arch with latest zen kernel.

--
Very well written guide! Thanks for taking care of Linux users.

0 0
  
Back to top
View user's profile Send private message
R0BEARTH

[Mentally Stable]



Status: Offline
(since 26-09-2021 13:01)
Joined: 05 Mar 2021
Posts: 8, Topics: 5
Location: Poland

Reputation: 4.3

Post Posted: 31-05-2021, 15:36:56 | Translate post to: ... (Click for more languages)

32 bit architecture is no longer supported. If despite that it is still possible to install on Linux, please update tuorial.
0 0
  
Back to top
View user's profile Send private message
Sarah

[Administrator]



Status: Offline
(online 3 days ago)
Joined: 30 Jun 2017
Posts: 1799, Topics: 61
Location: Germany

Reputation: 122493
Votes: 25

  Battletag: postrow.ID_BATTLE_NET} 
Post Posted: 31-05-2021, 23:14:30 | Translate post to: ... (Click for more languages)

R0BEARTH wrote:
32 bit architecture is no longer supported. If despite that it is still possible to install on Linux, please update tuorial.


This guide was made for our server's BFA client, which wasn't changed at all since the guide was made, there is no reason for it to be outdated. 32 bit already wasn't supported by the time it was first made by the author.

1 0
  
Back to top
View user's profile Send private message
dieselboyy

[Mentally Stable]



Status: Offline
(since 07-11-2023 11:56)
Joined: 17 Dec 2013
Posts: 162, Topics: 87
Location: Bucharest

Reputation: 228.3
Votes: 9

   
Post Posted: 04-06-2021, 18:24:33 | Translate post to: ... (Click for more languages)

R0BEARTH wrote:
32 bit architecture is no longer supported. If despite that it is still possible to install on Linux, please update tuorial.


You enable the 32bit architecture in order to use some of wine's dependencies and (if you choose to play on retail) to be able to start BattleNet (which is a 32 bit application).
Wow freaks runs on 64 bit -

0 0
  
Back to top
View user's profile Send private message
R0BEARTH

[Mentally Stable]



Status: Offline
(since 26-09-2021 13:01)
Joined: 05 Mar 2021
Posts: 8, Topics: 5
Location: Poland

Reputation: 4.3

Post Posted: 26-09-2021, 14:45:37 | Translate post to: ... (Click for more languages)

Sarah wrote:
This guide was made for our server's BFA client, which wasn't changed at all since the guide was made, there is no reason for it to be outdated. 32 bit already wasn't supported by the time it was first made by the author.


dieselboyy wrote:
You enable the 32bit architecture in order to use some of wine's dependencies and (if you choose to play on retail) to be able to start BattleNet (which is a 32 bit application).
Wow freaks runs on 64 bit -


In other words I just need to install it with Wine & that's it?

0 0
  
Back to top
View user's profile Send private message
taro12

[Mentally Stable]



Status: Offline
(since 30-10-2022 12:48)
Joined: 14 Apr 2020
Posts: 55, Topics: 20
Location: Romania

Reputation: 88.8
Votes: 1

Post Posted: 29-09-2021, 21:11:23 | Translate post to: ... (Click for more languages)

Besides wine you need an adequate driver for your videocard so it can run 3D games. For Nvidia you need the proprietary driver not the open-source one. AMD has a good open source driver.

Also you need the DXVK libraries because the wine Direct 3D isn't that good. DXVK gives you performance on par with Windows or better. For example on my Laptop may games run like crap in Windows because the Intel/Nvidia videocard combo-crap doesn't work right. But they all work just fine in Linux/Wine

You can use Lutris or PlayOnLinux as launchers

1 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> WOW -> General Discussion  
Go to page 1, 2  Next    


The time now is 29-03-2024, 10:36:18
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x