Skip to content

Releases: squeek502/d2info

v0.5.1

08 Dec 22:04
Compare
Choose a tag to compare
  • Fix text flickering in the console window

v0.5.0

07 Feb 02:43
Compare
Choose a tag to compare
  • d2info will now work in multiplayer (LAN/private servers).

NOTE: Don't try using it on Battle.net, as it could result in a ban

v0.4.0

07 Aug 23:46
Compare
Choose a tag to compare
  • Fix tick units not matching the actual visual ticks
  • Added 'Next tick in Y xp' to the console output (also outputted to output/next-tick-in-xp.txt)
  • Whenever exactly one tick is gained, output/tick-party.txt has 'party' inserted into it for TICK_PARTY_DURATION seconds (set in the config); any time outside of that, output/tick-party.txt will be empty

v0.3.2

07 May 22:26
Compare
Choose a tag to compare
  • Send entire console output to console-output.txt (convenient option for adding all the info to a stream overlay)
  • Remove [PAUSED] output line

v0.3.1

02 Mar 07:29
Compare
Choose a tag to compare
Add support for D2SE

v0.3.0: Big update

23 Feb 09:33
Compare
Choose a tag to compare
- Drop support for versions < 1.13, as I don't want to install that many versions of d2 to get the offsets
- Add config with a few options
- Add support for ignoring time spent in town past a certain threshold, to allow for stash management without ruining xp/min (default is 20 seconds)
- Time spent paused is now ignored for game-time xp/min calculations
- Add run tracking and # runs till level
- Reformat console output to be more readable/concise
- Add /players x value to output
- General improvements/bug fixes/refactoring
- Add a bunch of stuff for calculating real xp gain (area level, player level pentalty, /players x), but don't have a good way of displaying it yet and its not quite done (relevant console output is disabled by default)
- Now depends on luabitop

v0.2.2: Lots of additional safety/crash fixes

12 Dec 06:49
Compare
Choose a tag to compare
Fixes a bunch of potential startup crashes, and protects against reading incorrect experience data while joining a new game (closes #1)

v0.2.1

12 Dec 05:58
Compare
Choose a tag to compare
Fix error on first launch of D2

v0.2.0: Add outputting info to file and info about ticks gained

12 Dec 05:48
Compare
Choose a tag to compare
- Now requires luafilesystem (lfs)
- Fixed negative number display in friendlyNumber/friendlyTime

v0.1.0

11 Dec 10:18
Compare
Choose a tag to compare

Initial version, just outputs to a console window for now.