In this craft you can see how some attachment points are dissabled in the block part. This is made modifying the xml code of the craft.
If you want to make this work you should know that you can connect one attachment point to multiple nodes at the same time, so what you want to do is make the game think that the attachment point in the lower part of the strut is connected to more than one side of the block
<Connection partA="2" partB="1" attachPointsA="1" attachPointsB="0" />
<Connection partA="2" partB="1" attachPointsA="1" attachPointsB="2" />
<Connection partA="2" partB="1" attachPointsA="1" attachPointsB="3" />
4 Comments
- Log in to leave a comment
-
-
Dev Pedro
@GDAAI if you're using windows AppData/LocalLow/Jundroo/Simplerockets 2/UserData/CraftDesigns iirc
-
2 Upvotes
Log in in to upvote this post.
@GDAAI I think @Exospaceman knows where to find the files