Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ground anchor levitates after a scene load #214

Open
StormCircuit opened this issue Mar 13, 2024 · 2 comments
Open

Ground anchor levitates after a scene load #214

StormCircuit opened this issue Mar 13, 2024 · 2 comments
Labels
kspBug Identified KSP issue

Comments

@StormCircuit
Copy link

The Stamp-o-Tron ground anchor teleports upward every save. I have not found a way to reverse the effect.

Reproduction is simple:
place a ground anchor
go to tracking station
load ground anchor
image

KSP.zip

@gotmachine gotmachine added the kspBug Identified KSP issue label Apr 5, 2024
@Searcher-M
Copy link

there are 2 issues here actually. one is that an anchor is moved to be placed on the ground on load but it is placed at the wrong height. the other one is that vessel coordinates are saved based on root part position and rotation but the vessel bends under it's own weight, so when loaded it has anchor at different position.

for the first issue probably need to reload anchor after placing it so that it will no longer move on next loads.

for the second issue need to automatically make the anchor a root part whenever vessel has it.

@Gouvernathor
Copy link

This is a very annoying bug, and I see it appearing under other circumstances : when warping and dewarping, the anchor also jumps upward.
And, but I may be very wrong about this, I only saw that issue after installing the communityfixes. But I may just have missed it before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kspBug Identified KSP issue
Development

No branches or pull requests

4 participants