Linux: Difference between revisions

From Path of Diablo Wiki
Jnarical (talk | contribs)
No edit summary
Line 6: Line 6:


"Path of Diablo" mod works perfectly under Wine (just as vanilla D2:LoD does), but its launcher requires some additional configuration.<br />
"Path of Diablo" mod works perfectly under Wine (just as vanilla D2:LoD does), but its launcher requires some additional configuration.<br />
All you'll need is a Wine prefix with dotnet 4.0 on it.
All you'll need is a 32-bit Wine prefix with dotnet 4.0 on it.


== Preparing prefix ==
== Preparing prefix ==
Make sure you're using Xorg, not Wayland - there were issues with the latter.


* Install ''Wine'' and ''winetricks'' packages from your distro repositories:
* Install ''Wine'' and ''winetricks'' packages from your distro repositories:
Line 18: Line 20:


<blockquote><p>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winecfg'''</p>
<blockquote><p>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winecfg'''</p>
<pre style="color: red">Throughfully work out all wine errors it throws at you at this point</pre>
For example, ''ntlm_auth was not found'' error means you should install Samba package (in Archlinux, it may vary for other distos)


<p>If the winecfg window pops up, that means it's already configured the "prefix32" prefix folder in your user home directory as a x86 (32-bit) Windows.<br />
<p>If the winecfg window pops up, that means it's already configured the "prefix32" prefix folder in your user home directory as a x86 (32-bit) Windows.<br />
Line 25: Line 29:


<blockquote><p>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winetricks'''</p>
<blockquote><p>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winetricks'''</p>
<p>Select "Choose default wine prefix" on the first screen</p>
<p>Select "install DLL or Windows components" on the '''second''' screen, choose "dotnet40" option and press OK</p></blockquote>
<p>Select "install DLL or Windows components" on the '''second''' screen, choose "dotnet40" option and press OK</p></blockquote>


Line 30: Line 35:


* Download d2 installers & PoD installer to any folder as described [https://www.youtube.com/watch?v=yiy8qFtKIn8 here]. Make sure to grab English(US) version of D2 and D2LOD from bnet website.
* Download d2 installers & PoD installer to any folder as described [https://www.youtube.com/watch?v=yiy8qFtKIn8 here]. Make sure to grab English(US) version of D2 and D2LOD from bnet website.


* Fire up terminal, Enter directory, run
* Fire up terminal, Enter directory, run