d2rmm icon indicating copy to clipboard operation
d2rmm copied to clipboard

Mod Manager for Diablo II: Resurrected

Results 7 d2rmm issues
Sort by recently updated
recently updated
newest added

``` let unused = D2RMM.readJson(`hd\\character\\npc\\act2guard2.json`); let path = `hd\\character\\enemy\\act2hire.json`; let file = D2RMM.readJson(path); D2RMM.writeJson(path, file); ``` Expected behaviour: only `act2hire.json` is created. Actual behaviour: both files are created. ``` let...

_This issue is a direct result of the discussion [here](https://github.com/olegbl/d2rmm.mods/pull/16)._ It would be nice if the D2RMM mod settings (mod.json) could get a new setting type for custom color values....

Hello, I implemented a pseudo loot filter that allows removing all item bases individually in D2R and organized them by TC as this is how the game does it internally...

I have multiple folders for D2RMM. For both my 1.7.0 folders auto-update doesn't work: - it shows the message that an update is available - I press update - it...

Hi Oleg, You previously implemented my request to add a way to enable/disable all settings in a section (thanks again for that). I have since spent a lot of time...

TypeScript support has been a blessing for my modding. One issue that I've run into a few times though is that D2RMM doesn't support its own types. To reproduce, add...

I've finally gotten around to checking out the updater error: - the logs don't help, there's nothing after "Applying update" - the error is related to permissions to run the...