-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #51 from zer0Kerbal/37-1200-release
Version 1.2.0.0-release - `<Archival>`
- Loading branch information
Showing
107 changed files
with
2,998 additions
and
56 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
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.
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.
49 changes: 49 additions & 0 deletions
49
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.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,49 @@ | ||
PART | ||
{ | ||
name = 01CTRL_surface1 | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 | ||
//CoLOffset = 0, -0.215625, 0 | ||
//CoPOffset = 0, -0.215625, 0 | ||
TechRequired = experimentalAerodynamics | ||
entryCost = 15000 | ||
cost = 1000 | ||
category = Aero | ||
subcategory = 0 | ||
title = RSR Elevon X1 | ||
manufacturer = RSR | ||
description = Control surface. | ||
attachRules = 0,1,0,0,1 | ||
mass = 0.2 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleControlSurface | ||
useInternalDragModel = True | ||
dragCoeff = 0.5 | ||
deflectionLiftCoeff = 1.15 | ||
ctrlSurfaceRange = 20 | ||
ctrlSurfaceArea = 1.0 | ||
actuatorSpeed = 40 | ||
transformName = CTRL_surface1 | ||
} | ||
} |
Binary file added
BIN
+4.42 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.mu
Binary file not shown.
49 changes: 49 additions & 0 deletions
49
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.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,49 @@ | ||
PART | ||
{ | ||
name = 01CTRL_surface2 | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 | ||
//CoLOffset = 0, -0.215625, 0 | ||
//CoPOffset = 0, -0.215625, 0 | ||
TechRequired = experimentalAerodynamics | ||
entryCost = 16000 | ||
cost = 900 | ||
category = Aero | ||
subcategory = 0 | ||
title = RSR Elevon X2 | ||
manufacturer = RSR | ||
description = Control surface. | ||
attachRules = 0,1,0,0,1 | ||
mass = 0.125 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleControlSurface | ||
useInternalDragModel = True | ||
dragCoeff = 0.5 | ||
deflectionLiftCoeff = 0.8 | ||
ctrlSurfaceRange = 20 | ||
ctrlSurfaceArea = 1 | ||
actuatorSpeed = 40 | ||
transformName = CTRL_surface2 | ||
} | ||
} |
Binary file added
BIN
+4.42 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.mu
Binary file not shown.
Binary file added
BIN
+1.33 MB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/Untitled-2.dds
Binary file not shown.
Binary file added
BIN
+1.33 MB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/bump_NRM.dds
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.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,47 @@ | ||
PART | ||
{ | ||
name = 01wingArrowhead | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 1.25 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
//CoLOffset = -1.2, 0.4, 0 | ||
//CoPOffset = -1.2, 0.4, 0 | ||
TechRequired = aerodynamicSystems | ||
entryCost = 6400 | ||
cost = 600 | ||
category = Aero | ||
subcategory = 0 | ||
title = Arrowhead Wing | ||
manufacturer = Rusty Star Rockets | ||
description = This technology was stolen from birds. And now, birds are angry. | ||
attachRules = 0,1,0,1,1 | ||
mass = 0.2 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
fuelCrossFeed = True | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleLiftingSurface | ||
useInternalDragModel = True | ||
deflectionLiftCoeff = 1.7 | ||
dragAtMaxAoA = 0.6 | ||
dragAtMinAoA = 0.0 | ||
} | ||
} |
Binary file added
BIN
+12.1 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.mu
Binary file not shown.
52 changes: 52 additions & 0 deletions
52
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.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,52 @@ | ||
PART | ||
{ | ||
name = 01wingDelta | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
//CoLOffset = -1.2, 0.4, 0 | ||
//CoPOffset = -1.2, 0.4, 0 | ||
TechRequired = aerodynamicSystems | ||
entryCost = 6400 | ||
cost = 600 | ||
category = Aero | ||
subcategory = 0 | ||
title = RSR Delta wing | ||
manufacturer = Rusty Star Rockets | ||
description = This technology was stolen from birds. And now, birds are angry. | ||
attachRules = 0,1,0,1,1 | ||
mass = 0.2 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
fuelCrossFeed = True | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleLiftingSurface | ||
useInternalDragModel = True | ||
deflectionLiftCoeff = 2.0 | ||
dragAtMaxAoA = 0.6 | ||
dragAtMinAoA = 0.0 | ||
} | ||
MODULE | ||
{ | ||
name = FlagDecal | ||
textureQuadName = FlagDecal | ||
} | ||
} |
Binary file added
BIN
+3.38 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.mu
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.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,47 @@ | ||
PART | ||
{ | ||
name = 01wingDeltaSharp | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
//CoLOffset = -1.2, 0.4, 0 | ||
//CoPOffset = -1.2, 0.4, 0 | ||
TechRequired = aerodynamicSystems | ||
entryCost = 6400 | ||
cost = 600 | ||
category = Aero | ||
subcategory = 0 | ||
title = wingDeltaSharp | ||
manufacturer = Rusty Star Rockets | ||
description = This technology was stolen from birds. And now, birds are angry. | ||
attachRules = 0,1,0,1,1 | ||
mass = 0.1 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
fuelCrossFeed = True | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleLiftingSurface | ||
useInternalDragModel = True | ||
deflectionLiftCoeff = 1.0 | ||
dragAtMaxAoA = 0.6 | ||
dragAtMinAoA = 0.0 | ||
} | ||
} |
Binary file added
BIN
+2.92 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.mu
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.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,47 @@ | ||
PART | ||
{ | ||
name = 01wingHalfSquare | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
//CoLOffset = -1.2, 0.4, 0 | ||
//CoPOffset = -1.2, 0.4, 0 | ||
TechRequired = aerodynamicSystems | ||
entryCost = 6400 | ||
cost = 600 | ||
category = Aero | ||
subcategory = 0 | ||
title = wingHalfSquare | ||
manufacturer = Rusty Star Rockets | ||
description = This technology was stolen from birds. And now, birds are angry. | ||
attachRules = 0,1,0,1,1 | ||
mass = 0.15 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
fuelCrossFeed = True | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleLiftingSurface | ||
useInternalDragModel = True | ||
deflectionLiftCoeff = 1.0 | ||
dragAtMaxAoA = 0.6 | ||
dragAtMinAoA = 0.0 | ||
} | ||
} |
Binary file added
BIN
+2.92 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.mu
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.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,47 @@ | ||
PART | ||
{ | ||
name = 01wingSquare | ||
module = Part | ||
author = GagaX | ||
scale = 1 | ||
rescaleFactor = 2.5 | ||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
//CoLOffset = -1.2, 0.4, 0 | ||
//CoPOffset = -1.2, 0.4, 0 | ||
TechRequired = aerodynamicSystems | ||
entryCost = 6400 | ||
cost = 600 | ||
category = Aero | ||
subcategory = 0 | ||
title = wingSquare | ||
manufacturer = Rusty Star Rockets | ||
description = This technology was stolen from birds. And now, birds are angry. | ||
attachRules = 0,1,0,1,1 | ||
mass = 0.3 | ||
thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | ||
emissiveConstant = 0.95 | ||
dragModelType = none | ||
maximum_drag = 0.02 | ||
minimum_drag = 0.02 | ||
angularDrag = 2 | ||
crashTolerance = 15 | ||
maxTemp = 2400 | ||
explosionPotential = 0.1 | ||
fuelCrossFeed = True | ||
bulkheadProfiles = srf | ||
|
||
MODEL | ||
{ | ||
model = RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleLiftingSurface | ||
useInternalDragModel = True | ||
deflectionLiftCoeff = 2.0 | ||
dragAtMaxAoA = 0.6 | ||
dragAtMinAoA = 0.0 | ||
} | ||
} |
Binary file added
BIN
+2.92 KB
GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.mu
Binary file not shown.
Oops, something went wrong.