Results 40 comments of pairofdocs

I haven't tested with mod txt files I'm able to load "cheated" characters with this gomule version. I converted a few .d2s files from here https://sites.google.com/site/diablo2chars/chars-1 using the LoD ->...

Hey @jongad Oh! thanks for the heads up I'll add a note in the README for the time being

Hey, good point The main menu displays character's gear and D2R ~~keeps the save file open.~~ (EDIT: keeps the char data in memory) I want to stay away from checking...

@Pwntheon good idea Trying this example from stack overflow https://stackoverflow.com/questions/1390592/check-if-file-is-already-open - Tested: D2R running and GoMule running - Result: the save file is not open and I can still do...

@m4ke72 Good point, I realized that just now when testing

@Pwntheon here's a build ready with a check for d2r.exe running before saving files https://github.com/pairofdocs/gomule-d2r/archive/refs/heads/main.zip I didn't get any annoying windows warning popups when launching gomule.jar

Item encoding has changed in D2R, you're right. a .d2x file has to be converted to D2R for gomule-d2r to read it. There is a tool to convert D2 LoD...

@Pwntheon do you have an example stash with some items? default.d2x has the header, item count (0), file version and a checksum but no items ![image](https://user-images.githubusercontent.com/76428136/134778447-db932bb4-04eb-405c-9759-e6f5172452b3.png)

In progress converter here: https://pairofdocs.github.io/atma-stash-d2r/ I'm still testing. I was able to open an example stash with 1 item (.d2x converted to .d2i) and open it in gomule

@semenzaharov I'll look into that conversion after debugging the .d2x -> .d2i one Thanks for the file 👍 I was reading the binary data from it and saw 6673 items...