Page 1 of 1

[0.12.22] Biters atacking ghost player

Posted: Thu Feb 18, 2016 12:29 pm
by DevilXD
So I was playing normally and then biters attacked something, so I checked the icon at the bottom of my screen and I saw this...:
http://i.imgur.com/6oatD3D.jpg
...and I thought I should take a screenshot and post it here.

EDIT: I waited couple of minutes for sun to raise, here's a better screenshot: http://imgur.com/e4xOc9B
They let me get close: http://imgur.com/iQa7ouI

Re: [0.12.22] Biters atacking ghost player

Posted: Thu Feb 18, 2016 12:33 pm
by Oxyd
Are you using the advanced-logistics-system mod?

Re: [0.12.22] Biters atacking ghost player

Posted: Thu Feb 18, 2016 12:37 pm
by DevilXD
Yes, it's because of it ?

Re: [0.12.22] Biters atacking ghost player

Posted: Thu Feb 18, 2016 12:41 pm
by Oxyd
Most likely, yes. Advanced-logistics-system creates an invisible character and makes sure it never dies by healing it to full health every tick – that's what they are attacking.

Since this is a mod issue, moving to not a bug.

Re: [0.12.22] Biters atacking ghost player

Posted: Thu Feb 18, 2016 12:59 pm
by DevilXD
Ohh, that's why... Well, now I'm considering removing it from my mods. Thank you for help.

Re: [0.12.22] Biters atacking ghost player

Posted: Fri Feb 19, 2016 7:25 am
by kovarex
The mod should simply mark the character as not-destructible

Code: Select all

...destructible = false
That way aliens won't even attack him as it is not possible, can someone tell him? :)

Re: [0.12.22] Biters atacking ghost player

Posted: Fri Feb 19, 2016 7:51 am
by Supercheese
Or alternatively you could give the invisible character a Max Health of 0, which should achieve the same effect of not being destructible.

Re: [0.12.22] Biters atacking ghost player

Posted: Fri Feb 19, 2016 5:43 pm
by Rseding91
kovarex wrote:The mod should simply mark the character as not-destructible

Code: Select all

...destructible = false
That way aliens won't even attack him as it is not possible, can someone tell him? :)
I looked at the mod and it's not cleaning up the invisible character it's making to do "remote view" so it's a multi-part issue with the mod.

Re: [0.12.22] Biters atacking ghost player

Posted: Mon Feb 29, 2016 6:42 pm
by Outsider
Thank you guys for pointing these issues out, i just update the mod to Version 0.2.11, using the "destructible" attribute and also setting the health/health recovery to 0.

I also added proper removal of the ghost entities when a player returns from remote view - thx Rseding91 for pointing that one out ;)

Re: [0.12.22] Biters atacking ghost player

Posted: Mon Feb 29, 2016 9:02 pm
by DevilXD
Well, I'm glad that I helped you get that worked out :)