Skip to content

Releases: pairofdocs/gomule-d2r

v0.14

05 Jun 02:57
Compare
Choose a tag to compare

Fix reading a character's corpse if the savefile has one

v0.13

04 Jun 03:22
Compare
Choose a tag to compare

Add fix for cube_y dimension
Add fix for rare items having only one name. "Death" instead of "Death Whorl"

v0.12

02 Jun 19:31
Compare
Choose a tag to compare

Collab with DNA64#1029 from Discord

Added optional Grail Tracking when a Flavie report button is clicked

Specify your MainMenu layout json path in gomule-d2r\gomule\layoutsConfig.json

example:

{
    "menuPanelHDPath": "D:\\D2R\\Data\\global\\ui\\Layouts\\MainMenuPanelHD.json"
}

Then click the button Proj Flavie Report + Grail on the lower left hand side in GoMule and see your Grail Track stats in-game

grail_track_uni_set_rune_16by9

v0.10

31 May 19:51
Compare
Choose a tag to compare

Add flavie report summary json as output along with gomulereport.html

example gomule/GoMuleSummary.json

{   ...
    "all set items": {
        "found-nr": 1,
        "found-perc": 0.79,
        "notfound-perc": 99.21,
        "total-nr": 127,
        "notfound-nr": 126
    },
    "miscellaneous": {
        "found-nr": 13,
        "found-perc": 44.83,
        "notfound-perc": 55.17,
        "total-nr": 29,
        "notfound-nr": 16
    },
    "runewords": {
        "found-nr": 3,
        "found-perc": 12.5,
        "notfound-perc": 87.5,
        "total-nr": 24,
        "notfound-nr": 21
    },
    "class-specific items": {
        "found-nr": 0,
        "found-perc": 0,
        "notfound-perc": 100,
        "total-nr": 27,
        "notfound-nr": 27
    },
    "all items": {
        "found-nr": 15,
        "found-perc": 2.96,
        "notfound-perc": 97.04,
        "total-nr": 506,
        "notfound-nr": 491
    }, ...

v0.9

30 May 16:23
Compare
Choose a tag to compare

Fix weapon swap display on character. And minor cleanup

v0.8

30 May 05:48
Compare
Choose a tag to compare

Merc item reading and moving works

v0.7

29 May 01:04
Compare
Choose a tag to compare

An item icon now appears for a selected row in the stash view
image

v0.7b

29 May 13:24
Compare
Choose a tag to compare

Fix issue with item_type = item_type.stripTrailing() not working in JRE 8. Needs .trim() method

v0.6

27 May 23:03
Compare
Choose a tag to compare

Char stash is displayed on the left hand side and equip+inventory on the right hand side, consistent with how it appears in-game
image

v0.5

27 May 06:08
Compare
Choose a tag to compare

Add reading + writing a shared stash .d2i file