[File] Domestic Animals Radar

Hello Ladies and Gentleman and Kuku
sick of wandering the Autumnal Forrest and having all Domestic Animals look like Crows? or your minimap clutter with animals?
this is a Radar.xml that disables all Animals on the minimap Exept Darkness ones, Bears and Domestic Animals
AND it will turn Domestic Animals in a RED Triangle shped color for easier visibility

https://www.file-upload.net/download-12 ... r.xml.html
Source Code:
sick of wandering the Autumnal Forrest and having all Domestic Animals look like Crows? or your minimap clutter with animals?
this is a Radar.xml that disables all Animals on the minimap Exept Darkness ones, Bears and Domestic Animals
AND it will turn Domestic Animals in a RED Triangle shped color for easier visibility

https://www.file-upload.net/download-12 ... r.xml.html
Source Code:
- Code: Select all
<radarConfig>
<!-- players -->
<group name="players" show="true">
<marker pattern="gfx/borka/body" shape="circle" text="Player" color="#FF4040" />
</group>
<!-- For when trying to find certain elements on the radar -->
<group name="hidden" show="false">
<marker match="gfx/terobjs/staircaseup"/>
<marker match="gfx/terobjs/arch/hwall"/>
<marker match="gfx/terobjs/townhouse1door"/>
<marker match="gfx/terobjs/herbs/caterpillar"/>
<marker match="gfx/terobjs/herbs/seaweed" text="Seaweed" color="#00bd97" />
<marker match="gfx/terobjs/herbs/lime" text="Lime" color="#ffb814" />
<marker match="gfx/terobjs/herbs/flint" text="Flint" color="#aeaece" />
<marker match="gfx/terobjs/herbs/granite" text="Granite" color="#CA6744" />
<marker match="gfx/terobjs/herbs/witchshroom" text="Witch's Hat" color="#696969" />
<marker match="gfx/terobjs/herbs/waxingtoadstool" text="Waxing Toadstool" color="#99E655" />
<marker match="gfx/terobjs/herbs/virginiasnail" show="true" text="Virginia Snail" color="#ffffb3" />
<marker match="gfx/terobjs/herbs/Morel" text="Morel" color="#ffffb3" />
<marker match="gfx/terobjs/herbs/huckleberry" text="Huckleberries" color="#5F6699" />
<marker match="gfx/terobjs/herbs/blackberry" text="Blackberries" color="#aaff00" />
<marker match="gfx/terobjs/blackberrybush" text="Blackberry Bush" color="#7647B3" />
<marker match="gfx/terobjs/herbs/crowberry" text="Crowberry Stalk" color="#5F6699" />
<marker match="gfx/terobjs/herbs/wildgarlic" text="Wild Garlic" color="#FFF700" />
<marker match="gfx/terobjs/herbs/lilypad" text="Lilypad Bulb" color="#9966E6" />
<marker match="gfx/terobjs/herbs/milkweed" text="Milkweed Roots" color="#33E677" />
<marker match="gfx/terobjs/herbs/reeds" show="false" text="Reeds" color="#33E677" />
<marker pattern="gfx/kritter/frog/.+"/>
</group>
<!-- animals -->
<group name="darkness animals" show="true" showicon="false" shape="down" tooltip="true" color="#ffff00" order="100">
<marker pattern="gfx/kritter/argopelter/.+" text="Argopelter" color="#ed6464" />
<marker pattern="gfx/kritter/rat/.+" text="Rat" color="#999999" />
<marker pattern="gfx/kritter/hydrukey/.+" text="Hydrukey" color="#8888ff" />
<marker pattern="gfx/kritter/wishpoosh/.+" text="Wishpoosh" color="#6091ea" />
<marker pattern="gfx/kritter/furfur/.+" text="Furfur" color="#e59363" />
<marker pattern="gfx/kritter/quetzalcoatl/.+" text="Quetzalcoatl" color="#22ff22" />
<marker pattern="gfx/kritter/bear/.+" text="Bear" color="#e34444" />
<marker pattern="gfx/kritter/goatmale/.+" text="Female Goat" color="#e34444" />
<marker pattern="gfx/kritter/pigfemale/.+" text="Female Pig" color="#e34444" />
<marker pattern="gfx/kritter/sheepfemale/.+" text="Female Sheep" color="#e34444" />
<marker pattern="gfx/kritter/kid/.+" text="Kid" color="#e34444" />
<marker pattern="gfx/kritter/piglet/.+" text="Piglet" color="#e34444" />
<marker pattern="gfx/kritter/goatfemale/.+" text="Female Goat" color="#e34444" />
<marker pattern="gfx/kritter/lamb/.+" text="Lamb" color="#e34444" />
<marker pattern="gfx/kritter/calf/.+" text="Calf" color="#e34444" /
</group>
<group name="animals" show="false" showicon="false" shape="diamond" color="#ffff00" order="50">
<marker pattern="gfx/kritter/cricket/.+" text="Cricket" color="#aaffaa" order="25"/>
<marker pattern="gfx/kritter/rabbit/.+" text="Rabbit" color="#ffffee" order="25"/>
<marker pattern="gfx/kritter/turkey/.+" text="Turkey" color="#8888ff" />
<marker pattern="gfx/kritter/deer/.+" text="Deer" color="#e59363" />
<marker pattern="gfx/kritter/beaver/.+" text="Beaver" color="#6091ea" />
<marker pattern="gfx/kritter/cougar/.+" text="Cougar" color="#44e344" />
<marker pattern="gfx/kritter/rattler/.+" text="Timber Rattler" color="#22ff22" />
<marker pattern="gfx/kritter/crab/.+" text="Crab" color="#26C166" />
<marker pattern="gfx/kritter/spider/.+" text="Spider" color="#ffff00" />
<marker pattern="gfx/kritter/squirrel/.+" show="false" text="Squirrel" color="#ffff00" />
<marker pattern="gfx/kritter/butterfly/.+" show="false" showicon="true" text="Butterfly" color="#ffff00" />
<!-- unknown animals -->
<marker pattern="gfx/kritter/.+" color="#aaaaaa" />
</group>
<group name="grass" show="false" shape="square" tooltip="true" color="#ffff00">
<marker match="gfx/terobjs/herbs/autumngrass" text="Autumn Grass" color="#bab080" />
</group>
<group name="herb" show="true" shape="square" tooltip="true" color="#ffff00">
<marker match="gfx/terobjs/herbs/coarsesalt" text="Coarse Salt" color="#eeeeee" />
<marker match="gfx/terobjs/herbs/oakworth" text="Oakworth" color="#44E644" />
<marker match="gfx/terobjs/bumling/bumling-granite" shape="circle" text="Granite Boulder" color="#CA6700" />
<marker pattern="gfx/terobjs/items/.+" color="#ffaaff"/>
</group>
<group name="food" show="true" shape="down" tooltip="true" color="#ffff00">
<!-- shrooms -->
<marker match="gfx/terobjs/herbs/sugarcap" text="Sugar Caps" color="#eecc88" />
<marker match="gfx/terobjs/herbs/lavenderblewit" text="Lavender Blewit" color="#2F35F5" />
<marker match="gfx/terobjs/herbs/lobstermushroom" text="Lobster Mushroom" color="#FF8000" />
<!-- other -->
<marker match="gfx/terobjs/herbs/honeysucklekudzu" show="false" text="Honeysuckle Kudzu" color="#ee82ee" />
</group>
<group name="curio" show="true" shape="up" tooltip="true" color="#ffff00">
<marker match="gfx/terobjs/herbs/smoothstone" text="Smooth Stone" color="#eeeeee" />
<marker match="gfx/terobjs/herbs/chestnut" text="Stray Chestnut" color="#66E633" />
<marker match="gfx/terobjs/herbs/oldlog" text="Singing Old Log" color="#FF5533" />
<marker match="gfx/terobjs/herbs/driftwood" text="Aged Driftwood" color="#ff3355" />
<marker match="gfx/terobjs/herbs/newworldgourd" text="New World Gourd" color="#ff9955" />
<marker match="gfx/terobjs/herbs/seashell" text="Beautiful Seashell" color="#ff3355" />
<marker match="gfx/terobjs/herbs/devilwort" text="Devil's Wort" color="#ED4444" />
<marker match="gfx/terobjs/tumbleweed" text="Tumbleweed" color="#885A06" />
<marker match="gfx/terobjs/sled" text="Sled" color="#cc5555" />
</group>
<group name="custom" shape="square" show="true">
<marker pattern="gfx/terobjs/mineentrance" text="Mine entrance" color="#999999" />
<marker match="gfx/terobjs/herbs/arrowhead" text="Indian Arrowhead" color="#008Eaa" />
<marker match="gfx/terobjs/herbs/indianfeather" text="Indian Feather" color="#33ffdd" />
<marker match="gfx/terobjs/leanto" text="Leanto" color="#000000" />
<marker match="gfx/terobjs/minepoint-iron" text="IronPoint" color="#FFFFFF" />
<marker match="gfx/terobjs/minepoint-copper" text="CopperPoint" color="#BBBB22" />
<marker match="gfx/terobjs/wellpoint" text="WellPoint" color="#00FF00" />
<marker match="gfx/terobjs/claim" text="Claim" color="#555555" />
<marker match="gfx/fx/clue" text="Scent" color="#00ff00" />
</group>
</radarConfig>