ChaosMarc / PlugY

PlugY, The Survival Kit - Plug-in for Diablo II Lord of Destruction
GNU General Public License v3.0
179 stars 40 forks source link

Compiling #45

Closed Goatflakes closed 3 years ago

Goatflakes commented 3 years ago

I'm wondering how to compile this, as there isn't a precompiled version (yet). I have Visual Studio Community Edition 2017. I don't see a project file, just several solution files. Thanks.

ChaosMarc commented 3 years ago

Why would you say there is no precompiled version? There are plenty: https://github.com/ChaosMarc/PlugY/releases

And compiling should be easy: open Plugy.sln with Visual Studio, select "Build" -> "Build PlugY". After that PlugY.dll should be in your Release/Debug directory. For PlugY.exe order PatchD2File.exe check PlugYInstall and PlugYRun.

Goatflakes commented 3 years ago

Thanks for that. My brain was obviously not fully engaged before leaving the kerb. Though might I suggest adding a link to the released in the Readme?