#coming soon to 2.0.16: instant

1 messages · Page 1 of 1 (latest)

mystic fern
#

Ooo I wanted to add something like that, how does it work?

graceful leaf
#

it just makes construction robots always teleport to the destination of their task, but when the task is to construct a ghost it'll play that animation too

mystic fern
#

How does it work on space platforms?

graceful leaf
#

space platforms don't use construction robots so it'll do nothing there

mystic fern
#

Sorry I was asking if you knew how space platforms work

graceful leaf
#

aka the space platform will just do their usual thing, which is basically the same as this mod

mystic fern
#

Is the animation just an entity you spawn over the bounding box?

graceful leaf
# mystic fern Sorry I was asking if you knew how space platforms work

oh, well on space platforms the ghosts you see are actually an EntityBeingBuilt, which is just a shell around a ghost that'll draw the animation, once the scaffolding up the ghost inside gets the real texture, and it'll turn into a real entity when the animation is done, for my mod i had to take some liberties and the internal entity of mine becomes active the moment the bot builds it when the scaffolding is up

mystic fern
#

Ohh I see

#

Thank you