Skip to content

Commit

Permalink
1.8.1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macluky committed Jan 1, 2020
1 parent 6e78813 commit db18aab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions Parts/cBBp_Dragon_Capsule/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ PART
author = cBBp

// --- asset parameters ---
mesh = model.mu
MODEL
{
model = cBBp_Dragon/Parts/cBBp_Dragon_Capsule/model
scale = 1.0, 1.0, 1.0
}
scale = 1
rescaleFactor = 1.0
rescaleFactor = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
Expand All @@ -18,8 +22,8 @@ PART
node_stack_trunk = 0.0, -0.6316727, 0.0, 0.0, -1.0, 0.0, 2

// --- effects
fx_exhaustFlame_yellow = 0.0, -5, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_yellow = 0.0, -5, 0.0, 0.0, 0.0, 1.0, running
fx_exhaustFlame_yellow = 0.0, -5, 0.0, 0.0, 1.0, -1.5, running
fx_exhaustLight_yellow = 0.0, -5, 0.0, 0.0, 0.0, -1.0, running
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
sound_vent_large = decouple

Expand Down Expand Up @@ -124,7 +128,7 @@ PART
thrusterTransformName = RCSthruster
thrusterPower = 1
// fxOffset = 0, -39.3, 0
//fxOffset = 1e5, 1e5, 1e5
fxOffset = 0, 0, -50

resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
Expand Down Expand Up @@ -164,6 +168,7 @@ PART
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
//localPosition = 0, 0, 0.1
localRotation = -90, 0, 0
}
}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ Unzip into your main KSP folder, delete old versions before that. Have module ma

##NOTES:

* none
* known issue with the offset of the thrusters, help appreciated

##Changes

* fixes for KSP 1.8.1
* fixes for KSP 1.2.2
* added mission flags
* updated buoyancy profile
Expand Down

0 comments on commit db18aab

Please sign in to comment.