Character editor (to some extent) and item manager for Diablo 2 - Median XL mod. Written on C++ using Qt framework.
- the latest version: https://www.median-xl.com/
- the classic one by BrotherLaz: https://modsbylaz.vn.cz/welcome.html
DISCLAIMER: this is far from a great example of writing code and application architecture!
- current code should be compatible with C++03 standard
- release binaries are built against Qt 4.8.7 at the moment
- the latest code is compatible only with the latest mod version
It can be built basically for any platform. You will need:
- C++ compiler
- Qt 4 or 5
To build from GUI:
- any OS: open
MedianXLOfflineTools.pro
in Qt Creator - Windows + Qt 4 only: open
MedianXLOfflineTools.sln
in Microsoft Visual Studio 2019, you will also need to install Qt VS Tools extension
For command-line builds you will be using qmake
and make
/ jom
/ nmake
, please refer to qmake manual for details.