Skip to content

Commit

Permalink
Graphical Overmap update (#35792)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larwck authored and ZhilkinSerg committed Jan 4, 2020
1 parent 175ddf5 commit c4f6a89
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
File renamed without changes
File renamed without changes.
32 changes: 16 additions & 16 deletions data/mods/Graphical_Overmap/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,112 +209,112 @@
"id": "cabin",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_1",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_1",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_2",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_2",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_3",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_3",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_4",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_4",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_5",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_5",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_6",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_6",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_7",
"name": "cabin",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
"id": "cabin_roof_7",
"name": "cabin roof",
"sym": "\u00E2",
"color": "i_green"
"color": "brown"
},
{
"type": "overmap_terrain",
Expand Down
11 changes: 6 additions & 5 deletions data/mods/Graphical_Overmap/readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Last updated for build #9934
Last updated 2020-1-3

Installation:
- Move 'map_font_LARWICK.png' into your /data/font folder.
- Move 'fonts.json' into your /config folder and overwrite - unless you have previously made changes to the file, in which case you will need to modify it manually to save your changes. Make sure 'fonts.json' no longer remains in the graphical overmap mod folder.
- In graphics options change the overmap font width to "16" then restart.
- Rename 'fonts.json.txt' to 'fonts.json', move into your /config folder and overwrite - unless you have previously made changes to the file, in which case you will need to modify it manually to save your changes. Make sure 'fonts.json' no longer remains in the graphical overmap mod folder.
- In graphics options make sure the overmap font width/height/size are all set to "16" then restart.

Optional:
- I would advise disabling the 5x5 location map in the sidebar, as it becomes unreadable by using this mod.
- I would advise disabling the 5x5 location map in the sidebar, as it becomes unreadable by using this mod. Press } to access sidebar options and choose either 'labels' (using the Location Alt panel instead of Location) or 'labels-narrow'.
- For a more muted palette to increase readability move 'base_colors.json' into your /config folder and overwrite. The crossroads with manhole (road_nesw_manhole) actually uses the dark_gray (60,60,60) from this palette, so may look slightly off if you are using a different dark_gray.

Issues:
- MAJOR: Mod doesn't work for people using cyrillic script or diacritic glyphs.
- MAJOR: You may have problems (usually color based) when running this on anything but Windows.
- MINOR: The arbitrary symbol I have used to represent each icon will appear at the top of the sidebar on the overmap screen when the tile is selected.
- MINOR: Some locations are hidden in forests. However, some of these have the symbol and colour of a forest, while their name reveals what they really are (eg. "cabin_aban1"). Not sure whether to make them look like forests or as their name suggests. So far have made them the symbol of their name, but green.
- MINOR: I know it's possible to change dirt roads, although getting the angles right confused me so I left it for now.
Expand Down

0 comments on commit c4f6a89

Please sign in to comment.