Skip to content

Commit 9a1cd52

Browse files
committed
Create SDHI_SMS_MMPatch_NodeResizer.cfg
MM Config to: - Change starting top/bottom stack nodes to 0 (smallest possible. Hope it's enough for players...) - Add ModuleNodeResizer to Avionics Ring & Heat Shield to resize stack nodes back up to 2 once vehicle is in the world.
1 parent cae5a3f commit 9a1cd52

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
@PART[SDHI_2.5_Heatshield]:NEEDS[NodeResizer]
2+
{
3+
@node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 0
4+
@node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 0
5+
6+
MODULE
7+
{
8+
name = ModuleNodeResizer
9+
AttachNode
10+
{
11+
name = top
12+
newsize = 2
13+
}
14+
AttachNode
15+
{
16+
name = bottom
17+
newsize = 2
18+
}
19+
}
20+
}
21+
@PART[SDHI_2.5_AvionicsRing]:NEEDS[NodeResizer]
22+
{
23+
@node_stack_top = 0.0, 0.08625, 0.0, 0.0, 1.0, 0.0, 0
24+
@node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
25+
26+
MODULE
27+
{
28+
name = ModuleNodeResizer
29+
AttachNode
30+
{
31+
name = top
32+
newsize = 2
33+
}
34+
AttachNode
35+
{
36+
name = bottom
37+
newsize = 2
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)