-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from zer0Kerbal/2.1.0.0-release
Version 2.1.0.0-release
- Loading branch information
Showing
19 changed files
with
491 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-96.6 KB
(72%)
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/compartment-bump_NRM.tga
Binary file not shown.
Binary file modified
BIN
+47.5 KB
(100%)
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/compartment-complete.tga
Binary file not shown.
Binary file added
BIN
+67.1 KB
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/compartment-light.tga
Binary file not shown.
Binary file modified
BIN
-49.1 KB
(96%)
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/compartment.tga
Binary file not shown.
70 changes: 70 additions & 0 deletions
70
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/door.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
PART | ||
{ | ||
// Kerbal Space Program - Part Config | ||
// SLS Attachment point | ||
// | ||
|
||
// --- general parameters --- | ||
name = km_com_door_1 | ||
module = Part | ||
author = dtobi | ||
|
||
// --- asset parameters --- | ||
MODEL | ||
{ | ||
model = Klockheed_Martian_Special/Parts/Compartments/door | ||
scale=1,1,1 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 1.0 | ||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = specializedConstruction | ||
entryCost = 4000 | ||
cost = 50 | ||
category = Utility | ||
subcategory = 0 | ||
title = Wet workshop door | ||
manufacturer = Klockheed Martian | ||
description = Attach this door to any tank. Turn it into a hab module later. Transfer supplies into the door and the convert empty space to living space. | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,1 | ||
|
||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0.0, 0.0 , 0.1, 0.0, 0.0, 1.0 | ||
// --- standard part parameters --- | ||
mass = 0.05 | ||
dragModelType = default | ||
maximum_drag = 0.05 | ||
minimum_drag = 0.05 | ||
angularDrag = 0.3 | ||
crashTolerance = 20 | ||
maxTemp = 3600 | ||
|
||
CrewCapacity = 0 | ||
|
||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 0.0 | ||
maxAmount = 0.1 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = EmptySpace | ||
amount = 0.0 | ||
maxAmount = 0.1 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = km_WetWorkshop | ||
} | ||
|
||
|
||
|
||
} | ||
|
Binary file added
BIN
+104 KB
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/door.mu
Binary file not shown.
57 changes: 57 additions & 0 deletions
57
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/partbox.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
PART | ||
{ | ||
// Kerbal Space Program - Part Config | ||
// SLS Attachment point | ||
// | ||
|
||
// --- general parameters --- | ||
name = km_com_partbox_1 | ||
module = Part | ||
author = dtobi | ||
|
||
// --- asset parameters --- | ||
MODEL | ||
{ | ||
model = Klockheed_Martian_Special/Parts/Compartments/partbox | ||
scale=1,1,1 | ||
} | ||
scale = 1.0 | ||
rescaleFactor = 1.0 | ||
|
||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = specializedConstruction | ||
entryCost = 4000 | ||
cost = 50 | ||
category = Structural | ||
subcategory = 0 | ||
title = Wet workshop supply box | ||
manufacturer = Klockheed Martian | ||
description = Bring stuff indexer this box. | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,1 | ||
|
||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0.0, 0.0 , 0.1, 0.0, 0.0, -1.0 | ||
// --- standard part parameters --- | ||
mass = 0.10 | ||
dragModelType = default | ||
maximum_drag = 0.05 | ||
minimum_drag = 0.05 | ||
angularDrag = 0.3 | ||
crashTolerance = 20 | ||
maxTemp = 3600 | ||
|
||
CrewCapacity = 0 | ||
|
||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 25 | ||
maxAmount = 25 | ||
} | ||
|
||
} | ||
|
Binary file added
BIN
+9.51 KB
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/partbox.mu
Binary file not shown.
68 changes: 68 additions & 0 deletions
68
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/parttank.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
PART | ||
{ | ||
|
||
// --- general parameters --- | ||
name = km_parttank | ||
module = Part | ||
author = dtobi | ||
|
||
// --- asset parameters --- | ||
node_stack_bottom = 0.0, -0.2496169, 0.00, 0.0, -1.0, 0.0, 1 | ||
node_stack_top = 0.0, 0.2496169, 0.00, 0.0, -1.0, 0.0, 1 | ||
|
||
MODEL | ||
{ | ||
model = Klockheed_Martian_Special/Parts/Compartments/parttank | ||
scale=1,1,1 | ||
} | ||
rescaleFactor = 1 | ||
|
||
// --- editor parameters --- | ||
TechRequired = specializedConstruction | ||
entryCost = 17700 | ||
cost = 150 | ||
category = Utility | ||
subcategory = 0 | ||
title = Wet Workshop Part Tank | ||
manufacturer = Klockheed Martian | ||
description = Refurbish any fuel tank into a luxurious home. | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,0,1,1,1 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.3 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 9 | ||
breakingForce = 200 | ||
breakingTorque = 200 | ||
maxTemp = 3400 | ||
fuelCrossFeed = True | ||
vesselType = Ship | ||
CrewCapacity = 0 | ||
|
||
|
||
|
||
|
||
|
||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 200 | ||
maxAmount = 200 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = TweakScale | ||
type = stack | ||
scaleFactors = 0.625, 1.25, 1.875, 2.5, 3.75 | ||
scaleNames = 0.625, 1.25, 1.875, 2.5, 3.75 | ||
techRequired = precisionEngineering, basicRocketry, generalRocketry, advRocketry, veryHeavyRocketry | ||
defaultScale = 2.5 | ||
} | ||
|
||
} |
Binary file added
BIN
+91.1 KB
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/parttank.mu
Binary file not shown.
149 changes: 149 additions & 0 deletions
149
GameData/KlockheedMartian/SpecialPartsDivision/Parts/Compartments/refurbish.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
PART | ||
{ | ||
|
||
// --- general parameters --- | ||
name = km_refurbisher | ||
module = Part | ||
author = dtobi | ||
|
||
// --- asset parameters --- | ||
node_stack_bottom = 0.0, -0.488912, 0.00, 0.0, -1.0, 0.0, 1 | ||
node_stack_bottom2 = 0.0, -0.4049261, 0.00, 0.0, -1.0, 0.0, 0 | ||
node_stack_top = 0.0, 0.5467247, 0.00, 0.0, -1.0, 0.0, 1 | ||
|
||
MODEL | ||
{ | ||
model = Klockheed_Martian_Special/Parts/Compartments/refurbish | ||
scale=1,1,1 | ||
} | ||
rescaleFactor = 1 | ||
|
||
// --- editor parameters --- | ||
TechRequired = specializedConstruction | ||
entryCost = 17700 | ||
cost = 2500 | ||
category = Utility | ||
subcategory = 0 | ||
title = Wet Workshop Module | ||
manufacturer = Klockheed Martian | ||
description = Refurbish any fuel tank into a luxurious home. | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,0,1,1,1 | ||
|
||
// --- standard part parameters --- | ||
mass = 2.5 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 9 | ||
breakingForce = 200 | ||
breakingTorque = 200 | ||
maxTemp = 3400 | ||
fuelCrossFeed = True | ||
vesselType = Ship | ||
CrewCapacity = 1 | ||
|
||
|
||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleCommand | ||
minimumCrew = 1 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
|
||
PitchTorque = 5 | ||
YawTorque = 5 | ||
RollTorque = 5 | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.24 | ||
} | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleGrappleNode | ||
|
||
nodeTransformName = ArticulatedCap | ||
|
||
deployAnimationController = 1 | ||
nodeType = size2 | ||
|
||
captureRange = 0.2 | ||
captureMinFwdDot = 0.866 | ||
captureMaxRvel = 1 | ||
} | ||
|
||
|
||
MODULE | ||
{ | ||
name = ModuleAnimateGeneric | ||
animationName = Deploy | ||
startEventGUIName = Arm | ||
endEventGUIName = Disarm | ||
actionGUIName = Toggle Arming | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleSAS | ||
} | ||
|
||
MODULE { | ||
name =km_AttachmentSwitcher | ||
} | ||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 30 | ||
maxAmount = 30 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = MonoPropellant | ||
amount = 30 | ||
maxAmount = 30 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleReactionWheel | ||
|
||
PitchTorque = 0.20 | ||
YawTorque = 0.20 | ||
RollTorque = 0.20 | ||
|
||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
rate = 0.04 | ||
} | ||
} | ||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 0 | ||
maxAmount = 50 | ||
} | ||
RESOURCE | ||
{ | ||
name = EmptySpace | ||
amount = 0 | ||
maxAmount = 0 | ||
} | ||
MODULE | ||
{ | ||
name = km_WetWorkshop | ||
} | ||
} |
Oops, something went wrong.