Jump to content

Open Community  ·  1424 members

Stardew Valley

Recommended Posts

Posted

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.

Posted

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.

  • Recently Browsing   0 members

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