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
[0.12.22] Biters atacking ghost player
[0.12.22] Biters atacking ghost player
Last edited by DevilXD on Thu Feb 18, 2016 12:36 pm, edited 1 time in total.
Re: [0.12.22] Biters atacking ghost player
Are you using the advanced-logistics-system mod?
Re: [0.12.22] Biters atacking ghost player
Yes, it's because of it ?
Re: [0.12.22] Biters atacking ghost player
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.
Since this is a mod issue, moving to not a bug.
Re: [0.12.22] Biters atacking ghost player
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
The mod should simply mark the character as not-destructible
That way aliens won't even attack him as it is not possible, can someone tell him?
Code: Select all
...destructible = false
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: [0.12.22] Biters atacking ghost player
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
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.kovarex wrote:The mod should simply mark the character as not-destructibleThat way aliens won't even attack him as it is not possible, can someone tell him?Code: Select all
...destructible = false
If you want to get ahold of me I'm almost always on Discord.
Re: [0.12.22] Biters atacking ghost player
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
I also added proper removal of the ghost entities when a player returns from remote view - thx Rseding91 for pointing that one out
Advanced Logistics System - Provides a detailed view of your logistics network and the items within it
Re: [0.12.22] Biters atacking ghost player
Well, I'm glad that I helped you get that worked out