Skip to content

Commit

Permalink
Prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Sep 13, 2014
1 parent ace23f8 commit fa865e2
Show file tree
Hide file tree
Showing 50 changed files with 706 additions and 36 deletions.
Binary file modified GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/UmbraSpaceIndustries/FTT.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":1,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Binary file modified GameData/UmbraSpaceIndustries/FTT/Assets/CargoDecal.tga
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified GameData/UmbraSpaceIndustries/FTT/Assets/CmdPod.tga
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified GameData/UmbraSpaceIndustries/FTT/Assets/FTT_Engine_375_02.mu
Binary file not shown.
Binary file modified GameData/UmbraSpaceIndustries/FTT/Assets/HoneyBadger.tga
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified GameData/UmbraSpaceIndustries/FTT/Assets/VTOLEngine.tga
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 28 additions & 0 deletions GameData/UmbraSpaceIndustries/FTT/Parts/FTT_CargoBay_375_01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,34 @@ MODULE
}



MODULE
{
name = FStextureSwitch2
moduleId = 1
textureNames = UmbraSpaceIndustries/FTT/Assets/HoneyBadger;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_GRY;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_ORG;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_BRN;
objectNames = Cap;DoorTop01;DoorTop2_;Door_001;Door_002;Door_003;Door02_000;Door02_002;Door02_003;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

MODULE
{
name = FStextureSwitch2
moduleId = 0
textureNames = UmbraSpaceIndustries/FTT/Assets/HoneyBadger;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_GRY;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_ORG;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_BRN;
objectNames = Door02_004;Door_004;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

MODULE
{
name = FStextureSwitch2
moduleId = 2
textureNames = UmbraSpaceIndustries/FTT/Assets/HoneyBadger;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_GRY;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_ORG;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_BRN;
objectNames = CargoBay;Mount01;Mount02;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

}


Expand Down
19 changes: 18 additions & 1 deletion GameData/UmbraSpaceIndustries/FTT/Parts/FTT_Cargo_375_01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ maxTemp = 3400
MODULE
{
name = FStextureSwitch2
moduleId = 0;
textureNames = UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;
objectNames = DECAL
objectNames =
textureDisplayNames = Ore;Water;Substrate;Minerals;Karbonite;LFO;
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;
Expand All @@ -66,7 +67,23 @@ MODULE
passable = true
}

MODULE
{
moduleId = 1;
name = FStextureSwitch2
textureNames = UmbraSpaceIndustries/FTT/Assets/HoneyBadger;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_GRY;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_ORG;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_BRN;
objectNames = Cylinder_001;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

MODULE
{
moduleId = 2;
name = FStextureSwitch2
textureNames = UmbraSpaceIndustries/FTT/Assets/CargoDecal;UmbraSpaceIndustries/FTT/Assets/CargoDecal_GRY;UmbraSpaceIndustries/FTT/Assets/CargoDecal_ORG;UmbraSpaceIndustries/FTT/Assets/CargoDecal_BRN;
objectNames = DECAL;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

}

Expand Down
102 changes: 102 additions & 0 deletions GameData/UmbraSpaceIndustries/FTT/Parts/FTT_Cargo_375_02.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
PART
{
// --- general parameters ---
name = FTT_Cargo_375_02
module = Part
author = RoverDude

// --- asset parameters ---
scale = 1
rescaleFactor = 1
MODEL
{
model = UmbraSpaceIndustries/FTT/Assets/FTT_Cargo_375_01
position = 0,-2,0
}
MODEL
{
model = UmbraSpaceIndustries/FTT/Assets/FTT_Cargo_375_01
}
MODEL
{
model = UmbraSpaceIndustries/FTT/Assets/FTT_Cargo_375_01
position = 0,2,0
}


// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_stack_bottom = 0.0, -3, 0.0, 0.0, 1.0, 0.0, 3
node_stack_top = 0.0, 3, 0.0, 0.0, 1.0, 0.0, 3
breakingForce = 500
breakingTorque = 500

// --- editor parameters ---
TechRequired = veryHeavyRocketry
entryCost = 7600
cost = 0
category = Utility
subcategory = 0
title = 'Honeybadger' Cargo Pod (Jumbo)
manufacturer = Umbra Space Industries
description = TBD

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 1.5
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 45
maxTemp = 3400

MODULE
{
name = FStextureSwitch2
textureNames = UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;UmbraSpaceIndustries/MKS/Assets/CargoDecal;
objectNames = DECAL
textureDisplayNames = Ore;Water;Substrate;Minerals;Karbonite;LFO;
useFuelSwitchModule = true
fuelTankSetups = 0;1;2;3;4;5;
}
MODULE
{
name = FSfuelSwitch
resourceNames = Ore;Water;Substrate;Minerals;Karbonite;LiquidFuel,Oxidizer;
resourceAmounts = 9000;45000;9000;9000;9000;4050,4950;
tankCost = 31500;3000;15000;37500;15900;5700;
hasGUI = false
}

MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}

MODULE
{
moduleId = 1;
name = FStextureSwitch2
textureNames = UmbraSpaceIndustries/FTT/Assets/HoneyBadger;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_GRY;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_ORG;UmbraSpaceIndustries/FTT/Assets/HoneyBadger_BRN;
objectNames = Cylinder_001;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

MODULE
{
moduleId = 2;
name = FStextureSwitch2
textureNames = UmbraSpaceIndustries/FTT/Assets/CargoDecal;UmbraSpaceIndustries/FTT/Assets/CargoDecal_GRY;UmbraSpaceIndustries/FTT/Assets/CargoDecal_ORG;UmbraSpaceIndustries/FTT/Assets/CargoDecal_BRN;
objectNames = DECAL;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}


}



Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,13 @@ MODULE
passable = true
}

MODULE
{
name = FStextureSwitch2
moduleId = 0
textureNames = UmbraSpaceIndustries/FTT/Assets/CmdPod;UmbraSpaceIndustries/FTT/Assets/CmdPod_GRY;UmbraSpaceIndustries/FTT/Assets/CmdPod_ORG;UmbraSpaceIndustries/FTT/Assets/CmdPod_BRN;
objectNames = Cylinder;Cylinder_003;Cylinder_004;Cylinder_005;Cylinder_006;Cylinder_007;
textureDisplayNames = Yellow;Gray;Orange;Brown;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3


// --- editor parameters ---
TechRequired = veryHeavyRocketry
TechRequired = start
entryCost = 7600
cost = 3800
category = Control
Expand Down
192 changes: 192 additions & 0 deletions GameData/UmbraSpaceIndustries/FTT/Parts/FTT_DuctedFan_lg.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
PART
{
// --- general parameters ---
name = FTT_DuctedFan_Lg
module = Part
author = RoverDude

// --- asset parameters ---
MODEL
{
model = UmbraSpaceIndustries/FTT/Assets/VTOLRCS
texture = MiniFan, UmbraSpaceIndustries/FTT/Assets/MiniFan3
}

rescaleFactor = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0, 0, -3.5, 0, 0, 0



// --- editor parameters ---
TechRequired = fieldScience
entryCost = 6800
cost = 4500
category = Propulsion
subcategory = 0
title = Large Micro Ducted Fan Engine
manufacturer = Umbra Space Industries
description = A large counter-rotating ducted fan engine, with both traditional engine throttle controls as well as limited RCS controls. Use with a power reactor is recommended.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,0

// --- standard part parameters ---
mass = 3.75
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 8
maxTemp = 3400

stagingIcon = LIQUID_ENGINE


MODULE
{
name = ModuleEngines
thrustVectorTransformName = ThrustTransform
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 900
heatProduction = 250
useEngineResponseTime = True
engineAccelerationSpeed = 1.00
engineDecelerationSpeed = 1.00
useVelocityCurve = True
useAtmosphereCurve = False
fxOffset = 0, 0, 0

PROPELLANT
{
name = ElectricCharge
ratio = 10
DrawGauge = True
}
PROPELLANT
{
name = IntakeAtm
ratio = 1
DrawGauge = True
}

atmosphereCurve
{
key = 0 450
key = 1 450
}
velocityCurve
{
key = 500 0 0 0
key = 425 0.2 0 0
key = 0 1 0 0
}
}

MODULE //---- top blades
{
name = FSplanePropellerSpinner
propellerName = RotoTop
rotationSpeed = -30
thrustRPM = -300
windmillRPM = 0.1
windmillMinAirspeed = 30
spinUpTime = 3.5
}

MODULE //---- bottom blades
{
name = FSplanePropellerSpinner
propellerName = RotoBottom
rotationSpeed = 28
thrustRPM = 300
windmillRPM = 0.1
windmillMinAirspeed = 30
spinUpTime = 3.5
}


sound_vent_medium = engage
sound_jet_low = running
sound_jet_deep = power
sound_vent_soft = disengage
sound_explosion_low = flameout

// ----------------------------------------------------------------------------

RESOURCE
{
name = ElectricCharge
amount = 0
maxAmount = 0
isTweakable = false
hideFlow = true
}


//*****************************
MODULE
{
name = ModuleResourceIntake
resourceName = IntakeAir
checkForOxygen = true
area = 0.32
intakeSpeed = 2
intakeTransformName = AirIntake
}

RESOURCE
{
name = IntakeAir
amount = 0
maxAmount = 0
}

RESOURCE
{
name = IntakeAtm
amount = 0
maxAmount = 5
isTweakable = false
hideFlow = true
}


MODULE
{
name = ORSModuleAirIntake
scoopair = 6
autoActivate = false
}

MODULE
{
name = ModuleRCSFX
thrusterTransformName = RCSThruster
thrusterPower = 180

PROPELLANT
{
name = ElectricCharge
ratio = 2
}
PROPELLANT
{
name = IntakeAtm
ratio = 1
}

atmosphereCurve
{
key = 0 1400
key = 1 1400
}
}




}
Loading

0 comments on commit fa865e2

Please sign in to comment.