PvPGN Magic Builder gives you an easy way to build your own PvPGN binaries from the latest source code for Windows.
Let's see how it works in one-minute video: http://www.youtube.com/watch?v=70KYeFqG34M
Use Magic Builder to build Visual Studio solution: https://www.youtube.com/watch?v=98of8yEQt6o
- Builds a PvPGN with one of the databases support: MySQL, PostgreSQL, SQLite3 or ODBC. Feature to enable Lua scripting
- Builds any version of D2GS, feature to download all DLL and MPQ that are necessary to start your server
- Doesn’t require additional files - all built in
- Has a multilanguage command line interface: Russian, English, Dutch, German, Polish, Serbian, Spanish, Ukrainian (please, translate this file if you know others)
- (optional) Auto updates
- (optional) Auto downloads actual PvPGN source code from the GIT
- Auto configurates and compilates PvPGN source code
- Auto create
release\
directory with a PvPGN binaries and support files that are ready to use immediately - Auto create Visual Studio projects and
pvpgn.sln
, with it you can immediately start a development (usebuild_pvpgn_dev.bat
)
- Visual C++ 2015 (Community is supported)
- Visual C++ 2017 (Community is supported)
"Community" is the light edition of Visual Studio. It's free to download.
Note: Visual Studio doesn't install C++ by default. If you already have it installed then you have to rerun the setup and check Desktop development with C++
.
Without C++ installed Magic Builder throws an error The CXX compiler identification is unknown
Go to Release section and download the latest release.
WARNING!
DO NOT download by clicking on a green button "Clone or download" at the right top corner on this page. In this auto created archive Github replaces Windows carriage return to UNIX format inside *.bat
files, because of this scripts may not work properly with wierd errors.