DonBruce64 / MinecraftTransportSimulator

A Minecraft mod that adds planes and automobiles with realistic physics!
Other
113 stars 61 forks source link

Variables don't permiate on parts placed on the ground #1510

Closed DrprofLuigi closed 1 year ago

DrprofLuigi commented 1 year ago

Things like applyAfter and interactableVariables don't work properly when a part is placed on the ground. Animations for collisions also don't work properly.

This can be seen in these pictures

When I lose the lid, the hitbox that has applyAfter does not move: image

When I reload the world, the box animates properly image

Same is true when I open it. image

The button hitbox on the stereo has a visibility animation that also does not work. image

DonBruce64 commented 1 year ago

Is this the hitbox, or the actual animation or both?

DrprofLuigi commented 1 year ago

The animations work fine (as shown in the first and third image), however the hitboxes don't move, and the interactableVariables don't change. It's like only the animations work.

boot2big commented 1 year ago

Can confirm this is a bug, this vehicle hoist does not work correctly. (As seen in the video, the red hitboxes are supposed to follow the track, but this is not the case.) Additionally, the green hitbox seen hovering above the control panel is supposed to disappear when the hoist is lowered, as it would not be possible to flip it.

https://user-images.githubusercontent.com/53581325/215592200-3fdd83ae-0484-471f-b6d1-d296d200bb6b.mp4

I was also going to report vehicles not being able to drive on the hitboxes themselves, but I remembered that this exact thing actually came up if I'm not mistaken. Sad, but at least it's only a slab up, so the connector part will still be close enough to the wheels to pick them up onto the hoist.

boot2big commented 1 year ago

Found a PA-side workaround for now, although the original reason I had made this lift for doesn't quite work yet anyways. Nevertheless, development time can easily be focused on other things at the moment!

DonBruce64 commented 1 year ago

Fixed in V22.7.0.