Skip to content

Commit

Permalink
Weight fix Attila
Browse files Browse the repository at this point in the history
  • Loading branch information
Neouni committed May 21, 2015
1 parent 2b75973 commit 5601ed0
Show file tree
Hide file tree
Showing 70 changed files with 81 additions and 75 deletions.
6 changes: 4 additions & 2 deletions FNPlugin/ModuleSabreHeating.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public void FixedUpdate() {

if (rapier_engine != null)
{
if (rapier_engine.isOperational && rapier_engine.currentThrottle > 0 && rapier_engine.useVelocityCurve)
//if (rapier_engine.isOperational && rapier_engine.currentThrottle > 0 && rapier_engine.useVelocityCurve)
if (rapier_engine.isOperational && rapier_engine.currentThrottle > 0 && rapier_engine.atmChangeFlow)
{
float temp = (float)Math.Max((Math.Sqrt(vessel.srf_velocity.magnitude) * 20.0 / GameConstants.atmospheric_non_precooled_limit) * part.maxTemp * proportion, 1);
if (temp >= (part.maxTemp - 10.0f))
Expand All @@ -71,7 +72,8 @@ public void FixedUpdate() {

if (rapier_engine2 != null)
{
if (rapier_engine2.isOperational && rapier_engine2.currentThrottle > 0 && rapier_engine2.useVelocityCurve) {
//if (rapier_engine2.isOperational && rapier_engine2.currentThrottle > 0 && rapier_engine2.useVelocityCurve) {
if (rapier_engine2.isOperational && rapier_engine2.currentThrottle > 0 && rapier_engine2.atmChangeFlow)
{
float temp = (float)Math.Max((Math.Sqrt(vessel.srf_velocity.magnitude) * 20.0 / GameConstants.atmospheric_non_precooled_limit) * part.maxTemp * proportion, 1);
if (temp >= (part.maxTemp - 10.0f))
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Command/computerCore/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rescaleFactor = 1

CrewCapacity = 0

node_stack_bottom = 0.0, -0.29, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.29, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.29, 0.0, 0.0, 1.0, 0.0, 2

cost = 2000
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Command/scienceModule/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 1.7602737, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.7501, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.7501, 0.0, 0.0, -1.0, 0.0, 2

CrewCapacity = 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scale = 1
rescaleFactor = 2

node_stack_top = 0.0, 0.42856, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.4357, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.4357, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = experimentalScience
entryCost = 20000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 0.5

node_stack_top = 0.0, 1.2665, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.0, 0.0, 1.4, 0.0, 0.0, -1.0, 1

TechRequired = experimentalRocketry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 0.0, 0.0, 1.4, 0.0, 0.0, -1.0, 1

TechRequired = experimentalRocketry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 1.5

node_stack_top = 0.0, 1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.2665, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 0.0, 0.0, 1.4, 0.0, 0.0, -1.0, 1

cost = 150000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.935, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.925, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.925, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0

TechRequired = largeElectrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 1.5

node_stack_top = 0.0, 0.935, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.925, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.925, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0

TechRequired = largeElectrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.75, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0

TechRequired = largeElectrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
rescaleFactor = 0.5

node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.75, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0

TechRequired = largeElectrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MODEL
scale = 1
rescaleFactor = 1

node_stack_bottom = 0.0, -2.375, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.375, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 2.375, 0.0, 0.0, 1.0, 0.0, 2
node_attach = 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rescaleFactor = 1


node_stack_top = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

TechRequired = experimentalRocketry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rescaleFactor = 1.5


node_stack_top = 0.0, 1.5, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.5, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

TechRequired = experimentalRocketry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = Nuke_Reactor_Sr.mu
rescaleFactor = 1.93

node_stack_top = 0.0, 0.975, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.975, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.975, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = nuclearPropulsion
entryCost = 2600
Expand All @@ -18,6 +18,7 @@ subcategory = 0
title = 3.75m "Aegletes 2" Fission Reactor
manufacturer = Kerbin Electric Inc.
description = One of the largest nuclear reactors ever constructed by Kerbals, it is designed to fulfill the largest of power requirements and push the largest of upper stages into orbit and beyond.

attachRules = 1,0,1,1,0

mass = 28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = Nuke_Reactor_Sr.mu
rescaleFactor = 1.2175

node_stack_top = 0.0, 0.975, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.975, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.975, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = nuclearPropulsion
entryCost = 1700
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = Nuke_Reactor_Jr.mu
rescaleFactor = 0.75

node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = nuclearPropulsion
entryCost = 400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = Nuke_Reactor_Jr.mu
rescaleFactor = 1.5

node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = nuclearPropulsion
entryCost = 800
Expand All @@ -18,6 +18,7 @@ subcategory = 0
title = 1.25m "KIWI" Fission Reactor
manufacturer = Kerbinghouse Electric Company
description = The KIWI was an early design in the KSC program to develop nuclear reactors for space applications. It is small, well tested and reliable. Completely guaranteed not to turn anyone green.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MODEL
rescaleFactor = 1

node_stack_top = 0.0, 0.48, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.48, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.48, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = nuclearPropulsion
entryCost = 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
rescaleFactor = 1

node_stack_top = 0.0, 0.813, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.788, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.788, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = nuclearPropulsion
entryCost = 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
rescaleFactor = 1

node_stack_top = 0.0, 1.64, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.64, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.64, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = nuclearPropulsion
entryCost = 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MODEL
rescaleFactor = 1

node_stack_top = 0.0, 2.4, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.4, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.4, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = nuclearPropulsion
entryCost = 200
Expand All @@ -23,6 +23,7 @@ subcategory = 0
title = 3.75m "Akula" Fission Reactor
manufacturer = Kerbin Electric Inc.
description = Part of a new series of fission reactors with slightly different capabilities. The flagship "Akula" reactor provides tremendous power output, operating in unupgraded form as a Particle Bed reactor, which operates up to potentially higher themperatures than Molten Salt designs but has a power output that is inversely related to temperature. Once upgraded, the reactor is a Dusty Plasma design capable of producing a high proportion of its power as charged particles.

attachRules = 1,0,1,1,0

mass = 29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = smalln.mu
rescaleFactor = 0.5

node_stack_top = 0.0, 0.48, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.7, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.7, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = experimentalRocketry
entryCost = 12700
Expand All @@ -18,6 +18,7 @@ subcategory = 0
title = 62.5cm GEKKO Fusion Reactor
manufacturer = Kareva
description = The GEKKO fusion reactor is a small, portable, intertial (laser) fusion reactor and will stick to absolutely anything.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = smalln.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.48, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.7, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.7, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = experimentalRocketry
entryCost = 8500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = warp.mu
rescaleFactor = 1

node_stack_top = 0.0, 1.0252737, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = experimentalScience
entryCost = 500000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = warp.mu
rescaleFactor = 0.5

node_stack_top = 0.0, 1.0252737, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = experimentalScience
entryCost = 500000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = warp.mu
rescaleFactor = 1.5

node_stack_top = 0.0, 1.0252737, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -1.047, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = experimentalScience
entryCost = 500000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
scale = 1
rescaleFactor = 10

node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, -1.0, 0.0
node_stack_top = 0.0, 0.06924129, 0.0, 0.0, 1.0, 0.0


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
scale = 1
rescaleFactor = 20

node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.06924129, 0.0, 0.0, 1.0, 0.0, 2

TechRequired = advElectrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh = model.mu
scale = 1
rescaleFactor = 5

node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.06924129, 0.0, 0.0, -1.0, 0.0, 0
node_stack_top = 0.0, 0.06924129, 0.0, 0.0, 1.0, 0.0, 0

TechRequired = advElectrics
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/AluminiumHybrid/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rescaleFactor = 2.5


// --- node definitions ---
node_stack_bottom = 0.0, -12.5127, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -12.5127, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 10.2547, 0.0, 0.0, 1.0, 0.0, 2
node_attach = 0.0, 0.0, -5, 0.0, 0.0, 1.0, 1

Expand Down
4 changes: 2 additions & 2 deletions GameData/WarpPlugin/Parts/Engines/AugmentedArcjet/part0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
}

node_stack_top = 0.0, 0.12, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.12, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.12, 0.0, 0.0, -1.0, 0.0, 0

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand All @@ -29,7 +29,7 @@ description = The ATTILA (Adjustable Throttle Inductively Afterburning Arcjet) i
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 1
mass = 0.27
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
}

node_stack_top = 0.0, 0.18, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0, 1

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/MPD/part0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scale = 1
rescaleFactor = 0.5

node_stack_top = 0.0, 1.1615562, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, -1.0, 0.0, 0

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/MPD/part1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 1.1615562, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, -1.0, 0.0, 1

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/MPD/part2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scale = 1
rescaleFactor = 2

node_stack_top = 0.0, 1.1615562, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.1832844, 0.0, 0.0, -1.0, 0.0, 2

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/MagneticNozzle/part1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
}

node_stack_top = 0.0, 0.501, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.31, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.31, 0.0, 0.0, -1.0, 0.0, 1

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
2 changes: 1 addition & 1 deletion GameData/WarpPlugin/Parts/Engines/MagneticNozzle/part2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MODEL
}

node_stack_top = 0.0, 1.03, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.62, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.62, 0.0, 0.0, -1.0, 0.0, 2

fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
Expand Down
Loading

0 comments on commit 5601ed0

Please sign in to comment.