Moving feed down a little?Solved
Is it possible to move the feed down just a little? When using InfoPanel the first feed line is in same position as part of the info panel.
I am guessing a minor edit to the cs file?
Thanks. Loving this kill feed. Best one released.
line 415 you can edit  
_rectTransformStatic[i] = new CuiRectTransformComponent { AnchorMax = $"0.995 {0.986f - (_config.HeightIdent * i)}", AnchorMin = $"0.700 {0.964f - (_config.HeightIdent * i)}" };​
In response to CosaNostra ():
line 415 you can edit  _rectTransformStatic[i] = new CuiRectTransformComponent { AnchorMax = $"0.99...
I think a configuration option would be wiser, I doubt they'd want to make that change each plugin update. ;)
try AnchorMin = $"0.700
and yea next version will add to cfg
Is it possible to modify npc kill messages?
In response to CosaNostra ():
try AnchorMin = $"0.700
and yea next version will add to cfg
I tried that. Still same position.
Also tried 0.600
Same position.
Will play with that line some more and see what happens. :P
Thanks
In response to Tricky ():
Is it possible to modify npc kill messages?
Yea will add NPC's and animals if the demand is high.
In response to CosaNostra ():
Yea will add NPC's and animals if the demand is high.
Would love the option, hopefully others chime in!
love this same regarding NPC's & animals and being able to move it in cfg to where we like 

Thank you
Steve
In response to Gamingoutlaws ():
I tried that. Still same position.
Also tried 0.600
Same position.
Will play with tha...

These settings moves it down a bit so it doesnt show up over the infopanel

"Feed Position - Anchor Max. (Default: 0.995 0.986": "0.950 0.986"
"Feed Position - Anchor Min. (Default: 0.723 0.964": "0.500 0.890"

In response to I34K ():
These settings moves it down a bit so it doesnt show up over the infopanel"Feed Position - Anchor M...
Perfect thanks!!!
Locked automatically