Skip to content

Commit

Permalink
Fixed node sizes and added missing fields
Browse files Browse the repository at this point in the history
    Added back the x-37_cargoBay, and deprecated the X-37_cargoBay
  • Loading branch information
linuxgurugamer committed Dec 7, 2020
1 parent eed0aff commit 4070977
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ChangeLog

0.1.1
Fixed node sizes and added missing fields
Added back the x-37_cargoBay, and deprecated the X-37_cargoBay

0.1.0.1
Fixed URL in .version file

Expand Down
8 changes: 6 additions & 2 deletions GameData/Benjee10_X-37B/Parts/CONFIG_X-37B_LFO.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,17 @@ PART
{
name = node_stack_top
transform = node1
size = 1.5
size = 1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = node_stack_bottom
transform = node2
size = 1.5
size = 1
method=FIXED_JOINT
rigid = true
}

MODULE
Expand Down
8 changes: 6 additions & 2 deletions GameData/Benjee10_X-37B/Parts/CONFIG_X-37B_RCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ PART
{
name = node_stack_top
transform = node1
size = 1.5
size = 1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = node_stack_bottom
transform = node2
size = 1.5
size = 1
method=FIXED_JOINT
rigid = true
}

MODULE
Expand Down
123 changes: 118 additions & 5 deletions GameData/Benjee10_X-37B/Parts/CONFIG_X-37B_cargoBay.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PART
{
name = X-37_cargoBay
name = x-37_cargoBay
module = Part
author = Benjee10

Expand Down Expand Up @@ -38,25 +38,138 @@ PART
{
name = top
transform = node2
size = 1.5
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = bottom
transform = node1
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = cargoBay1
transform = bayNode2
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = cargoBay2
transform = bayNode1
size=1
method=FIXED_JOINT
rigid = true
}

MODULE
{
name = ModuleAnimateGeneric
animationName = Deploy
startEventGUIName = Close
endEventGUIName = Open
actionGUIName = Toggle Bay Doors
allowDeployLimit = true
revClampDirection = false
revClampSpeed = true
revClampPercent = true
}

MODULE
{
name = ModuleCargoBay
DeployModuleIndex = 0
closedPosition = 1
lookupRadius = 1.5

nodeOuterForeID = top
nodeOuterAftID = bottom
nodeInnerForeID = cargoBay1
nodeInnerAftID = cargoBay2
}

MODULE
{
name = ModuleLiftingSurface
useInternalDragModel = False
deflectionLiftCoeff = 0.35
dragAtMaxAoA = 0.15
dragAtMinAoA = 0.1
}
}

PART
{
name = X-37_cargoBay
module = Part
author = Benjee10

TechRequired = Unresearcheable
entryCost = 0
cost = 0
category = none
subcategory = 0
title = Mk-X Cargo Bay (deprecated)
manufacturer = Black Projects Division
description = Ideal for carrying small payloads into orbit or on short suborbital hops when combined with the rest of the Mk-X system. Alternatively makes a great sandwich container.

attachRules = 1,0,1,1,0
mass = 0.3
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 1
crashTolerance = 50
breakingForce = 50
breakingTorque = 50
maxTemp = 2500 // = 3000
emissiveConstant = 0.8
fuelCrossFeed = True
bulkheadProfiles = mkx
tags = x-37b cargo spaceplane

MODEL
{
model = Benjee10_X-37B/Parts/X-37_cargoBay
}
rescaleFactor = 1

NODE
{
name = top
transform = node2
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = bottom
transform = node1
size = 1.5
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = cargoBay1
transform = bayNode2
size = 1
size=1
method=FIXED_JOINT
rigid = true
}
NODE
{
name = cargoBay2
transform = bayNode1
size = 1
size=1
method=FIXED_JOINT
rigid = true
}

MODULE
Expand Down
4 changes: 3 additions & 1 deletion GameData/Benjee10_X-37B/Parts/CONFIG_X-37B_droneCore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ PART
{
name = node_stack_bottom
transform = node1
size = 1.5
size = 1
method=FIXED_JOINT
rigid = true
}

MODULE
Expand Down
4 changes: 2 additions & 2 deletions Mk.X-37B.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 1,
"PATCH": 0,
"BUILD": 1
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down

0 comments on commit 4070977

Please sign in to comment.