Caedendi
Caedendi
### Please check for a duplicate first - [X] I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue. ###...
Previously there was no option to disable changing a font color. Selecting the default value would overwrite the current value, which is both unnecessary and would conflict with other mods....
Due to a copy/paste error, the description for keys was the same as that for tomes.
Adds settings to the ExpandedStash mod to rename the stash tabs to whatever you'd like: - a master switch to enable/disable all names set below - 7 text fields for...
``` 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....
Hi there. I'm getting an error for which I can't find the solution. This is my first attempt at getting a docker container to run, so please forgive me if...
I'm on page 53, which tells the reader to run the console command `dotnet ef migrations add AddItems` This ends up in an error because dotnet-ef is no longer included...
**Is your feature request related to a problem? Please describe.** When using multiple devices or migrating from one to another, we must now manually export the settings on one device...
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...