Skip to content

Commit 7646dee

Browse files
committed
Merge pull request #109 from snjo/DEVELOP
Develop
2 parents 80e438f + 2e058ac commit 7646dee

File tree

41 files changed

+51
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+51
-59
lines changed

Firespitter/cockpit/FSmonitorScript.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using A;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Text;

For release/Firespitter/Firespitter.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"VERSION": {
55
"MAJOR": 7,
66
"MINOR": 1,
7-
"PATCH": 0
7+
"PATCH": 1
88
},
99
"KSP_VERSION": {
1010
"MAJOR": 1,

For release/Firespitter/Parts/Aero/FS_oblongNoseIntake/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ scale = 1
1313

1414
// --- node definitions ---
1515
//node_stack_top = 0.0, 0.35, -0.12, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.236, 0.0, 0.0, 1.0, 0.0
17-
node_attach = 0.0, -0.236, 0.0, 0.0, 1.0, 0.0, 1
16+
node_stack_bottom = 0.0, -0.236, 0.0, 0.0, -1.0, 0.0
17+
node_attach = 0.0, -0.236, 0.0, 0.0, -1.0, 0.0, 1
1818

1919

2020

For release/Firespitter/Parts/Command/FS_apacheCockpit/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rescaleFactor = 1
1414
// --- node definitions ---
1515
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
1616
node_stack_top = 0.0, 1.252, 0.215, 0.0, 1.0, 0.0
17-
node_stack_bottom = 0.0, -0.851, 0.0, 0.0, 1.0, 0.0
17+
node_stack_bottom = 0.0, -0.851, 0.0, 0.0, -1.0, 0.0
1818
node_attach = 0.0, 0.0, 0.512, 0.0, 0.0, -1.0, 1
1919

2020
// --- editor parameters ---

For release/Firespitter/Parts/Command/FS_bomberCockpit/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scale = 1
1616
//node_stack_top = 0.0, 10.2, -9.4, 0.0, 0.0, -1.0
1717
//node_stack_bottom = 0.0, -19.2, 0.0, 0.0, 1.0, 0.0
1818
node_stack_top = 0.0, 1.02, -0.94, 0.0, 0.0, -1.0
19-
node_stack_bottom = 0.0, -1.92, 0.0, 0.0, 1.0, 0.0
19+
node_stack_bottom = 0.0, -1.92, 0.0, 0.0, -1.0, 0.0
2020

2121

2222

For release/Firespitter/Parts/Command/FS_copterCockpit/part.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ scale = 1.0
1313

1414
// --- node definitions ---
1515
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
16-
//node_stack_bottom = 0.0, -7.11, 0.0, 0.0, 1.0, 0.0, 1
17-
node_stack_bottom = 0.0, -0.711, 0.0, 0.0, 1.0, 0.0, 1
16+
node_stack_bottom = 0.0, -0.711, 0.0, 0.0, -1.0, 0.0, 1
1817

1918

2019

For release/Firespitter/Parts/Command/FS_fighterCockpit/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rescaleFactor = 1
1414
// --- node definitions ---
1515
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
1616
node_stack_top = 0.0, 0.938, 0.0, 0.0, 1.0, 0.0
17-
node_stack_bottom = 0.0, -1.07, 0.0, 0.0, 1.0, 0.0
17+
node_stack_bottom = 0.0, -1.07, 0.0, 0.0, -1.0, 0.0
1818
node_attach = 0.0, 0.0, 0.512, 0.0, 0.0, -1.0, 1
1919

2020
// --- editor parameters ---

For release/Firespitter/Parts/Engine/FS_PROpeller/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scale = 1.0
1616
rescaleFactor = 1.0
1717

1818
// --- node definitions ---
19-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
19+
node_stack_top = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
2020

2121

2222
// --- editor parameters ---
@@ -26,7 +26,7 @@ category = Propulsion
2626
subcategory = 0
2727
title = FS1PRO Customizable Propeller engine
2828
manufacturer = Bitesized Industries
29-
description = A totally customizable propelelr engine. Tweak the engine size and power, the number of blades and their length.
29+
description = A totally customizable propeller engine. Tweak the engine size and power, the number of blades and their length.
3030

3131
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
3232
attachRules = 1,0,1,0,0

For release/Firespitter/Parts/Engine/FS_PROpellerElectric/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scale = 1.0
1616
rescaleFactor = 1.0
1717

1818
// --- node definitions ---
19-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
19+
node_stack_top = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
2020

2121

2222
// --- editor parameters ---

For release/Firespitter/Parts/Engine/FS_copterRotorMain/part.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ mesh = model.mu
1515
scale = 1.0
1616

1717
// --- node definitions ---
18-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0
19-
node_stack_bottom = 0.0, 0.75, 0.0, 0.0, 0.0, -1.0
18+
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
19+
node_stack_bottom = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0
2020

2121
// --- FX definitions ---
2222

@@ -48,7 +48,7 @@ manufacturer = Bitesized Industries
4848
description = This engine will take you up, up, dooown!
4949

5050
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
51-
attachRules = 1,1,1,1,1
51+
attachRules = 1,1,0,0,0
5252

5353
// --- standard part parameters ---
5454
mass = 0.5

For release/Firespitter/Parts/Engine/FS_copterRotorMainElectric/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mesh = model.mu
1111
scale = 1.0
1212

1313
// --- node definitions ---
14-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0
14+
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
1515

1616
// --- FX definitions ---
1717

@@ -35,7 +35,7 @@ manufacturer = Bitesized Industries
3535
description = When there's just not enough oxygen to burn your dead dinosaurs, you will want to fly using this potato battery compatible engine. Warning: potato battery array will need to be massive! Keep the arrow pointed forward when placing!
3636
3737
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
38-
attachRules = 1,1,1,1,1
38+
attachRules = 1,1,0,0,0
3939
4040
// --- standard part parameters ---
4141
mass = 0.5

For release/Firespitter/Parts/Engine/FS_copterRotorTail/part.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mesh = model.mu
1111
scale = 1.0
1212

1313
// --- node definitions ---
14-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0
15-
node_stack_bottom = 0.0, 0.75, 0.0, 0.0, 0.0, -1.0
14+
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
15+
node_stack_bottom = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0
1616

1717
// --- FX definitions ---
1818

@@ -44,7 +44,7 @@ manufacturer = Bitesized Industries
4444
description = This engine will take you up, up, dooown! Make sure to attach our patented tail rotor FS2F (sold separately) to control your rotation. Keep the arrow pointed forward when placing!
4545

4646
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
47-
attachRules = 1,1,1,1,1
47+
attachRules = 1,1,0,0,0
4848

4949
// --- standard part parameters ---
5050
mass = 0.005

For release/Firespitter/Parts/Engine/FS_noseEngine/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mesh = model.mu
1111
scale = 1
1212

1313
// --- node definitions ---
14-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
15-
node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
14+
node_stack_top = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
15+
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
1616

1717
// --- FX definitions ---
1818

For release/Firespitter/Parts/Engine/FS_noseEngineElectric/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mesh = model.mu
1111
scale = 1
1212

1313
// --- node definitions ---
14-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
15-
node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
14+
node_stack_top = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
15+
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
1616

1717
// --- FX definitions ---
1818

For release/Firespitter/Parts/Engine/FS_oblongTailJet/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.7505, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -1.296, -0.29, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -1.296, -0.29, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.75, 0.0, 0.0, 0.0, 1.0, 1
1818

1919
// --- FX definitions ---

For release/Firespitter/Parts/Engine/FS_propellerFolding/part.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ scale = 1.0
1212
rescaleFactor = 0.9
1313

1414
// --- node definitions ---
15-
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
16-
node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
15+
node_stack_top = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
16+
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
1717

1818
// --- FX definitions ---
1919

For release/Firespitter/Parts/FuelTank/FS_dropTank/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scale = 1
1010
rescaleFactor = 1
1111

1212
node_attach = 0.00, 0.0, -0.244, 0.0, 0.0, 1.0, 1
13-
node_stack_top = 0.00, 0.0, -0.244, 0.0, 0.0, 1.0, 1
13+
node_stack_top = 0.00, 0.0, -0.244, 0.0, 0.0, -1.0, 1
1414

1515
TechRequired = fuelSystems
1616
cost = 500

For release/Firespitter/Parts/FuelTank/FS_dropTankMount/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scale = 1
1010
rescaleFactor = 1
1111

1212
node_attach = 0.0, 0.0, -0.02, 0.0, 0.0, 1.0, 1
13-
node_stack_bottom = 0.0, 0.0, 0.132, 0.0, 0.0, -1.0, 1
13+
node_stack_bottom = 0.0, 0.0, 0.132, 0.0, 0.0, 1.0, 1
1414

1515
TechRequired = fuelSystems
1616
cost = 50

For release/Firespitter/Parts/Fuselage/FS_bombBay/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node_stack_two = 0.0, 0.0, -0.62, 0.0, 0.0, 1.0, 1
1414
node_stack_three = 0.0, -1.0, -0.62, 0.0, 0.0, 1.0, 1
1515

1616
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
17-
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 2
17+
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
1818
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
1919

2020
TechRequired = highAltitudeFlight

For release/Firespitter/Parts/Fuselage/FS_bomberFuselage/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scale = 1
1010
rescaleFactor = 1
1111

1212
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
13-
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 2
13+
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
1414
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
1515

1616
TechRequired = highAltitudeFlight

For release/Firespitter/Parts/Fuselage/FS_bomberFuselageTail/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scale = 1
1010
rescaleFactor = 1
1111

1212
node_stack_top = 0.0, 2.06, 0.0, 0.0, 1.0, 0.0, 2
13-
node_stack_bottom = 0.0, -2.85, 0.0, 0.0, 1.0, 0.0, 2
13+
node_stack_bottom = 0.0, -2.85, 0.0, 0.0, -1.0, 0.0, 2
1414
node_attach = 1.25, 2.59, 0.0, 1.0, 0.0, 0.0, 1
1515

1616
TechRequired = highAltitudeFlight

For release/Firespitter/Parts/Fuselage/FS_crewFuselage/part.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ scale = 1
1616
//scale = 0.01
1717

1818
// --- node definitions ---
19-
//node_stack_top = 0.0, 75.01, 0.0, 0.0, 1.0, 0.0
20-
//node_stack_bottom = 0.0, -75.01, 0.0, 0.0, 1.0, 0.0
21-
//node_attach = 0.0, 0.0, -50.1, 0.0, 0.0, 1.0, 1
2219
node_stack_top = 0.0, 0.7501, 0.0, 0.0, 1.0, 0.0
23-
node_stack_bottom = 0.0, -0.7501, 0.0, 0.0, 1.0, 0.0
20+
node_stack_bottom = 0.0, -0.7501, 0.0, 0.0, -1.0, 0.0
2421
node_attach = 0.0, 0.0, -0.501, 0.0, 0.0, 1.0, 1
2522

2623
CrewCapacity = 2

For release/Firespitter/Parts/Fuselage/FS_oblongFuselageHalf/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.3766, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.3758, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.3758, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.51, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongMultiTank/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rescaleFactor = 1.0
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.941125, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.94075, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.94075, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.6375, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongNose/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.359, -0.12, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.236, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.236, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, -0.236, 0.0, 0.0, 1.0, 0.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongNoseLong/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
//node_stack_top = 0.0, 1.691, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.155, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.155, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, -0.155, 0.0, 0.0, 1.0, 0.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongNoseRound/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
//node_stack_top = 0.0, 0.47, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.155, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.155, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, -0.155, 0.0, 0.0, 1.0, 0.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongTail/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.7505, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -1.296, -0.29, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -1.296, -0.29, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.75, 0.0, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongToRoundAdapter/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.251, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.250, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.250, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.51, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_oblongToSmallAdapter/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.245, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.207, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.207, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, -0.207, 0.0, 0.0, 1.0, 0.0, 1
1818

1919

For release/Firespitter/Parts/Fuselage/FS_tailBoom/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ scale = 1.0
1717
//node_stack_bottom = 0.0, -9.6, -1.15, 0.0, 1.0, 0.0, 0
1818
//node_attach = 0.0, 7.55, 0.0, 0.0, 1.0, 0.0
1919
node_stack_top = 0.0, 0.755, 0.0, 0.0, 1.0, 0.0
20-
node_stack_bottom = 0.0, -0.96, -0.115, 0.0, 1.0, 0.0, 0
20+
node_stack_bottom = 0.0, -0.96, -0.115, 0.0, -1.0, 0.0, 0
2121
node_attach = 0.0, 0.755, 0.0, 0.0, 1.0, 0.0
2222

2323
// --- FX definitions ---

For release/Firespitter/Parts/Structural/FS_floatEndNose/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
//node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.251, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.251, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.3022, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Structural/FS_floatGearbay/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.501, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.3022, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Structural/FS_floatStraight/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.501, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -0.3022, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Structural/FS_floatStrut/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scale = 1
1313

1414
// --- node definitions ---
1515
node_stack_top = 0.0, 0.0387, 0.0, 0.0, 1.0, 0.0
16-
node_stack_bottom = 0.0, -0.0387, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.0387, 0.0, 0.0, -1.0, 0.0
1717
node_attach = 0.0, 0.0, -1.091, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Structural/FS_landingPads/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rescaleFactor = 1.0
1313

1414

1515
// --- node definitions ---
16-
node_stack_top = 0.0, 0.0, -0.1, 0.0, 0.0, 1.0
16+
node_stack_top = 0.0, 0.0, -0.1, 0.0, 0.0, -1.0
1717
node_attach = 0.0, 0.0, -0.1, 0.0, 0.0, 1.0, 1
1818

1919

For release/Firespitter/Parts/Utility/FS_apacheNoseASAS/part.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rescaleFactor = 1
1313

1414
// --- node definitions ---
1515
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
16-
node_stack_bottom = 0, 0, 0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0
1717

1818

1919
// --- FX definitions ---

For release/Firespitter/Parts/Utility/FS_battery/part.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ mesh = model.mu
1212
scale = 1.0
1313

1414
// --- node definitions ---
15-
//node_stack_top = 0.0, 5.01, 0.0, 0.0, 1.0, 0.0
16-
//node_stack_bottom = 0.0, -5.01, 0.0, 0.0, 1.0, 0.0
17-
//node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
1815
node_stack_top = 0.0, 0.501, 0.0, 0.0, 1.0, 0.0
19-
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, 1.0, 0.0
16+
node_stack_bottom = 0.0, -0.501, 0.0, 0.0, -1.0, 0.0
2017
node_attach = 0.501, 0.0, 0.0, 1.0, 0.0, 0.0, 1
2118

2219

0 commit comments

Comments
 (0)