Skip to content

Commit

Permalink
Merge pull request #3 from zer0Kerbal/1.2.0.0
Browse files Browse the repository at this point in the history
1.2.0.0 for KSP 1.2.1
  • Loading branch information
zer0Kerbal authored Aug 3, 2021
2 parents b5d399a + 8f8191b commit 3864944
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 35 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
}
@RESOURCE
{
name = ElectricCharge
@amount = 300
@maxAmount = 300
@amount = 100
@maxAmount = 100
}
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ CenterOfBuoyancy = 0.0, 0.5, 0.0
CenterOfDisplacement = 0.0, -0.3, 0.0
buoyancy = 2.5
buoyancyUseSine = False

TechRequired = survivability
entryCost = 1000
cost = 500
TechRequired = landing
entryCost = 1000
cost = 500
Expand Down
Binary file not shown.
Binary file not shown.
107 changes: 79 additions & 28 deletions GameData/SampleReturnCapsule/Parts/SampleReturnCapsule_Parachute.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ category = Utility
subcategory = 0
title = BDB/AKI-001 Sample Return Device Upper Half
manufacturer = Bluedog Design Bureau and Albert Kermin Industries
description = After Bill tried to return some vital samples to Kerbin by "tossed (it) out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This module contains the control circuits, altitude adjustment thrusters, and parachute. Don't forget it!)
description = After Bill tried to return some vital samples to Kerbin by "tossed (it) out aft airlock", Werner asked the engineers at AKI and BDB to come up with a small, reliable sample return capsule. This is what they came up with instead. (This module contains the control circuits, attitude adjustment thrusters, and parachute. Don't forget it!)
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
Expand All @@ -49,20 +49,51 @@ fuelCrossFeed = True
bulkheadProfiles = size0
bodyLiftMultiplier = 0
MODULE
{
name = ModuleRCS
thrusterTransformName = rcsTransform
thrusterPower = 0.3
resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
atmosphereCurve
{
key = 0 240
key = 1 100
key = 4 0.001
}
}
EFFECTS
{
running
{
AUDIO
{
channel = Ship
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 0.0 0.75
pitch = 1.0 1.5
loop = true
}
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/Monoprop_small
transformName = rcsTransform
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
localRotation = -90, 0, 0
}
}
}
MODULE
{
name = ModuleRCSFX
stagingEnabled = False
thrusterTransformName = rcsTransform
thrusterPower = 2.0
resourceName = MonoPropellant
resourceFlowMode = STAGE_PRIORITY_FLOW
runningEffectName = running
atmosphereCurve
{
key = 0 240
key = 1 100
key = 4 0.001
}
}
MODULE
{
Expand Down Expand Up @@ -106,7 +137,7 @@ MODULE
RESOURCE
{
name = ElectricCharge
rate = 0.020
rate = 0.004
}
}
RESOURCE
Expand All @@ -115,18 +146,18 @@ MODULE
amount = 30
maxAmount = 30
}
MODULE
{
name = ModuleReactionWheel
PitchTorque = 0.1
YawTorque = 0.1
RollTorque = 0.1
RESOURCE
{
name = ElectricCharge
rate = 0.01
}
}
// MODULE
// {
// name = ModuleReactionWheel
// PitchTorque = 0.1
// YawTorque = 0.1
// RollTorque = 0.1
// RESOURCE
// {
// name = ElectricCharge
// rate = 0.01
// }
// }
MODULE
{
name = ModuleSAS
Expand All @@ -137,4 +168,24 @@ MODULE
amount = 5
maxAmount = 5
}
MODULE
{
name = ModuleDataTransmitter
antennaType = DIRECT
packetInterval = 0.6
packetSize = 2
packetResourceCost = 12.0
requiredResource = ElectricCharge
antennaPower = 250000
antennaCombinable = False
}
MODULE
{
name = ModuleScienceContainer
reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = True
storageRange = 1.6
}
}

0 comments on commit 3864944

Please sign in to comment.