About this mod
Allows adding Color-Presets to maps
- Requirements
- Permissions and credits
- Changelogs
- Donations
VisualizeTK
by PlatonymousAdd color Presets to maps

The mod on it's own does nothing.
Add a Property to your map called "VTK_Preset" with the name of one of the currently available color Presets:
Grey or Gray
Sepia
Underwater
Garden
Desaturated
Danger
Heat
Midnight
Sunset
Custom
"Custom" Preset (1.1.0+)
When the Preset is set to "Custom", the colors only change if one or more of these additional Properties are set on the map:
"VTK_Sat"
string of a floating point number (exp. 0.5), that sets the saturation.
Alternatively you can use "VTK_SatR", "VTK_SatG" and or "VTK_SatB" to set the colorsaturations by channel.
"VTK_Tint"
string setting the colortint of the map in the format "R-G-B" (exp. 255-0-0 for red)
You can add multiple comma-seperated colors (exp. 255-0-0,0-255-0,0-0-255) to have the map gradually circle through them.
Set a floating point number to "VTK_TintSpeed" to increrase (> 1.0) or decrease (< 1.0) the speed of those transitions.
The extra parameters can also be added when using other Presets to override selected parameters.
Event Commands (1.2.0+)
To activate the presets in events use the event commant "vtk_preset" followed by the preset name.
If you choose Custom, you can set the parameters with the additional commands:
"vtk_sat" (followed by either one or three numbers),
"vtk_tint" (followed by one or more colors)
"vtk_tspeed" (followed by a number)
before the end of the event call "vtk_clear" to make sure the preset is no longer active after the event.
Examples:
.../farmer 64 16 2 Demetrius 64 18 0/vtk_preset Custom/vtk_sat 0.2 0.1 0.8/vtk_tint 255-0-0 0-255-0/vtk_tspeed 2.0/.../vtk_clear/end
.../farmer 64 16 2 Demetrius 64 18 0/vtk_preset Sepia/.../vtk_clear/end

If you have any questions or feature requests you can usually find me on the Stardew Valley Discord under the username Routine#8715

If you like my mods and want to support me, you can do so via Paypal or on Patreon.