A bit better now,-QA Testing-
Works better now although a few remaining issues, probably closely related to each other, tried to put it in a decent format although not sure if I succeeded at that...:
1. The Length, Height, Width information in build mode is incorrect if you try a placement that goes outside the limit and if it's far enough. has several issues remaining though:Probably has to do with chunk initialization.
## Make sure the dimension limits are set to something like 10 or 20
## Make a new ship core
# Doesn't work for ship entities# Place down a line of 50 blocks long starting with a new ship core.
## Check build mode info, dimensions will be 51m yet the amount of blocks placed will be correct
2. You're able to place 1 block more down compared than the allowed dimensions.
## Set limit to 20
# For stations it works but with issues:# Notice how the game allows you to get your dimensions to 21
3. A Block removal action (right click or undo) that crosses a chunk border **and** the ship is already 1 or more blocks over the limit (can be achieved by doing the previous issue) will cause the game to not recognize this change when it comes to the dimensional limit. The block gets removed but you get an error message with any new build action saying your ship is over the limit, using the old ship's dimensions in the error message.
## The current dimensions of your ship is bigger than the actual ship, leading to a false positive. Can make anything invalid because you're allowed to put 1 block beyond the max dimensionsSet ship dimension to 20
## If## Go above the dimension limitit with 1 block (Length 21m, Height, you're not allowed to remove blocks to go below it.1m, Once you go above it you're stuck.Width 1m)
{F15966}
This limit should only apply for placing down blocks## Remove exactly **5** or more blocks with 1 click from the front
### If you use 4 or less, you'll not cross a chunk border with that build action, templates or trying to spawn in a ship that is above the limit.
It should not apply on removing blockscheck the block coordinates
## Notice how you can't build anymore, that way you always haveapparently still over the chance to convert existinglimit although your ships into something usable. should not be.