Skip to content

Commit

Permalink
Fixing the Attachment Node size for MK1 parts (they should be 0, as S…
Browse files Browse the repository at this point in the history
…tock does).

Fixes: zer0Kerbal#45
  • Loading branch information
Lisias committed Sep 5, 2023
1 parent 08e662c commit 520a4f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GameData/DaMichel/CargoBays/Parts/125/dcb-125-1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ PART
bulkheadProfiles = size1, srf

attachRules = 1,1,1,1,0
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 0

node_stack_top2 = 0.0, 0.48, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom2 = 0.0, -0.48, 0.0, 0.0, 1.0, 0.0, 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/DaMichel/CargoBays/Parts/125/dcb-125-2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ PART
bulkheadProfiles = size1, srf

attachRules = 1,1,1,1,0
node_stack_top = 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1.0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -1.0, 0.0, 0.0, -1.0, 0.0, 0

node_stack_top2 = 0.0, 0.98, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom2 = 0.0, -0.98, 0.0, 0.0, 1.0, 0.0, 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/DaMichel/CargoBays/Parts/125/dcb-125-4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ PART
bulkheadProfiles = size1, srf

attachRules = 1,1,1,1,0
node_stack_top = 0.0, 2.0, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -2.0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -2.0, 0.0, 0.0, -1.0, 0.0, 0

node_stack_top2 = 0.0, 1.98, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom2 = 0.0, -1.98, 0.0, 0.0, 1.0, 0.0, 0
Expand Down

0 comments on commit 520a4f6

Please sign in to comment.