[File] Domestic Animals Radar

Forum for game modifications and custom clients.

[File] Domestic Animals Radar

Postby Heffernan » Tue Nov 28, 2017 10:57 am

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

Image

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>
Last edited by Heffernan on Tue Nov 28, 2017 11:21 am, edited 2 times in total.
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

Re: [File] Domestic Animals Radar

Postby Nikixos » Tue Nov 28, 2017 11:04 am

Nice work but why would i want to disable animals :/
can you just add the part where you modified for domestic animals so we can add it to our radars.xml
Image Image
User avatar
Nikixos
 
Posts: 1621
Joined: Mon Jan 21, 2013 9:03 am
Location: Mexico

Re: [File] Domestic Animals Radar

Postby Heffernan » Tue Nov 28, 2017 11:06 am

Code: Select all
   <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" />
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

Re: [File] Domestic Animals Radar

Postby Nsuidara » Tue Nov 28, 2017 11:17 am

Heffernan wrote:
Code: Select all
   <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" />


forgotten
Code: Select all
<marker pattern="gfx/kritter/calf/.+" text="Calf" color="#e34444" />
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: [File] Domestic Animals Radar

Postby Heffernan » Tue Nov 28, 2017 11:19 am

Nsuidara wrote:
Heffernan wrote:
Code: Select all
   <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" />


forgotten
Code: Select all
<marker pattern="gfx/kritter/calf/.+" text="Calf" color="#e34444" />


thx updated it
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

Re: [File] Domestic Animals Radar

Postby Nsuidara » Tue Nov 28, 2017 11:27 am

need
Code: Select all
<marker pattern="gfx/kritter/pigmale/.+" text="Male Pig (Boar)" color="#e34444" />
<marker pattern="gfx/kritter/sheepmale/.+" text="Male Sheep (Ram)" color="#e34444" />


and you give
Code: Select all
 <marker pattern="gfx/kritter/goatmale/.+" text="Female Goat" color="#e34444" />

but isn't Female Goat :D its Male Goat
Code: Select all
<marker pattern="gfx/kritter/goatmale/.+" text="Male Goat" color="#e34444" />
<marker pattern="gfx/kritter/goatfemale/.+" text="Female Goat" color="#e34444" />


ofc.
Code: Select all
<marker pattern="gfx/kritter/pigfemale/.+" text="Female Pig (Sow)" color="#e34444" />
<marker pattern="gfx/kritter/sheepfemale/.+" text="Female Sheep (Sheep)" color="#e34444" />
<marker pattern="gfx/kritter/sheepmale/.+" text="Male Sheep (Ram)" color="#e34444" />
<marker pattern="gfx/kritter/goatmale/.+" text="Female Goat (Nanny)" color="#e34444" />


i think propably for Cow:
Code: Select all
<marker pattern="gfx/kritter/cowmale/.+" text="Male Cow (Bull)" color="#e34444" />
<marker pattern="gfx/kritter/cowfemale/.+" text="Female Cow (Cow)" color="#e34444" />
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: [File] Domestic Animals Radar

Postby gorniksam » Tue Nov 28, 2017 11:36 am

<3
User avatar
gorniksam
 
Posts: 2233
Joined: Mon Mar 30, 2015 11:49 am
Location: Shame Corner

Re: [File] Domestic Animals Radar

Postby ZoddAlmighty » Tue Nov 28, 2017 11:52 am

Or just use enders?
ZoddAlmighty
 
Posts: 1165
Joined: Wed Sep 23, 2015 6:45 pm

Re: [File] Domestic Animals Radar

Postby grapefruitv » Tue Nov 28, 2017 12:18 pm

I just changed unknown animals icon's color to one that is not used for anything else, then made crows, salamanders and turtles not count as unknown animals (left the giant crickets though, would still want them to stand out if met in the wilderness).
Less steps, can't be mistaken for pelters and can still see all the other animals.
Not saying that your way is bad, just hinting people to alternative solution.
User avatar
grapefruitv
 
Posts: 709
Joined: Thu Aug 23, 2012 1:53 am

Re: [File] Domestic Animals Radar

Postby lachlaan » Tue Nov 28, 2017 12:45 pm

I think i used to have an audio alarm back on popham, should be doable if you really wanna zone out while you exolore and are too unfun to keep music on and audio on.
Exactly 6.022 x 10^23 worth of Lach molecules.
lachlaan
Customer
 
Posts: 2043
Joined: Tue Mar 12, 2013 3:11 pm

Next

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 11 guests

cron