Page 1 of 1

[Rseding91] [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Wed May 24, 2017 9:37 pm
by c0bRa
Hio,

when you delete items with a red Blueprint with filters, Ghost Items which would match the filter aren't deleted.
(I had to build my modular Trainstation-BPs like that in 0.15.13, caused by the non functional right klick issue ;))

For Retry:
Use a bigger blueprint and don't have all items with you, then delete items with a filtering blueprint (whitelisted).
The problem is, that you have to delete several times, caused by instantly building robots who get the items and build one ghost to that item instantly.

Re: [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Wed May 24, 2017 9:47 pm
by Rseding91
Ghosts are a different entity type - there's a filter that lets you select them - which means this is working as intended.

Now, I've been thinking about changing it so if you have an entity filtered AND the ghost type filtered then it will also work on normal entities and the ghost kind. But I don't know yet.

Re: [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Wed May 24, 2017 10:53 pm
by c0bRa
Ah okay, just found it in the BP... ;)

Without knowing it, my thought was, that it deletes also the ghost entities, as long as it is the same type like the filter. Also the ghost filter does not specify the ghost item but all ghost items... :)

Re: [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Thu May 25, 2017 7:34 am
by kovarex
I would say that the most common case is that you don't case whether it is ghost or built entity of that type, when you want to get rid of it.

Re: [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Thu May 25, 2017 9:10 am
by c0bRa
kovarex wrote:[...]is that you don't care whether it is ghost or built entity [...]
Fixed it for you ;)

Re: [Rseding91] [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Tue Jun 20, 2017 2:31 pm
by Rseding91
I changed it for the next version of 0.15 so it treats ghosts matching normal entity filters as normal entities.

Re: [Rseding91] [0.15.13] Ghost Buildings and filtering Disassembler-BP

Posted: Fri Jul 21, 2017 11:56 am
by c0bRa
Nice thx... :)