Project Zomboid

Project Zomboid

65 ratings
Where are the animals?
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
129.798 KB
17 Jan @ 2:31am
18 Jan @ 12:39am
4 Change Notes ( view )

Subscribe to download
Where are the animals?

Description
This mod adds colored markers on both the cell world map and mini-map to help you track animals. Each animal type has its own distinct color making it easy to identify different species at a glance.

Features:
Shows all animals on both world map and mini-map
Unique colors for each animal family with subtle variations for different ages/genders
Displays animal type and gender when hovering over markers
Works with all vanilla animals

Workshop ID: 3409035433
Mod ID: animalmapping
Popular Discussions View All (1)
0
23 Jan @ 2:51am
Translation to the PTBR language
Stone
21 Comments
Rehab907 13 Jul @ 2:16am 
I love this mod. The only drawback was the labels attached to the dots drowning out the map. For those looking to have only the dots show up, go into the workshop folder and find

AnimalMapping.lua
(3409035433\mods\animal\common\media\lua\client)
Open it in Notepad++ or whatever

delete the follwing function to its end
local function getTranslatedAnimalName(animalType)


Then, inside another function
local function drawAnimalOnMap(map, animal, isMinimap)
find and delete these 3 lines
local animalName = getTranslatedAnimalName(animal:getAnimalType() or "Unknown")
local gender = animal:isFemale() and getText("IGUI_Animal_Female") or getText("IGUI_Animal_Male")
local displayText = string.format("%s / %s", animalName, gender)

Hope this helps. I haven't landed any errors with it yet
Ren 27 May @ 3:28am 
THANK YOU my poor little chicken called Chick Norris disappeared and i don't know where but it's possibly evading taxes and i need to hide it better :(
tuordiel 22 Apr @ 2:16am 
racoons shows on map whenever disabled or enabled in sandbox options
whatahell  [author] 21 Feb @ 5:53am 
ill fix it in the next update. thanks
hoshie 21 Feb @ 2:40am 
i really like this mod but it increases the lag potential and decreases the FPS (at least for me) significantly. From 80 FPS to 15 FPS at times or when there we're like 20 animals close it dropped to 4 FPS.

i disabled the mod afterwards and now the game runs fine again.
The insane load is also visible in the debug log where it write like up to 100 Messages in a few seconds.
SilentPines 18 Feb @ 2:35pm 
Doesn't seem to work as of the most recent B42 patches, (at least on existing saves) in case anyone else is wondering!
Ambyr 7 Feb @ 11:23am 
does this not work for b42 unstable? it doesn't show up in the mod list.
GodHatesYou! (EOA) 25 Jan @ 9:21pm 
Works like a charm. Good work and thank you!
Jiuco 24 Jan @ 5:00pm 
no funciona
veras001 24 Jan @ 3:31am 
I really like your mod, but I was wondering if it's possible to have just the yellow dot appear on the mini-map without the text below it. I think it would look awesome that way!