Skip to content

Commit

Permalink
Config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Sep 2, 2014
1 parent e1a3d9e commit c89a1ec
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 20 deletions.
8 changes: 5 additions & 3 deletions GameData/UmbraSpaceIndustries/FTT.version
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"NAME":"FTT",
"NAME":"Freight Transport Tech",
"URL":"https://raw.githubusercontent.com/BobPalmer/FTT/master/GameData/UmbraSpaceIndustries/FTT.version"
"DOWNLOAD":"https://github.com/BobPalmer/FTT/releases"
"GITHUB":{
"USERNAME":"BobPalmer",
"REPOSITORY":"FTT",
"ALLOW_PRE_RELEASE":true,
"ALLOW_PRE_RELEASE":false,
},
"VERSION":{
"MAJOR":0,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ breakingForce = 1000
breakingTorque = 1000

// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ breakingForce = 500
breakingTorque = 500

// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 0
category = Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ breakingForce = 500
breakingTorque = 500

// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Propulsion
Expand Down
19 changes: 13 additions & 6 deletions GameData/UmbraSpaceIndustries/FTT/Parts/FTT_Engine_375_02.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ breakingForce = 500
breakingTorque = 500

// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Propulsion
Expand All @@ -34,7 +34,7 @@ description = TBD
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 3.5
mass = 3.75
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
Expand All @@ -56,19 +56,19 @@ MODULE
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 750
maxThrust = 900
heatProduction = 450
useEngineResponseTime = True
engineAccelerationSpeed = 0.2
engineDecelerationSpeed = 0.65
engineAccelerationSpeed = 1.00
engineDecelerationSpeed = 1.00
useVelocityCurve = True
useAtmosphereCurve = False
fxOffset = 0, 0, 0

PROPELLANT
{
name = ElectricCharge
ratio = 12
ratio = 250
DrawGauge = True
}
PROPELLANT
Expand All @@ -92,6 +92,13 @@ MODULE

}

MODULE
{
name = ModuleGimbal
gimbalTransformName = thrustTransform
gimbalRange = 5
}


//MODULE
//{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ breakingForce = 500
breakingTorque = 500

// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ breakingTorque = 500


// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Structural
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ breakingTorque = 1000
node_stack_bottom = 0.0, .25, 0.0, 0.0, -1.0, 0.0, 3
node_stack_top = 0.0, -2.75, 0.0, 0.0, 1.0, 0.0, 3
node_stack_eng_01 = -0.7, -.35, 0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_01 = -0.7, -.35, -0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_01 = 0.7, -.35, 0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_01 = 0.7, -.35, -0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_02 = -0.7, -.35, -0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_03 = 0.7, -.35, 0.7, 0.0, 1.0, 0.0, 1
node_stack_eng_04 = 0.7, -.35, -0.7, 0.0, 1.0, 0.0, 1

stackSymmetry = 3
// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Structural
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ breakingTorque = 1000

stackSymmetry = 3
// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Structural
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ breakingTorque = 1000

stackSymmetry = 3
// --- editor parameters ---
TechRequired = start
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 3800
category = Structural
Expand Down
Binary file not shown.

0 comments on commit c89a1ec

Please sign in to comment.