GithubHelp home page GithubHelp logo

kambala-decapitator / medianxlofflinetools Goto Github PK

View Code? Open in Web Editor NEW
17.0 4.0 3.0 62.22 MB

Character manager for Diablo 2 - Median XL mod

Home Page: https://forum.median-xl.com/viewtopic.php?f=40&t=342

License: MIT License

QMake 1.15% C++ 94.26% Objective-C++ 0.74% Objective-C 0.02% C 0.19% Perl 3.20% Shell 0.35% Batchfile 0.06% PowerShell 0.04%
diablo2 median-xl qt cpp

medianxlofflinetools's Introduction

Median XL Offline Tools

Character editor (to some extent) and item manager for Diablo 2 - Median XL mod. Written on C++ using Qt framework.

Median XL

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.

medianxlofflinetools's People

Contributors

kambala-decapitator avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

witchgod

medianxlofflinetools's Issues

item is lost when moving and there's no space in target location

user report:

I am left-clicking a bunch of stuff from tool's shared stash until char's inventory and cube is filled up, at certain point there is an error popping about insufficient space, but after hitting "sort" the item which supposedly couldn't be moved doesn't appear in the tool's shared stash either.

Can't compile on Windows 10

Hello.
I am unable to compile the project.
Steps I've taken:

  1. Install Visual Studio 2019 Community
  2. Install Qt 4.8.7 (qt-opensource-windows-x86-vs2010-4.8.7.exe)
  3. Install Qt Vs Tools extension
  4. Add Qt 4.8.7 in the Qt Versions settings in the extension
  5. Open MedianXLOfflineTools.sln (from MedianXLOfflineTools-0.6.4.zip) and try to build it

I get the following error:

1>qtmaind.lib(qtmain_win.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1900' in allstatsdialog.obj
1>E:\dev\cpp\MedianXLOfflineTools-0.6.4..\Debug\MedianXLOfflineTools.exe : fatal error LNK1319: 1 mismatches detected
1>Done building project "MedianXLOfflineTools.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Detailed log:
https://pastebin.com/ERcYRXYt

[Question] Item prob decoding

Regarding to your props.tsv file here

Probs:
code 48 - to Minimum Fire Damage - 12 bits
code 49 - to Maximum Fire Damage - 12 bits

So the binary code for "Adds 100 - 150 fire damage" should be:

48 100 49 150
000011000 001001100000 100011000 011010010000

But when I decoded the prob in d2s file. It only had this:

48 100 150
000011000 001001100000 011010010000

So how do u handle this?
Or your data is incorrect for MedianXL current version?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.