Support FAQ: Difference between revisions

Added linux install guide
(Added linux install guide)
Line 409:
 
 
== How-to install D2 on linux ==
 
'''PREREQUISITES:'''
* Wine
* Lutris
 
'''HOW TO:'''
* Manually create game in lutris: click + icon in top left corner and select 'Add locally installed game'
 
[[File:Lutris 1.png|400px]]
 
* In new window type name for game, PD2 for example, and select wine as runner. Then go to 'Game options' tab and type path for PD2 wine prefix and choose 64-bit as prefix architecture and click save.
 
Path can be anything but recommended setting is /home/<user>/Games/<whatever name you like>
 
[[File:Lutris 2.png|400px]][[File:Lutris 3.png|400px]]
 
* Manually execute EXE files in new prefix - select your new game in lutris, click arrow button on the bottom of lutris window, select 'Run EXE inside Wine prefix', locate installer and double click it/open it in file picker
 
[[File:Lutris 4.png]]
 
When you execute EXE file for first time in wine prefix, it will be configured. If you get any questions about wine-gecko and wine-mono, choose Yes option.
 
Repeat this step to install D2+LoD+PD2 Launcher
 
* Configure game executable - After installing D2+LoD+PD2 Launcher right-click PD2 game in lutris and choose 'Configure'. then go to game options tab and click browse next to game executable setting, locate PD2 launcher EXE file and double click it/open it in file picker. After this click save in top right corner of game configuration window
 
[[File:Lutris 5.png]][[File:Lutris 6.png]]
* To run PD2 double click on it in lutris main window or select it and click play at the bottom
 
'''ISSUES THAT CAN HAPPEN'''
 
* No text in EULA window during D2/LoD installation
 
Wine-gecko is missing in wine prefix, if it's missing then during executing of any EXE, lutris will ask if you want install it, choose Yes.
 
* Error 'OpenGL loader failed' after clicking play in launcher using 3dfx
 
You need to install 32bit libGL.so.1, for DEB distros (debian, ubuntu, pop_os) you can use command ''sudo apt install libgl1-mesa-dri:i386 libgl1:i386 libgl1-mesa-glx:i386''. I'm not sure about other distros, but google can help with this one
 
== How-to install PlugY ==
8

edits