Jump to content

Open Community  ·  418 members

Stardew Valley

Mod Request: Dynamic UI


DJAurelius

Recommended Posts

I wish someone would create a mod that would dynamically change the colors of UI based on time of day or weather. It would be sick to have darker UI in the evenings, and default UI in the mornings. Anyone up for the challenge? I'd be happy to design the graphics.

Link to comment
Share on other sites

After doing some tinkering, it is possible via:

	{
      "LogName": "Dynamic Cursors",
      "Action": "EditImage",
          "Patchmode": "Overlay",
          "Target": "LooseSprites/Cursors",
          "FromFile": "assets/Dynamic/{{Time}}/Cursors.png",
          "SetProperties":{
            "CurrentTime": "{{Time}}"
          },
          "Update": "OnTimeChange",
          "When": {
            "Time": "0600, 1600"
          }
    },

Within the content.json file if ContentPatcher is used.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...