Project Zomboid

Project Zomboid

Darker Map
Showing 11-14 of 14 entries
< 1  >
Update: 1 Mar, 2023 @ 9:01pm

Re-organized logic into functions to make the code a bit more organized.
Added logic to adjust pencil color from (0.2,0.2,0.2) -> (0.1,0.1,0.1) to make it visible in undiscovered areas of the map.
Changed undiscovered grid color from fully opaque dark grey to a barely transparent white so that it is mostly only visible in undiscovered areas.

Update: 28 Feb, 2023 @ 4:09pm

Fixed black primary roads, should be gray again.

Update: 28 Feb, 2023 @ 3:09am

Removed override of style intiialization function on map, instead re-create the style each time map is selected and initialize the map myself so that the first time we open it the style will be correct. Should be much more compatible with other mods now.

Update: 26 Feb, 2023 @ 12:10am