#[1.17.1] Ship does not align with mouse right-click in Virtual Flight Service

1 messages · Page 1 of 1 (latest)

nova forge
#

The ship orientation appears to be offset to the right when right-clicking in the flight-sim. Works fine in normal flight.

opal mango
#

Hm. Aligns for me. Something in the build or settings?

#

hud size perhaps?

nova forge
#

that does seem to affect it

#

setting HUD to min fixes the effect

opal mango
#

The mouse controls might assume that they are working on the root viewport

opal mango
#

It looks like get_global_mouse_position is not giving correct response when an item is not on a root viewport

#

aaah okay

#

I see what is happening

#

well this is a pickle

#

you are not actually seeing that viewport, really. You are clicking on an image that this viewport is projected upon.

opal mango
#

what a fscking rabbit hole 😅

opal mango
#

well that was unexpectedly difficult