DJAurelius Posted May 13, 2022 Share Posted May 13, 2022 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 More sharing options...
DJAurelius Posted May 15, 2022 Author Share Posted May 15, 2022 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 More sharing options...
Recommended Posts