Releases: pairofdocs/gomule-d2r
v0.14
Fix reading a character's corpse if the savefile has one
v0.13
Add fix for cube_y dimension
Add fix for rare items having only one name. "Death" instead of "Death Whorl"
v0.12
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
v0.10
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
Fix weapon swap display on character. And minor cleanup
v0.8
Merc item reading and moving works
v0.7
v0.7b
Fix issue with item_type = item_type.stripTrailing()
not working in JRE 8. Needs .trim()
method
v0.6
v0.5
Add reading + writing a shared stash .d2i file