Fixed top nodes for Mastodon/Galleon 3.75m Boattail variants.

This commit is contained in:
Poodmund 2022-09-20 09:54:04 +01:00
parent 4c06604169
commit 0beafe34ae
4 changed files with 6 additions and 4 deletions

View File

@ -714,7 +714,7 @@
} }
NODES NODES
{ {
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
@ -914,7 +914,7 @@
} }
NODES NODES
{ {
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2
} }
} }

View File

@ -1,5 +1,6 @@
v1.4.4 v1.4.4
------ ------
- Fixed top node for Mastodon 3.75m Boattail variant
- Fixed Russian localization syntax - Fixed Russian localization syntax
- Fixed variant display names for lights - Fixed variant display names for lights
- Tidied up various config syntax errors, thank you HebaruSan! - Tidied up various config syntax errors, thank you HebaruSan!

View File

@ -480,7 +480,7 @@ PART
} }
NODES NODES
{ {
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
@ -674,7 +674,7 @@ PART
} }
NODES NODES
{ {
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 node_stack_top = 0.0, 0.177279, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -2.54, 0.0, 0.0, -1.0, 0.0, 2
} }
} }

View File

@ -1,5 +1,6 @@
v1.4.4 v1.4.4
------ ------
- Fixed top node for Galleon 3.75m Boattail variant
- Introduce patch to correctly locate CoM on Making History SP-R Triangle Structural Panels - Introduce patch to correctly locate CoM on Making History SP-R Triangle Structural Panels
- Tidied up various config syntax errors, thank you HebaruSan! - Tidied up various config syntax errors, thank you HebaruSan!