
Mods / Map Waypoint Colours
Author: egocarib
Side: Client
Created: Aug 27th 2024 at 12:27 AM
Last modified: Aug 27th 2024 at 2:23 AM
Downloads: 823
Follow Unfollow 30
Recommended download (for Vintage Story v1.20.0 - v1.20.10):
waypointcolours (1.19).zip
1-click install
This is a continuation of Rangelost's mod, Waypoint Colours. Nothing about the mod has been changed. It has simply been recompiled to work on the latest versions of Vintage Story.
In short, this mod:
- Adds a new default palette of map icon colors for creating waypoints.
- Allows you to customize the color palette with a waypointcolours.json config file, if desired.
This is a simple mod with the objective of further increasing waypoint icon visibility on the world map.
Upon running the mod, a waypointcolours.json
config file will be created in the game's ModConfig directory if it doesn't already exist. The hex colour codes within can be modified, added to or removed to customize available colours in the waypoint menu.
In the ZIP archive, a defaultcolours.json
file is included, but not used. It is only there to provide the game's default list of colours for convenience.
As a side-effect, using custom colours may disable some of the game's hard-coded waypoint names (e.g. "Copper").
Note: This mod will not automatically modify the colour of existing waypoints.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.1.2 | 818 | Aug 27th 2024 at 2:23 AM | Show | waypointcolours (1.19).zip | 1-click install |
Here's my 88 color one:
{
"colours": [
"FF0000", "D81E3F", "A41228", "701017", "800000", "B22222", "8B0000", "FF5E78", "FF92A5", "FFC0CB", "FF4500",
"FFA07A", "BF360C", "802000", "402000", "FF8C00", "FFA500", "BF7000", "804000", "FFB23F", "FFFF00", "FFD700",
"E1FF5A", "C5E61E", "A5D900", "7FBE00", "5A9600", "417000", "32CD32", "00FF00", "008000", "004D00", "228B22",
"00FF7F", "00FA9A", "00C080", "008B45", "40E0D0", "00FFFF", "00BFFF", "0080BF", "005080", "003040", "001820",
"87CEEB", "5F9EA0", "4682B4", "4169E1", "1E90FF", "0000FF", "0000BF", "000080", "191970", "9370DB", "8A2BE2",
"6A5ACD", "4B0082", "2E1A47", "8B008B", "6A0D6A", "C71585", "DA70D6", "EE82EE", "FF77FF", "FF3FEB", "FF1493",
"D83FFF", "DB7093", "E6E6FA", "FFFFFF", "F5F5F5", "E0E0E0", "BFBFBF", "808080", "404040", "1A1A1A", "000000"
]
}
I've developed this alternative JSON file for my personal which is organized in a color chart, uses all 11 spaces on each line (44 colors total), with colors that show well on the new beige maps and the oldmap, and the file has breaks every 11 colors to make it easier to edit.
Some of you may find it useful.
{
"colours": [
"FF3F3F",
"FF6F6F",
"FF3FBF",
"FFBFBF",
"FF8811",
"D4AF37",
"FFDB3F",
"9ACD32",
"119911",
"005500",
"446644",
"D83FFF",
"993399",
"661166",
"DFBFFF",
"8B4513",
"AB6533",
"A67B5B",
"FFF8BF",
"D8FF1F",
"3F8C6C",
"7F9F7F",
"0000CD",
"5555DD",
"89CFF0",
"00FFFF",
"3FC5CC",
"BFFFC5",
"BFBFBF",
"F5F5DC",
"7F7F9F",
"9F7F7F",
"7D7D7D",
"FFFFFF",
"CFCFCF",
"6F6F6F",
"2F2F2F",
"111122",
"D83FFF",
"FF1111",
"FF793F",
"FFEB3F",
"11FF11",
"1111DD"
]
}
Yes, I tested and confirmed the existing file still works fine in 1.20 release (despite having 1.19 in the title).
Works in 1.20.0-rc.5 in case anyone is curious.