Skip to content

Commit

Permalink
Fixed the monoprop engines:
Browse files Browse the repository at this point in the history
        O-10
        O-40
        RCSBoon
        RCSRack
        Vernier
  • Loading branch information
linuxgurugamer committed Mar 10, 2019
1 parent e37f7cc commit 2866a3b
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 36 deletions.
10 changes: 9 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,12 @@ ChangeLog
Added a few more missing bulkheadProfiles lines

0.3.25.2
Added ReStockwhitelist file
Added ReStockwhitelist file

0.3.26
Fixed the monoprop engines:
O-10
O-40
RCSBoon
RCSRack
Vernier
21 changes: 11 additions & 10 deletions GameData/SXT/Parts/Rocketry/Control/OMS/O-40-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PART
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
transformName = RCSthruster
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
Expand All @@ -81,7 +81,7 @@ PART
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = RCSjet
transformName = RCSthruster
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
Expand All @@ -92,18 +92,19 @@ PART
}
}

MODULE // added
MODULE
{
name = ModuleEngines
name = ModuleEnginesFX
thrustVectorTransformName = thrustTransform
exhaustDamage = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 65 // 20
heatProduction = 50 // 30
fxOffset = 0, 0, 0.02
maxThrust = 65
heatProduction = 50
fxOffset = 0, 0, 1.02
EngineType = MonoProp
exhaustDamageDistanceOffset = 0.25
runningEffectName = running
PROPELLANT
{
name = MonoPropellant
Expand All @@ -112,9 +113,9 @@ PART
}
atmosphereCurve
{
key = 0 290
key = 1 80
key = 2 0.001
key = 0 250
key = 1 120
key = 4 0.001
}
}

Expand Down
36 changes: 23 additions & 13 deletions GameData/SXT/Parts/Rocketry/Control/OMS/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PART
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
transformName = RCSthruster
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
Expand All @@ -78,7 +78,7 @@ PART
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = RCSjet
transformName = RCSthruster
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
Expand All @@ -91,20 +91,30 @@ PART

MODULE
{
name = ModuleRCSFX
thrusterTransformName = RCSthruster
thrusterPower = 40
resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
name = ModuleEnginesFX
thrustVectorTransformName = thrustTransform
exhaustDamage = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 40
heatProduction = 45
fxOffset = 0, 0, 1.02
EngineType = MonoProp
exhaustDamageDistanceOffset = 0.25
runningEffectName = running
PROPELLANT
{
name = MonoPropellant
ratio = 0.9
DrawGauge = True
}
atmosphereCurve
{
key = 0 290
key = 1 80
key = 2 0.001
}
{
key = 0 250
key = 1 120
key = 4 0.001
}
}

// MODULE
// {
// name = ModuleGimbal
Expand Down
4 changes: 2 additions & 2 deletions GameData/SXT/Parts/Rocketry/Control/RCSBoon/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
transformName = RCSthruster
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
Expand All @@ -70,7 +70,7 @@
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = RCSjet
transformName = RCSthruster
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
Expand Down
4 changes: 2 additions & 2 deletions GameData/SXT/Parts/Rocketry/Control/RCSRack/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PART
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
transformName = RCSthruster
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
Expand All @@ -74,7 +74,7 @@ PART
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = RCSjet
transformName = RCSthruster
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
Expand Down
1 change: 1 addition & 0 deletions GameData/SXT/Parts/Rocketry/Control/Vernier/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ PART
AUDIO
{
channel = Ship
transformName = thrustTransform
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 1.0 1.0
Expand Down
4 changes: 2 additions & 2 deletions GameData/SXT/SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 3,
"PATCH": 25,
"BUILD": 2
"PATCH": 26,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion ModuleBounce/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.3.25.2")]
[assembly: AssemblyVersion("0.3.26.0")]
4 changes: 2 additions & 2 deletions SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 3,
"PATCH": 25,
"BUILD": 2
"PATCH": 26,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
3 changes: 0 additions & 3 deletions aa.sh

This file was deleted.

0 comments on commit 2866a3b

Please sign in to comment.