Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 755 Bytes

ROADMAP.md

File metadata and controls

18 lines (13 loc) · 755 Bytes

Mod Manager

  • Toggle all button for sections
  • Mod config actions
  • Typeahead config
  • Add min D2RMM version for APIs in docs
  • Modlists (CSV of Nexus mod ids, downloadable as a pack)

Mods

  • New mod that dynamically generates list of all Horadric Cube recipes (UI Panel)
  • New mod that dynamically generates list of all Runewords (UI Panel)
  • New mod that dynamically generates list of all installed mods (UI Panel)

Tools

  • https://github.com/dschu012/d2s based save editor as electron project reading from game directory to understand modded files (data, sprites, etc...)
    • Maybe integrate CascLib, like in D2RMM, just to be able to read all the vanilla sprites/etc... without having to bundle them - but CascLib gives some folks trouble...