Project Zomboid

Project Zomboid

Darker Map
Showing 1-10 of 14 entries
< 1  2 >
Update: 5 Jan @ 6:52pm

hopefully fixed for b41 again

Update: 26 Dec, 2024 @ 8:16pm

Credit to Hx for getting out a fixed version before I had a chance to. I was able to review the new version to determine the necessary changes, which was just a re-organization of files. I also added a note to the top of the file stating that anyone can edit the mod at any time for any reason with no preconditions. I'll aim to keep this mod updated just so that mod lists dont need to be updated, but if for whatever reason I am not able to get to updating it timely, the modding community doesn't need to suffer if someone is willing to put in the work to get it fixed before I have a chance to.

Update: 2 Jul, 2024 @ 5:29pm

Update: 2 Jul, 2024 @ 5:26pm

got files mixed up... had an error in there, new file should be good, sorry!

Update: 2 Jul, 2024 @ 5:20pm

dhert bug fix - fixed movement lock and added proper initialization

Update: 12 Mar, 2023 @ 8:56pm

reverting again for mod compatibility issues.

Update: 12 Mar, 2023 @ 8:36pm

Removed OnLoad event listener to stylize map on load. Seemed to cause a lot of issues for multiplier and caused being unable to move on singleplayer until opening map once. Change was to address minimap style only updating when opening world map, but nobody complained about that so I'm leaving this out for now.

Update: 12 Mar, 2023 @ 8:17pm

People experiencing issues, reverting changes for now.

Update: 12 Mar, 2023 @ 6:02pm

Overrode MapUtils.initDefaultStyleV1 again to address issues with style defaulting back after reading loot maps. Left in the keypress solution in case there are mod compatibility issues due to overriding this function. Also initializing style on load so that the minimap is automatically styled correctly.

Update: 12 Mar, 2023 @ 5:29pm

Fixed Darker pencil modification so that it stands out more against background (0.2,0.2,0.2) -> (0.1, 0.1, 0.1), it wasnt working once the note was created. This change required overriding ISTextBoxMap.selectColor, but made compatible with other mods. However other mods could disable this functionality if they are loaded after and do a poor job of making things compatible.