GoMule enabled for D2R
http://gomule.sourceforge.net/ all credits go to Gohanman, Randall, Silospen, collaborators, ...
Original usage docs: https://managedway.dl.sourceforge.net/project/gomule/gomule/R0.31/GoMuleDocs.pdf
- Install Java Runtime Environment JRE (Windows x64 exe) following the instructions
- Download the repo from here and unzip it to a convenient location
- Double click the app at
gomule-d2r-main/gomule/GoMule.jar
- Alara Shade made this useful video on the installation and usage of the LoD version of GoMule https://youtu.be/ZyRUlZhZU0E?t=55
- Merc item reading and saving
- Moving items between chars (pic)
- Annihilus and Torch charms inventory graphics fixed
- Reading + writing a shared stash .d2i file (pic)
- Changed from original gomule: stash is moved to the left hand side and char + inventory to the right hand side, consistent with how it appears in-game
- Changed from original gomule: an item icon now appears for a selected row in the stash view (pic)
WARNING: Back up important save files when using GoMule!
GoMule automatically creates backup directories in GoMule.backup/
each week
by default.
This can be changed to each day
, month
or never
.
Click on Preferences when the app is open to change this setting.
- To build the GoMule app install JDK (either Java SE 11 (LTS) or Java SE 16) from here.
- Install ant from here following the instructions. Go through the
Setup
section and set upANT_HOME
,JAVA_HOME
and addANT_HOME/bin
to your path - In a terminal go to the directory
gomule-d2r/gomule/
and runant Jar-BuildAllOptimezed
. This builds GoMule.jar - Debuggin with breakpoints using an IDE also lets you test the app (but doesn't create the java archive GoMule.jar)
- http://gomule.sourceforge.net/ for the original app
- https://github.com/d07RiV/d07riv.github.io for the save file converter and cracking the item Huffman encoding
- https://github.com/dschu012/d2s for the save file converter and editor
- https://user.xmission.com/~trevin/DiabloIIv1.09_File_Format.shtml for extensive details on the d2s file format