Diablo 2 Interface for streamers/speedrunners
The tool reads memory that is used by Diablo 2 executable and finds information that can be useful to viewers of the stream (because the information is not visible ingame at all times).
The information that is currently shown in the tool are as follows:
- Player name
- Deathcount (is reset after DiabloInterface is restarted)
- Gold
- Level
- Base stats (strength, dexterity, vitality, energy)
- Advanced stats (FHR, FCR, FRW, IAS)
- Resistances
- Runes collected (configurable to show only relevant ones)
The tool is also able to do automatic splits in connection with a split tool like Livesplit. First you need to setup the same hotkey in DiabloInterface as your Start/Split hotkey in split tool. Then you have to setup splits that should be sent to your split tool. The naming and order of splits in DiabloInterface are not relevant, as only a Keypress is sent to the split tool then a split point is reached. There is no timer integrated directly into this tool (yet). Please note that automatic splits will only work if you start a new character while the tool is running.
The tool includes an experimental simple pipe server (Named pipe DiabloInterfaceItems
) that returns the items that the player has equipped. This can be useful for an item bot on twitch, that viewers can talk to. The slots that can be requested are, with command in brackets:
- head (
helm
,head
) - body (
armor
,body
,torso
) - amulet (
amulet
) - rings (
ring
,rings
) - belt (
belt
) - gloves (
glove
,gloves
,hand
) - boots (
boot
,boots
,foot
,feet
) - left weapon slot (
primary
,weapon
) - right weapon slot (
offhand
,shield
) - secondary left weapon slot (
secondary
,weapon2
) - secondary right weapon slot (
secondaryshield
,secondaryoffhand
,shield2
)
Let us know if something is broken or if you need a different build. Best create an issue. If you just want to use the tool and not mess with source code, use any of the builds here:
Example config file
Put them into same folder as the exe file and rename to settings.conf, or just load via settings menu.
Feel free to join us in Discord in our DiabloInterface Channel.
- The tool must be run as administrator, otherwise it cannot read the memory from another process.
- Because of the nature of how the tool works, there might be a warning from your Antivirus/Windows Smartscreen in precompiled exe. You can ignore the warning or compile the sources youself.
Tool in action
Slimoleq @ Twitch
Even though DI is only reading and not manipulating game data, we discourage the use of DiabloInterface in Battle.net. We do not know, if it is seen as a cheat/hack by Blizzard. Using the tool might possibly result in a ban.
Thank you for using, testing and developing the tool!
qhris (@twitch) - A LOT of work on DiabloInterface code + running through D2 ASM
slimoleq - idea + original program
teo1904 - streamer using DiabloInterface + bug reporting + testing