Diablo II: Resurrected
0 of 0

File information

Last updated

Original upload

Created by

none

Uploaded by

anwjrzlffj

Virus scan

Safe to use

Tags for this mod

2 comments

  1. VBPlays
    VBPlays
    • supporter
    • 0 kudos
    Cool mod, just a heads up, it doesn't work with a gamepad. I've seen this mod implemented in D2R remodded with gamepad support, would love to see it in d2r mm
    1. NDState
      NDState
      • supporter
      • 2 kudos
      Hi, for either you or mod author the change to make it work with gamepad seems simple enough, it's just copying the block of text the mod author wrote which is

              {
                  "type": "TimerWidget", "name": "timer",
                  "fields": {
                      "time": 0,
                      "message": "DialogMessage:ListItemClicked",
                  },
              },

      from their modded file at this location:

      C:\ ...\Diablo II Resurrected\Data\global\ui\layouts\vendorpanellayouthd.json

      into the file at this location:

      C:\ ...\Diablo II Resurrected\Data\global\ui\layouts\controller\vendorpanellayouthd.json

      And that's that.

      It seems so simple but like... I am so curious how anwjrzlffj figured out what a timer widget was, and what arguments it accepts, since it is not included in the original json I don't believe. Like actually... how the .. did you figure this out?! I want to know.