https://github.com/kambala-decapitator/medianxlofflinetools
Character manager for Diablo 2 - Median XL mod
https://github.com/kambala-decapitator/medianxlofflinetools
cpp diablo2 median-xl qt
Last synced: over 1 year ago
JSON representation
Character manager for Diablo 2 - Median XL mod
- Host: GitHub
- URL: https://github.com/kambala-decapitator/medianxlofflinetools
- Owner: kambala-decapitator
- License: mit
- Created: 2021-10-26T09:37:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T18:47:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T00:22:17.074Z (over 1 year ago)
- Topics: cpp, diablo2, median-xl, qt
- Language: C++
- Homepage: https://forum.median-xl.com/viewtopic.php?f=40&t=342
- Size: 61 MB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Median XL Offline Tools
Character editor (to some extent) and item manager for Diablo 2 - Median XL mod. Written on C++ using [Qt framework](https://qt.io/).
## Median XL
- the latest version: https://www.median-xl.com/
- the classic one by BrotherLaz: https://modsbylaz.vn.cz/welcome.html
## Code
**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
## Building
It can be built basically for any platform. You will need:
1. C++ compiler
2. 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.