Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

[ bug ] The merge block changes the name of the ship permanently. #598

Open
TheNitrogen opened this issue Aug 30, 2018 · 3 comments
Open

Comments

@TheNitrogen
Copy link

TheNitrogen commented Aug 30, 2018

https://www.youtube.com/watch?v=t2Gqe2XMQmU

@ViciousVinnyD
Copy link

Not sure if there's much that can be done about this. When you merge two ships together, the game no longer considers them two separate grids. Instead, they become one single grid with a single name. The old name is therefore discarded.

You could theoretically make the grid that was just added keep its name stored somewhere until that section was connected through the use of anything but merge blocks. But I doubt this will happen.

@mccorkle
Copy link

@ViciousVinnyD is correct in that this is a design issue with how two grids merge.

I'd like to add that this isn't the best place to post bugs -- put those on the keen support forum as they don't monitor these issues: https://support.keenswh.com/spaceengineers/general

@BitFros7y
Copy link

Not a bug, its actually intended behaviour i think. But pretty sure it could be "fixed" by just adding grid name variable to each merge block, and when you disconnect take the name from merge block on that grid. I think there would be need to find only the first merge block to avoid possible problems (like changing grid name twice) but pretty sure it could be done easy by just extending merge block properties and actions taken when disconnected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants