Difference between revisions of "Linux"

From Path of Diablo Wiki
Jump to: navigation, search
(Created page with "A exercise buddy is [http://www.kiwibox.com/crossfitmaid61/blog/entry/136769823/how-to-purchase-phenq-weight-loss-supplement/?pPage=0 browse around here] hugely valuable for...")
 
(Created page with " = How to run PoD under linux = == Requirements == "Path of Diablo" mod works perfectly under Wine (just as vanilla D2:LoD does), but its launcher requires some additional...")
Line 1: Line 1:
A exercise buddy is  [http://www.kiwibox.com/crossfitmaid61/blog/entry/136769823/how-to-purchase-phenq-weight-loss-supplement/?pPage=0 browse around here] hugely valuable for maintaining motivated, but it is essential to come across someone who will inspire—not discourage. Retain in mind, although, that brief bursts of physical exercise are meant to supplement, not replace, your normal fitness routine. I'm just going to stick with your tips which is getting me super results, making me want to come back for another enjoyable, peaceful and productive workout! Prior to undertaking any course of therapy, the reader should seek the tips of their doctor or other health care provider. Online group buys, like Groupon, Eversave, BuyWithMe, and LivingSocial, often supply fantastic deals on fitness activities, such as yoga classes, rock climbing, and even sailing lessons.<br><br>The revelation that working out and happiness really go hand in hand, has taken my commitment to fitness and active living to a complete new level. Including a eating plan program, the Subsequent Methods Guide has every little thing you will need to take your fitness to the subsequent level. Your time away from fitness possibly involved a lot of sitting, which causes weakness in your posterior chain. If you do not have a bike, you could be able to get a cheap bike via the Cycle to Function scheme. The much more time you invest on these sitting-down activities, the less time offered for active stuff, like basketball, bike riding, and swimming.<br><br>Although fit people generally make it a priority to get in planned workout on a common basis, they don't limit physical exercise solely to the gym (or house gym)—they do all they can do keep active outside of their workouts as properly. Shanda is a Fitness Specialist who works primarily with clientele searching to shed weight and enhance efficiency.<br><br>To support boost your fitness do not forget the importance of finding enough sleep. Mid-class you are confronted with the sad truth that you have the flexibility of a crowbar and the maturity level of a five year old since you nervously giggle anytime the instructor says, Om" in a disturbingly deep voice that would place Chewbacca to shame. I chose these 5 points for this article simply because they are the most significant breakthroughs in my quest to get fit. Our fitness professional, Jamie Atlas, is there to meet you wherever you are on this journey.
+
 
 +
= How to run PoD under linux =
 +
 
 +
 
 +
== Requirements ==
 +
 
 +
"Path of Diablo" mod works perfectly under Wine (just as vanilla D2:LoD does), but its launcher requires some additional configuration.
 +
Basically all you need - setup win32 prefix and install dotnet 4.0 there.
 +
 
 +
== Preparing prefix ==
 +
 
 +
* Install ''Wine'' and ''winetricks'' packages from your distro repositories. In case of Archlinux:
 +
 
 +
<blockquote>'''pacman -S wine winetricks'''</blockquote>
 +
 
 +
* Create new win32 prefix with winecfg. Just close winecfg window after it starts - it already installed new x86 (32-bit) Windows to "prefix32" folder in your user home directory:
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winecfg'''</blockquote>
 +
 
 +
* Install dotnet4.0 with winetricks there:
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winetricks'''</blockquote>
 +
 
 +
Select "install DLL or Windows components" on '''second''' screen, choose "dotnet40" option and press OK
 +
 
 +
== Installing the game ==
 +
 
 +
* Download game files, patches and PoD installer to any folder as described [https://www.youtube.com/watch?v=JN3O0jbYM1w here].
 +
* Unpack ''DiabloII_113c_Installer.zip'' somewhere
 +
* Fire up terminal, enter ''Original'' directory first, run
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine Installer.exe'''</blockquote>
 +
 
 +
* Enter ''Expansion'' directory, run
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine installer.exe'''</blockquote>
 +
 
 +
* Enter directory with ''LODPatch_113d.exe'', run
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine LODPatch_113d.exe'''</blockquote>
 +
 
 +
* Install PoD launcher. As .msi files aren't executables, make sure to use "wine start"
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine start pathofdiablolauncher.msi'''</blockquote>
 +
 
 +
== Running the game ==
 +
 
 +
* In terminal, enter Diablo II directory and run PoD launcher
 +
 
 +
<blockquote>'''WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine Path\ of\ Diablo\ Launcher.exe'''</blockquote>
 +
 
 +
* Select "Choose Main Gateway" and press "Set Gateway"
 +
* Press "Update Available" to get the latest client version
 +
* Press "Play"
 +
 
 +
== Loot Filter and QoL settings ==
 +
 
 +
If you find your game crashing when interacting with the Settings button and its content, check this Reddit thread at: https://www.reddit.com/r/pathofdiablo/comments/6h2hju/linux_getting_qol_to_work/

Revision as of 21:53, 29 September 2017

How to run PoD under linux

Requirements

"Path of Diablo" mod works perfectly under Wine (just as vanilla D2:LoD does), but its launcher requires some additional configuration. Basically all you need - setup win32 prefix and install dotnet 4.0 there.

Preparing prefix

  • Install Wine and winetricks packages from your distro repositories. In case of Archlinux:
pacman -S wine winetricks
  • Create new win32 prefix with winecfg. Just close winecfg window after it starts - it already installed new x86 (32-bit) Windows to "prefix32" folder in your user home directory:
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winecfg
  • Install dotnet4.0 with winetricks there:
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 winetricks

Select "install DLL or Windows components" on second screen, choose "dotnet40" option and press OK

Installing the game

  • Download game files, patches and PoD installer to any folder as described here.
  • Unpack DiabloII_113c_Installer.zip somewhere
  • Fire up terminal, enter Original directory first, run
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine Installer.exe
  • Enter Expansion directory, run
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine installer.exe
  • Enter directory with LODPatch_113d.exe, run
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine LODPatch_113d.exe
  • Install PoD launcher. As .msi files aren't executables, make sure to use "wine start"
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine start pathofdiablolauncher.msi

Running the game

  • In terminal, enter Diablo II directory and run PoD launcher
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine Path\ of\ Diablo\ Launcher.exe
  • Select "Choose Main Gateway" and press "Set Gateway"
  • Press "Update Available" to get the latest client version
  • Press "Play"

Loot Filter and QoL settings

If you find your game crashing when interacting with the Settings button and its content, check this Reddit thread at: https://www.reddit.com/r/pathofdiablo/comments/6h2hju/linux_getting_qol_to_work/