diff --git a/GameData/RustyStar/RustyStarRockets/1.1.1.0.htm b/GameData/RustyStar/RustyStarRockets/1.2.0.0.htm similarity index 94% rename from GameData/RustyStar/RustyStarRockets/1.1.1.0.htm rename to GameData/RustyStar/RustyStarRockets/1.2.0.0.htm index e24ca9a39..0c981491b 100644 --- a/GameData/RustyStar/RustyStarRockets/1.1.1.0.htm +++ b/GameData/RustyStar/RustyStarRockets/1.2.0.0.htm @@ -7,7 +7,7 @@ href="https://forum.kerbalspaceprogram.com/index.php?/topic/209405-*/" title="RustyStarRockets forum thread">Rusty Star Rockets Version
+title="1.2.0.0-release" alt="Rusty Star Rockets Version" />
Pages

-

Version 1.1.1.0-release +

Version 1.2.0.0-release -Β <Archival>Β edition

@@ -34,15 +34,18 @@

Version 1.1.1.0-release

Changes

-

Status 1.1.1.0

+

Status 1.2.0.0

diff --git a/GameData/RustyStar/RustyStarRockets/FX/big1.png b/GameData/RustyStar/RustyStarRockets/FX/big1.png index a36ad7511..40b43abcc 100644 Binary files a/GameData/RustyStar/RustyStarRockets/FX/big1.png and b/GameData/RustyStar/RustyStarRockets/FX/big1.png differ diff --git a/GameData/RustyStar/RustyStarRockets/FX/bigEFF.mu b/GameData/RustyStar/RustyStarRockets/FX/bigEFF.mu index 8b2bd883e..5185b7aee 100644 Binary files a/GameData/RustyStar/RustyStarRockets/FX/bigEFF.mu and b/GameData/RustyStar/RustyStarRockets/FX/bigEFF.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/FX/longsword1.mu b/GameData/RustyStar/RustyStarRockets/FX/longsword1.mu index 7de7bbf23..67377f1f5 100644 Binary files a/GameData/RustyStar/RustyStarRockets/FX/longsword1.mu and b/GameData/RustyStar/RustyStarRockets/FX/longsword1.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/FX/longsword2.mu b/GameData/RustyStar/RustyStarRockets/FX/longsword2.mu index e8a268182..ce576eeff 100644 Binary files a/GameData/RustyStar/RustyStarRockets/FX/longsword2.mu and b/GameData/RustyStar/RustyStarRockets/FX/longsword2.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/FX/particle-1.png b/GameData/RustyStar/RustyStarRockets/FX/particle-1.png index 0d7daa910..43dd20387 100644 Binary files a/GameData/RustyStar/RustyStarRockets/FX/particle-1.png and b/GameData/RustyStar/RustyStarRockets/FX/particle-1.png differ diff --git a/GameData/RustyStar/RustyStarRockets/Flags/RSRbadge.png b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadge.png new file mode 100644 index 000000000..45afbed49 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadge.png differ diff --git a/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlag.png b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlag.png new file mode 100644 index 000000000..05d53931e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlag.png differ diff --git a/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlagBlack.png b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlagBlack.png new file mode 100644 index 000000000..db38ec57f Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Flags/RSRbadgeFlagBlack.png differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.cfg new file mode 100644 index 000000000..a790f186a --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.mu new file mode 100644 index 000000000..81e9c396c Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface1.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.cfg new file mode 100644 index 000000000..78532599d --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.mu new file mode 100644 index 000000000..6138e02ef Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/CTRL_surface2.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/Untitled-2.dds b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/Untitled-2.dds new file mode 100644 index 000000000..d5170c54a Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/Untitled-2.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/bump_NRM.dds new file mode 100644 index 000000000..e41890469 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.cfg new file mode 100644 index 000000000..02131a5f1 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.mu new file mode 100644 index 000000000..b69d0373e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingArrowhead.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.cfg new file mode 100644 index 000000000..6bda54fce --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.cfg @@ -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 +} +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.mu new file mode 100644 index 000000000..3d176bfaa Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDelta.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.cfg new file mode 100644 index 000000000..41caceedb --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.mu new file mode 100644 index 000000000..448456434 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingDeltaSharp.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.cfg new file mode 100644 index 000000000..ccb8ceafd --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.mu new file mode 100644 index 000000000..54eaf9252 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingHalfSquare.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.cfg new file mode 100644 index 000000000..8d1c54e6c --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.cfg @@ -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 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.mu new file mode 100644 index 000000000..6344a3e5b Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquare.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.cfg new file mode 100644 index 000000000..851f1cb1c --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 01wingSquareDouble + 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 = wingSquareDuoble + manufacturer = Rusty Star Rockets + description = This technology was stolen from birds. And now, birds are angry. + attachRules = 0,1,0,1,1 + mass = 0.6 + 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/wingSquareDouble + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 4.0 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.mu new file mode 100644 index 000000000..4fc681fd9 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet/wingSquareDouble.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.cfg new file mode 100644 index 000000000..f9c06df0f --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.cfg @@ -0,0 +1,48 @@ +PART +{ + name = 02CTRL_surface1b + module = Part + author = GagaX +scale = 1 + rescaleFactor = 1.25 + 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 = advAerodynamics + entryCost = 3200 + cost = 400 + category = Aero + subcategory = 0 + title = RSR Elevon X1b + manufacturer = RSR + description = Control surface. + attachRules = 0,1,0,0,1 + mass = 0.075 + 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_WingSet2/CTRL_surface1b + } + + MODULE + { + name = ModuleControlSurface + useInternalDragModel = True + dragCoeff = 0.5 + deflectionLiftCoeff = 0.45 + ctrlSurfaceRange = 20 + ctrlSurfaceArea = 1 + transformName = CTRL_surface1 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.mu new file mode 100644 index 000000000..81e9c396c Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface1b.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.cfg new file mode 100644 index 000000000..c32781812 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.cfg @@ -0,0 +1,48 @@ +PART +{ + name = 02CTRL_surface2b + module = Part + author = GagaX +scale = 1 + rescaleFactor = 1.25 + 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 = aviation + entryCost = 3200 + cost = 300 + category = Aero + subcategory = 0 + title = RSR Elevon X2b + manufacturer = RSR + description = Control surface. + attachRules = 0,1,0,0,1 + mass = 0.0375 + 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_WingSet2/CTRL_surface2b + } + + MODULE + { + name = ModuleControlSurface + useInternalDragModel = True + dragCoeff = 0.5 + deflectionLiftCoeff = 0.45 + ctrlSurfaceRange = 20 + ctrlSurfaceArea = 1 + transformName = CTRL_surface2 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.mu new file mode 100644 index 000000000..6138e02ef Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/CTRL_surface2b.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/Untitled-2.dds b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/Untitled-2.dds new file mode 100644 index 000000000..e1ce4291b Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/Untitled-2.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/bump_NRM.dds new file mode 100644 index 000000000..61412d93e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta.mu new file mode 100644 index 000000000..d4332dcec Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta2.cfg new file mode 100644 index 000000000..997ea47da --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDelta2.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 02wingDelta2 + 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 = RSR Delta wing 2 + manufacturer = Rusty Star Rockets + description = This technology was stolen from birds. And now, birds are angry. + attachRules = 0,1,0,1,1 + mass = 0.05 + 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_WingSet2/wingDelta + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 1.0 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp.mu new file mode 100644 index 000000000..448456434 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp2.cfg new file mode 100644 index 000000000..b070e6767 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingDeltaSharp2.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 02wingDeltaSharp2 + 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 = 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.05 + 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_WingSet2/wingDeltaSharp + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 0.5 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare.mu new file mode 100644 index 000000000..54eaf9252 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare2.cfg new file mode 100644 index 000000000..949e9bc98 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingHalfSquare2.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 02wingHalfSquare2 + 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 = wingHalfSquare2 + manufacturer = Rusty Star Rockets + description = This technology was stolen from birds. And now, birds are angry. + attachRules = 0,1,0,1,1 + mass = 0.0375 + 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_WingSet2/wingHalfSquare + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 0.5 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare.mu new file mode 100644 index 000000000..eb820e867 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare2.cfg new file mode 100644 index 000000000..29afe4797 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquare2.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 02wingSquare2 + 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 = wingSquare2 + manufacturer = Rusty Star Rockets + description = This technology was stolen from birds. And now, birds are angry. + attachRules = 0,1,0,1,1 + mass = 0.075 + 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_WingSet2/wingSquare + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 1.0 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble.mu b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble.mu new file mode 100644 index 000000000..4fc681fd9 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble2.cfg new file mode 100644 index 000000000..a50062df7 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Aero/RSR_WingSet2/wingSquareDouble2.cfg @@ -0,0 +1,47 @@ +PART +{ + name = 02wingSquareDouble2 + 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 = wingSquareDuoble2 + 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_WingSet2/wingSquareDouble + } + + MODULE + { + name = ModuleLiftingSurface + useInternalDragModel = True + deflectionLiftCoeff = 2.0 + dragAtMaxAoA = 0.6 + dragAtMinAoA = 0.0 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion/model000.dds b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion/model000.dds index 6f454e689..26145f489 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion/model000.dds and b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion/model000.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/NewModel.mu new file mode 100644 index 000000000..bdb15ab34 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/RSR_Avion2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/RSR_Avion2.cfg new file mode 100644 index 000000000..7d0651858 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/RSR_Avion2.cfg @@ -0,0 +1,91 @@ +PART +{ + name = RSR_Avion2 + module = Part + author = GagaX + mesh = NewModel.mu + scale = 1 +rescaleFactor = 1 + node_stack_bottom = 0.0, -1.0, 0.0, 0.0, -1.0, 0.0, 1 + TechRequired = flightControl + entryCost = 0 + cost = 550 + category = Pods + subcategory = 0 + title = RSR_Avion + manufacturer = Rusty Star Rockets + description = Uncomfortable and unfunctioonal. Jeb likes it. + attachRules = 1,0,1,1,0 + mass = 1 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.1 + angularDrag = 2 + crashTolerance = 45 + maxTemp = 2000 // = 3400 + vesselType = Ship + CrewCapacity = 1 + bulkheadProfiles = size1 + + INTERNAL + { + name = RSR_Avion2_INT + } + MODULE + { + name = ModuleCommand + minimumCrew = 1 + } + RESOURCE + { + name = ElectricCharge + amount = 50 + maxAmount = 50 + } + MODULE + { + name = ModuleReactionWheel + PitchTorque = 10 + YawTorque = 10 + RollTorque = 10 + RESOURCE + { + name = ElectricCharge + rate = 0.375 + } + } + MODULE + { + name = ModuleScienceExperiment + experimentID = crewReport + experimentActionName = Crew Report + resetActionName = Discard Crew Report + reviewActionName = Review Report + useStaging = False + useActionGroups = True + hideUIwhenUnavailable = True + rerunnable = True + xmitDataScalar = 1.0 + usageReqMaskInternal = 5 + usageReqMaskExternal = -1 + } + MODULE + { + name = ModuleScienceContainer + reviewActionName = Review Stored Data + storeActionName = Store Experiments + evaOnlyStorage = True + storageRange = 1.3 + } + RESOURCE + { + name = MonoPropellant + amount = 1 + maxAmount = 1 + } +//MODULE +//{ +// name = FlagDecal +// textureQuadName = flag +//} +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/Untitled-1.dds new file mode 100644 index 000000000..41b745a5a Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/bump_NRM.dds new file mode 100644 index 000000000..09c3833fb Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/RSR_Avion2/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/NewModel.mu new file mode 100644 index 000000000..3c669ba3d Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Size2AvionCockpit.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Size2AvionCockpit.cfg new file mode 100644 index 000000000..1820455b8 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Size2AvionCockpit.cfg @@ -0,0 +1,91 @@ +PART +{ + name = Size2AvionCockpit + module = Part + author = GagaX + mesh = NewModel.mu + scale = 1 +rescaleFactor = 1 + node_stack_bottom = 0.0, -0.86421, 0.0, 0.0, -1.0, 0.0, 1 + TechRequired = flightControl + entryCost = 1000 + cost = 2000 + category = Pods + subcategory = 0 + title = RSR Avion 2 + manufacturer = Rusty Star Rockets + description = Uncomfortable and unfunctioonal. Jeb likes it. + attachRules = 1,0,1,1,0 + mass = 3 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.1 + angularDrag = 2 + crashTolerance = 45 + maxTemp = 2000 // = 3400 + vesselType = Ship + CrewCapacity = 2 + bulkheadProfiles = size2 + + INTERNAL + { + name = Size2AvionCockpitINT + } + MODULE + { + name = ModuleCommand + minimumCrew = 1 + } + RESOURCE + { + name = ElectricCharge + amount = 50 + maxAmount = 50 + } + MODULE + { + name = ModuleReactionWheel + PitchTorque = 15 + YawTorque = 15 + RollTorque = 15 + RESOURCE + { + name = ElectricCharge + rate = 10.0 + } + } + MODULE + { + name = ModuleScienceExperiment + experimentID = crewReport + experimentActionName = Crew Report + resetActionName = Discard Crew Report + reviewActionName = Review Report + useStaging = False + useActionGroups = True + hideUIwhenUnavailable = True + rerunnable = True + xmitDataScalar = 1.0 + usageReqMaskInternal = 5 + usageReqMaskExternal = -1 + } + MODULE + { + name = ModuleScienceContainer + reviewActionName = Review Stored Data + storeActionName = Store Experiments + evaOnlyStorage = True + storageRange = 1.3 + } + RESOURCE + { + name = MonoPropellant + amount = 20 + maxAmount = 20 + } +//MODULE +//{ +// name = FlagDecal +// textureQuadName = flag +//} +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Untitled-1.dds new file mode 100644 index 000000000..d3f5efb2b Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/bump_NRM.dds new file mode 100644 index 000000000..ce8dac7cf Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Command/Size2AvionCockpit/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/NewModel.mu index 3aa6b553a..ae96487ed 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/NewModel.mu and b/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/Untitled-1.dds index 121b8a509..e3f5cb249 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/Untitled-1.dds and b/GameData/RustyStar/RustyStarRockets/Parts/Engine/Longsword/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/RSRBasicJet.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/RSRBasicJet.cfg index 7266983d4..6eb3f2442 100644 --- a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/RSRBasicJet.cfg +++ b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/RSRBasicJet.cfg @@ -94,11 +94,13 @@ rescaleFactor = 1 } } -// MODULE -// { -// name = ModuleAnimateHeat -// ThermalAnim = HeatAnimationEmissiveJet -// } +MODULE +{ +name = FXModuleAnimateThrottle +animationName = jet +dependOnEngineState = True +responseSpeed = 0.1 +} MODULE { diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/emm.dds b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/emm.dds new file mode 100644 index 000000000..d4ae048e1 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/emm.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/model.mu b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/model.mu index 50f1f2ad2..4d186b9c0 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/model.mu and b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RSRBasicJet/model.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RadonEngine1/RadonEngine1.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RadonEngine1/RadonEngine1.cfg index c653cabe7..87983fd86 100644 --- a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RadonEngine1/RadonEngine1.cfg +++ b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RadonEngine1/RadonEngine1.cfg @@ -46,7 +46,7 @@ PART } MODEL_MULTI_PARTICLE { - modelName = RustyStarRockets/FX/radonFX +modelName = RustyStarRockets/FX/radonFX transformName = thrustTransform emission = 0.0 0.0 emission = 0.4 0.0 diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RustyLiquidEngineLarge/RustyLiquidEngineLarge.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RustyLiquidEngineLarge/RustyLiquidEngineLarge.cfg index 9df9a756e..8726562f7 100644 --- a/GameData/RustyStar/RustyStarRockets/Parts/Engine/RustyLiquidEngineLarge/RustyLiquidEngineLarge.cfg +++ b/GameData/RustyStar/RustyStarRockets/Parts/Engine/RustyLiquidEngineLarge/RustyLiquidEngineLarge.cfg @@ -120,6 +120,14 @@ MODULE jettisonForce = 16 jettisonDirection = 0 0 1 } +MODULE + { + name = ModuleGimbal + gimbalTransformName = thrustTransform + gimbalRange = 5 + useGimbalResponseSpeed = true + gimbalResponseSpeed = 5 + } MODULE diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/NewModel.mu index 4a7f51679..4ef081a70 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/NewModel.mu and b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/RSRLab.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/RSRLab.cfg index 26dca3b92..3a26a5d62 100644 --- a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/RSRLab.cfg +++ b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/RSRLab.cfg @@ -7,7 +7,7 @@ PART rescaleFactor = 1 node_stack_top = 0.0, 3.0492, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -3.0492, 0.0, 0.0, -1.0, 0.0, 2 - CrewCapacity = 3 + CrewCapacity = 6 TechRequired = advExploration entryCost = 10400 cost = 4000 @@ -28,10 +28,10 @@ PART maxTemp = 2000 // = 2900 vesselType = Ship bulkheadProfiles = size2 -//INTERNAL -//{ -//name = Mobile_Processing_Lab_Int -//} +INTERNAL +{ +name = RSR_LAB_INT +} MODULE { name = ModuleScienceContainer diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/Untitled-1.dds index 278d28271..c5b76c7b7 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/Untitled-1.dds and b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/bump_NRM.dds index da12c8d00..a1dbb984e 100644 Binary files a/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/bump_NRM.dds and b/GameData/RustyStar/RustyStarRockets/Parts/Science/RSRLab/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut1.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut1.cfg new file mode 100644 index 000000000..875890480 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut1.cfg @@ -0,0 +1,36 @@ +PART +{ + name = Strut1 + module = Part + author = GagaX + rescaleFactor = 1 + node_stack_top = 0, 1.0, 0, 0, 1, 0, 0 + node_stack_bottom = 0,-1.0, 0, 0, -1, 0, 0 + node_attach = 0, -1.0, 0, 0, -1, 0, 0 + TechRequired = composites + entryCost = 6500 + cost = 50 + category = Structural + subcategory = 0 + title = Strut 1 + manufacturer = Rusty Star Rockets + description = . + attachRules = 1,1,1,1,1 + mass = 0.25 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.2 + angularDrag = 1 + crashTolerance = 80 + breakingForce = 200 + breakingTorque = 200 + maxTemp = 2000 // = 3200 + fuelCrossFeed = True + bulkheadProfiles = size0, srf + +MODEL + { + model = RustyStar/RustyStarRockets/Parts/Structural/Struts/strut1 + } + +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut2.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut2.cfg new file mode 100644 index 000000000..6d8515e8b --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut2.cfg @@ -0,0 +1,36 @@ +PART +{ + name = Strut2 + module = Part + author = GagaX + rescaleFactor = 1 +node_stack_top = 0, 0.60022, 0, 0, 1, 0, 0 + node_stack_bottom = 0,-0.60022, 0, 0, -1, 0, 0 + node_attach = 0, -0.60022, 0, 0, -1, 0, 0 + TechRequired = composites + entryCost = 6000 + cost = 30 + category = Structural + subcategory = 0 + title = Strut 2 + manufacturer = Rusty Star Rockets + description = . + attachRules = 1,1,1,1,1 + mass = 0.15 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.2 + angularDrag = 1 + crashTolerance = 80 + breakingForce = 200 + breakingTorque = 200 + maxTemp = 2000 // = 3200 + fuelCrossFeed = True + bulkheadProfiles = size0, srf + +MODEL + { + model = RustyStar/RustyStarRockets/Parts/Structural/Struts/strut2 + } + +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut3.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut3.cfg new file mode 100644 index 000000000..9f544625b --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Strut3.cfg @@ -0,0 +1,36 @@ +PART +{ + name = Strut3 + module = Part + author = GagaX + rescaleFactor = 1 +node_stack_top = 0, 0.20040, 0, 0, 1, 0, 0 + node_stack_bottom = 0,-0.20040, 0, 0, -1, 0, 0 + node_attach = 0, -0.20040, 0, 0, -1, 0, 0 + TechRequired = composites + entryCost = 5000 + cost = 10 + category = Structural + subcategory = 0 + title = Strut 3 + manufacturer = Rusty Star Rockets + description = . + attachRules = 1,1,1,1,1 + mass = 0.05 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.2 + angularDrag = 1 + crashTolerance = 80 + breakingForce = 200 + breakingTorque = 200 + maxTemp = 2000 // = 3200 + fuelCrossFeed = True + bulkheadProfiles = size0, srf + +MODEL + { + model = RustyStar/RustyStarRockets/Parts/Structural/Struts/strut3 + } + +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Untitled-1.dds new file mode 100644 index 000000000..379f077d8 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut1.mu b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut1.mu new file mode 100644 index 000000000..a930f80fd Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut1.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut2.mu b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut2.mu new file mode 100644 index 000000000..6c4eb848b Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut2.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut3.mu b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut3.mu new file mode 100644 index 000000000..a5892652c Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Structural/Struts/strut3.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/NewModel.mu new file mode 100644 index 000000000..9d0f810e1 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/RSRcargo1.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/RSRcargo1.cfg new file mode 100644 index 000000000..21f746597 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/RSRcargo1.cfg @@ -0,0 +1,56 @@ +PART +{ + name = RSRcargo1 + module = Part + author = GagaX +mesh = NewModel.mu + rescaleFactor = 1 + node_stack_top = 0.0, -0.7303, 0.0, 0.0, 1.0, 0.0, 1 + node_stack_bottom = 0.0, -1.0, 0.0, 0.0, -1.0, 0.0, 2 + TechRequired = heavyAerodynamics + entryCost = 32000 + cost = 1500 + category = Utility + subcategory = 0 + title = RSR Cargo Bay + manufacturer = Rusty Star Rockets + description = . + attachRules = 1,0,1,1,1 + mass = 1 + dragModelType = default + maximum_drag = 0.2 + minimum_drag = 0.3 + angularDrag = 1 + crashTolerance = 50 + maxTemp = 2700 // = 3000 + emissiveConstant = 0.87 + fuelCrossFeed = True + bulkheadProfiles = size2, srf + breakingForce = 300 + breakingTorque = 300 + +MODULE + { + name = ModuleAnimateGeneric + animationName = RSRcargo1 + startEventGUIName = Open + endEventGUIName = Close + actionGUIName = Toggle Bay Doors + allowDeployLimit = true + revClampDirection = false + revClampSpeed = true + revClampPercent = true + } + //MODULE + //{ + //name = ModuleCargoBay + //DeployModuleIndex = 0 + //closedPosition = 1 + //lookupRadius = 2.5 + + //nodeOuterForeID = top + //nodeOuterAftID = bottom + //nodeInnerForeID = top2 + //nodeInnerAftID = bottom2 + //} +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/Untitled-1.dds new file mode 100644 index 000000000..bb1167009 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/bump_NRM.dds new file mode 100644 index 000000000..e497b8649 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Utility/RSRcargo1/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/Flare.dds b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/Flare.dds new file mode 100644 index 000000000..6ad8fdc21 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/Flare.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.cfg new file mode 100644 index 000000000..c6c6db80b --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.cfg @@ -0,0 +1,46 @@ +PART +{ + name = RSRGearFixed + module = Part + author = Porkjet + mesh = model.mu + scale = 1.0 + rescaleFactor = 1.0 + node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1 + TechRequired = aviation + entryCost = 500 + cost = 100 + category = Utility + subcategory = 0 + title = RSR-01 Fixed Landing Gear + manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division] + description = Simple wheel-on-a-stick Landing Gear to bring your birds down safely. (That means your airplanes, KSC disadvises attempts to attach landing gear to actual birds) + attachRules = 1,1,1,1,1 + mass = 0.05 + thermalMassModifier = 4.0 + // heatConductivity = 0.06 + emissiveConstant = 0.95 + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 1 + maxTemp = 1000 + crashTolerance = 25 + breakingForce = 50 + breakingTorque = 50 + PhysicsSignificance = 1 + bulkheadProfiles = srf + MODEL + { + model = RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed + scale = 1.25, 1.25, 1.25 + } + MODULE + { + name = ModuleLandingGearFixed + BrakeTorque = 20 + BrakeSpeed = 3 + wheelName = wheel + hasSteering = false + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.mu b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.mu new file mode 100644 index 000000000..57dbed310 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFixed.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.cfg new file mode 100644 index 000000000..b26325844 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.cfg @@ -0,0 +1,61 @@ +PART +{ + name = RSRGearFree + module = Part + author = Porkjet + mesh = model.mu + scale = 1.0 + rescaleFactor = 1.0 + node_attach = 0.00, 0.00, 0.00, 0.0, 1.0, 0.0, 1 + TechRequired = aviation + entryCost = 1500 + cost = 150 + category = Utility + subcategory = 0 + title = RSR Steerable Landing Gear + manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division] + description = Simple wheel with steering actuation. It has become evident that aerodynamic control surfaces don't offer much control while slowly taxiing on the ground. Hopefully these wheels will reduce the number of low altitude low speed collisions with buildings. And Kerbals. + attachRules = 1,1,1,1,1 + mass = 0.04 + thermalMassModifier = 4.0 + // heatConductivity = 0.06 + emissiveConstant = 0.95 + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 1 + maxTemp = 1000 + crashTolerance = 25 + breakingForce = 50 + breakingTorque = 50 + PhysicsSignificance = 1 + bulkheadProfiles = srf + MODEL + { + model = RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree + scale = 1.25, 1.25, 1.25 + } + MODULE + { + name = ModuleLandingGearFixed + BrakeTorque = 20 + BrakeSpeed = 3 + wheelName = wheel + hasSteering = true + } + MODULE + { + name = ModuleSteering + controlAxisType = Forward + steeringAxis = 0, 1, 0 + steeringTransformName = axle + steeringLocked = false + steeringCurve + { + key = 0 16 + key = 10 9 + key = 30 2 + key = 100 1 + } + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.mu b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.mu new file mode 100644 index 000000000..595afdce3 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearFree.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.cfg new file mode 100644 index 000000000..594231e66 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.cfg @@ -0,0 +1,70 @@ +PART +{ + name = RSRGearLarge + module = Part + author = Porkjet + mesh = model.mu + scale = 1.0 + rescaleFactor = 1.0 + node_attach = 0.00, 0.0, 0.0, 0.0, 1.0, 0.0, 1 + TechRequired = heavyLanding + entryCost = 6400 + cost = 1200 + category = Utility + subcategory = 0 + title = RSR Large Landing Gear + manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division] + description = Heavy-duty retractable landing gear. With it's four large tires and sturdy assembly it's the gear of choice for heavy cargo planes and airliners. + attachRules = 1,1,1,1,1 + mass = 0.6 + thermalMassModifier = 4.0 + // heatConductivity = 0.06 + emissiveConstant = 0.95 + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 1 + maxTemp = 2700 + crashTolerance = 70 + breakingForce = 50 + breakingTorque = 50 + // PhysicsSignificance = 1 // I think this should have mass + bulkheadProfiles = srf + DRAG_CUBE + { + cube = RETRACTED, 2.668421,0.7828922,0.7107495, 2.668421,0.78283,0.7107495, 2.770018,0.8184504,0.7037734, 2.770018,0.7823612,0.7437038, 0.9675053,0.5827737,1.15612, 0.9675053,0.2873546,2.339442, 3.039837E-06,0.08524656,0.1619515, 1.227095,1.072782,3.268359 + cube = DEPLOYED, 4.769676,0.8709047,1.2333, 4.770842,0.870423,1.2333, 3.373985,0.7576349,3.416735, 3.373985,0.7137473,3.610135, 2.119894,0.6172727,3.291952, 2.119894,0.5126448,3.05974, 2.980232E-06,-1.40114,0.1545382, 1.815971,3.909752,3.283185 + } + MODEL + { + model = RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge + scale = 1.25, 1.25, 1.25 + } + MODULE + { + name = ModuleLandingGear + animationName = LandingGearLargeDeploy + BrakeTorque = 12 + BrakeSpeed = 3 + startingState = DEPLOYED + wheelName = wheel + suspensionParentName = WheelRetract + statusLightName = Spotlight + reverseAnimation = true + StartDeployed = true + } + MODULE + { + name = FXModuleLookAtConstraint + CONSTRAINLOOKFX + { + targetName = anchor2 + rotatorsName = link1 + } + CONSTRAINLOOKFX + { + targetName = anchor1 + rotatorsName = link2 + } + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.mu b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.mu new file mode 100644 index 000000000..965776991 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearLarge.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.cfg b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.cfg new file mode 100644 index 000000000..9c4530314 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.cfg @@ -0,0 +1,70 @@ +PART +{ + name = RSRGearMedium + module = Part + author = Porkjet + mesh = model.mu + scale = 1.0 + rescaleFactor = 1.0 + node_attach = 0.00, 0.00, 0.00, 0.0, 1.0, 0.0, 1 + TechRequired = advLanding + entryCost = 4800 + cost = 700 + category = Utility + subcategory = 0 + title = RSR Medium Landing Gear + manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division] + description = High performance retractable landing gear. This bigger version features two large tires to support big and heavy planes. The longer assembly allows for improved ground clearance. //Comes with shock absorber, steering and a built-in spotlights. + attachRules = 1,1,1,1,1 + mass = 0.25 + thermalMassModifier = 4.0 + // heatConductivity = 0.06 + emissiveConstant = 0.95 + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 1 + maxTemp = 2600 + crashTolerance = 50 + breakingForce = 50 + breakingTorque = 50 + // PhysicsSignificance = 1 // I think this should have mass + bulkheadProfiles = srf + DRAG_CUBE + { + cube = RETRACTED, 1.34515,0.8165293,0.4764051, 1.34515,0.8154734,0.4764051, 1.255602,0.8251827,0.5392171, 1.255602,0.8000292,0.6835146, 0.4617555,0.5293906,1.089661, 0.4617555,0.2736183,1.809438, 2.980232E-07,-0.06152177,-0.03202891, 0.7565614,0.7683123,2.349208 + cube = DEPLOYED, 2.185883,0.8828952,0.6261107, 2.185883,0.8829924,0.6261107, 1.459697,0.7678789,2.439235, 1.459697,0.7622477,2.551643, 1.032085,0.6081987,1.930527, 1.032085,0.505362,2.060562, 3.576279E-07,-1.010557,-0.03277326, 1.057151,2.666383,2.350696 + } + MODEL + { + model = RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium + scale = 1.25, 1.25, 1.25 + } + MODULE + { + name = ModuleLandingGear + animationName = LandingGearMediumDeploy + BrakeTorque = 12 + BrakeSpeed = 3 + startingState = DEPLOYED + wheelName = wheel + suspensionParentName = WheelRetract + statusLightName = Spotlight + reverseAnimation = true + StartDeployed = true + } + MODULE + { + name = FXModuleLookAtConstraint + CONSTRAINLOOKFX + { + targetName = anchor2 + rotatorsName = link1 + } + CONSTRAINLOOKFX + { + targetName = anchor1 + rotatorsName = link2 + } + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.mu b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.mu new file mode 100644 index 000000000..dbf0c4a6e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/GearMedium.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/LandingGear.dds b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/LandingGear.dds new file mode 100644 index 000000000..2e47c5107 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Parts/Wheel/LandingGear/LandingGear.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/ReadMeIfYouGotNothingElseToDo.txt b/GameData/RustyStar/RustyStarRockets/ReadMeIfYouGotNothingElseToDo.txt new file mode 100644 index 000000000..d9fa2223c --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/ReadMeIfYouGotNothingElseToDo.txt @@ -0,0 +1,20 @@ + + * * + * Rusty Star Rockets * + * v1.2 * + * * + * by GagaX * + +======================================================= +Instalation: + +1. extract RustyStarRockets.zip to GameData folder +2. have fun! + +======================================================= + +Legal stuff: + +Rusty Star Rockets by GagaX is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. + +======================================================= diff --git a/GameData/RustyStar/RustyStarRockets/RustyStarRockets.version b/GameData/RustyStar/RustyStarRockets/RustyStarRockets.version index 3314d66e2..c3f429800 100644 --- a/GameData/RustyStar/RustyStarRockets/RustyStarRockets.version +++ b/GameData/RustyStar/RustyStarRockets/RustyStarRockets.version @@ -12,8 +12,8 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 1, - "PATCH" : 1, + "MINOR" : 2, + "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/NewModel.mu new file mode 100644 index 000000000..ef0673420 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/RSR_Avion_INT2.cfg b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/RSR_Avion_INT2.cfg new file mode 100644 index 000000000..b2bbec521 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/RSR_Avion_INT2.cfg @@ -0,0 +1,402 @@ +INTERNAL +{ + name = RSR_Avion2_INT + MODULE + { + name = InternalSeat + seatTransformName = k1 + allowCrewHelmet = false + } + PROP + { + name = AltimeterThreeHands + position = 0.06565344,-0.1743768,-0.5682461 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = AtmosphereDepth + position = 0.1414963,-0.1452262,-0.5847916 + rotation = 2.691094E-08,0.7880194,0.6156505,-3.444542E-08 + scale = 1,0.9999996,1 + } + PROP + { + name = AxisIndicatorPitch + position = 0.1414963,-0.2620682,-0.5562485 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = AxisIndicatorRoll + position = 0.1109422,-0.2620682,-0.5562485 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = AxisIndicatorYaw + position = 0.08056521,-0.2620682,-0.5562485 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.1140963,-0.2039782,-0.5707283 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.1435547,-0.2039782,-0.5707283 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.06853964,-0.1228175,-0.5909588 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.104256,-0.1228175,-0.5909588 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.1913427,-0.1400929,-0.5651436 + rotation = 0.449737,0,-3.931724E-08,0.8931611 + scale = 0.9999995,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = 0.2259889,-0.140093,-0.565144 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.225989,-0.1672547,-0.5450113 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.191343,-0.1672547,-0.5450113 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.191343,-0.225117,-0.5021228 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.225989,-0.225117,-0.5021228 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.225989,-0.197955,-0.5222558 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.191343,-0.197955,-0.5222558 + rotation = 0.449737,0,0,0.8931611 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.07984612,-0.2511203,-0.5589777 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.079846,-0.2814383,-0.5514207 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.1118599,-0.281438,-0.551421 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.1118599,-0.25112,-0.558978 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.1437345,-0.25112,-0.558978 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.1437345,-0.281438,-0.551421 + rotation = 0.6156847,0,0,0.7879927 + scale = 1,1,1 + } + PROP + { + name = Compass + position = 2.242437E-08,-0.07543435,-0.6099508 + rotation = 0.4729071,-0.5256985,-0.4729071,0.5256985 + scale = 0.6000001,0.5999998,0.6 + } + PROP + { + name = directionalKnob + position = -0.1409583,-0.1224059,-0.5927125 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = directionalKnob2 + position = -0.109667,-0.1224059,-0.5927125 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = IndicatorPanel + position = -0.2124288,-0.1731625,-0.5346754 + rotation = 0.4839826,0,-4.23111E-08,0.8750776 + scale = 1,1,1 + } + PROP + { + name = ledPanelSpeed + position = 0,-0.1205197,-0.5909665 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = NavBall + position = 0,-0.1718449,-0.5761089 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = pullSwitch + position = -0.0739093,-0.1224059,-0.5927125 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = RadarAltimeter + position = -0.06556965,-0.1747438,-0.5746439 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = 0.1137639,-0.1767299,-0.5791126 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = standingSwitch + position = 0.1137639,-0.156091,-0.5842795 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = standingSwitch + position = 0.01326149,-0.2792319,-0.5534518 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999996,1 + } + PROP + { + name = standingSwitch + position = 0.04779232,-0.2271344,-0.5664943 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = 0.047792,-0.2470329,-0.5615124 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = 0.02926991,-0.247033,-0.561512 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = 0.02926991,-0.227134,-0.566494 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.007747696,-0.227134,-0.566494 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.007747696,-0.247033,-0.561512 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = 0.0107743,-0.247033,-0.561512 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = 0.0107743,-0.227134,-0.566494 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.02568473,-0.227134,-0.566494 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.02568473,-0.247033,-0.561512 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.04420673,-0.247033,-0.561512 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = standingSwitch + position = -0.04420673,-0.227134,-0.566494 + rotation = 0.4350708,-0.5574167,-0.4350708,0.5574167 + scale = 1,0.9999999,1 + } + PROP + { + name = switch + position = -0.08098404,-0.2212714,-0.5679618 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = switch + position = -0.1273147,-0.2212714,-0.5679618 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = switchWithGuards + position = 0.04428674,-0.282364,-0.5526674 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 0.9999894,1.000011,1 + } + PROP + { + name = switchWithGuards + position = -0.03272391,-0.282364,-0.5526674 + rotation = 0.435071,-0.5574166,-0.435071,0.5574166 + scale = 1,0.9999995,1 + } + PROP + { + name = switchWithGuards + position = -0.2147141,-0.2845425,-0.4439067 + rotation = 0,0.7071068,0,0.7071068 + scale = 1,0.9999999,1 + } + PROP + { + name = switchWithGuards + position = -0.214714,-0.284543,-0.3925859 + rotation = 0,0.7071068,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = -0.214714,-0.284543,-0.2905086 + rotation = 0,0.7071068,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = -0.214714,-0.284543,-0.3418296 + rotation = 0,0.7071068,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = throttle + position = 0.2174781,-0.2908285,-0.3875648 + rotation = 0,0,0,1 + scale = 0.8,0.8,0.8 + } + PROP + { + name = VSI + position = -0.1326098,-0.1747788,-0.5748116 + rotation = 0.6156847,0,-5.382485E-08,0.7879927 + scale = 1,1,1 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/Untitled-1.png b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/Untitled-1.png new file mode 100644 index 000000000..110c3162b Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_Avion2_INT/Untitled-1.png differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/NewModel.mu new file mode 100644 index 000000000..90de136a7 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL.dds new file mode 100644 index 000000000..bc2cb12e5 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL_emm.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL_emm.dds new file mode 100644 index 000000000..54c817bf0 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/TERMINAL_emm.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/Untitled-1.dds new file mode 100644 index 000000000..cb2050bea Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/bump_NRM.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/bump_NRM.dds new file mode 100644 index 000000000..7fbe8553e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/bump_NRM.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/emm.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/emm.dds new file mode 100644 index 000000000..0dbbefc9e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/emm.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/internal.cfg b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/internal.cfg new file mode 100644 index 000000000..72179ec2b --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/internal.cfg @@ -0,0 +1,334 @@ +INTERNAL +{ + name = RSR_LAB_INT + MODULE + { + name = InternalSeat + seatTransformName = k1 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k2 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k3 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k4 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k5 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k6 + allowCrewHelmet = false + } + PROP + { + name = ButtonSquare + position = -0.955159,-0.6032127,-1.609244 + rotation = 0,0,-0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = -0.955159,-0.603213,-1.544794 + rotation = 0,0,-0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = -0.955159,-0.603213,-1.375061 + rotation = 0,0,-0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = -0.955159,-0.603213,-1.439511 + rotation = 0,0,-0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.3557548,0.9606514,0.3277326 + rotation = 0,0,1,-4.371139E-08 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.3557548,0.9606514,0.3921825 + rotation = 0,0,1,-4.371139E-08 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.3557548,0.9606514,0.2224496 + rotation = 0,0,1,-4.371139E-08 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.3557548,0.9606514,0.1579996 + rotation = 0,0,1,-4.371139E-08 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.9751273,0.565046,1.888901 + rotation = 0,0,0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.9751273,0.565046,1.953351 + rotation = 0,0,0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.9751273,0.565046,2.123084 + rotation = 0,0,0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.9751273,0.565046,2.058634 + rotation = 0,0,0.7071068,0.7071068 + scale = 2,2,2 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.4874158,-1.31558 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.487416,-1.350354 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.487416,-1.275213 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.487416,-1.23886 + rotation = 0,0,0.7071068,0.7071068 + scale = 1.2,1.2,1.2 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.487416,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.5295219,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.4447427,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.5784735,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.6632526,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.6211466,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.3550502,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.3971562,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.9006945,0.3123772,-1.117624 + rotation = 0,0,0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.5500169,0.9407038,2.11331 + rotation = 0,0,1,-4.371139E-08 + scale = 2,2,2 + } + PROP + { + name = circularButton + position = -0.9072663,0.524505,0.3554697 + rotation = 0,0,-0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.907266,0.524505,0.3906489 + rotation = 0,0,-0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.907266,0.524505,0.4962431 + rotation = 0,0,-0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.907266,0.524505,0.4610642 + rotation = 0,0,-0.7071068,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.7406468,0.941123,1.850861 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.8031607,0.941123,1.862451 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.6791665,0.941123,1.865089 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.6649066,0.941123,1.827573 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.8172653,0.941123,1.824935 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.740647,0.941123,1.813345 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.3629284,0.941123,1.813345 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.4395464,0.941123,1.824935 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.2871884,0.941123,1.827573 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.3014474,0.941123,1.865089 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.4254424,0.941123,1.862451 + rotation = 0,0,1,0 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.3629284,0.941123,1.850861 + rotation = 0,0,1,0 + scale = 1,1,1 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/prozorTEX.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/prozorTEX.dds new file mode 100644 index 000000000..bc650e0de Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/prozorTEX.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/spec.dds b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/spec.dds new file mode 100644 index 000000000..d42479f5d Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/RSR_LAB_INT/spec.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/NewModel.mu b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/NewModel.mu new file mode 100644 index 000000000..330310d31 Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/NewModel.mu differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/Untitled-1.dds b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/Untitled-1.dds new file mode 100644 index 000000000..fce37068e Binary files /dev/null and b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/Untitled-1.dds differ diff --git a/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/internal.cfg b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/internal.cfg new file mode 100644 index 000000000..4e3c5c596 --- /dev/null +++ b/GameData/RustyStar/RustyStarRockets/Spaces/Size2AvionCockpitINT/internal.cfg @@ -0,0 +1,730 @@ +INTERNAL +{ + name = Size2AvionCockpitINT + MODULE + { + name = InternalSeat + seatTransformName = k1 + allowCrewHelmet = false + } + MODULE + { + name = InternalSeat + seatTransformName = k2 + allowCrewHelmet = false + } + PROP + { + name = AltimeterThreeHands + position = 0.2500002,0.7609963,-0.8070142 + rotation = 0.707107,0,-6.181725E-08,0.7071066 + scale = 1,0.9999998,1 + } + PROP + { + name = AltimeterThreeHands + position = -0.25,0.760996,-0.807014 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = AtmosphereDepth + position = 0.3022996,0.6901111,-0.7722068 + rotation = 9.494764E-09,0.9761238,0.2172149,-4.266773E-08 + scale = 1,0.9999998,0.9999999 + } + PROP + { + name = AtmosphereDepth + position = -0.198753,0.690111,-0.772207 + rotation = 9.494771E-09,0.9761238,0.217215,-4.266773E-08 + scale = 1,0.9999999,1 + } + PROP + { + name = AxisIndicatorPitch + position = 0,0.690111,-0.772207 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = AxisIndicatorRoll + position = 0.03,0.690111,-0.772207 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = AxisIndicatorRoll + position = -0.03,0.690111,-0.772207 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.648667 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.5627522 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.5269823 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.648667 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.5269823 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.3555491 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.612897 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.3555491 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.4772338 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.4414638 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.4414638 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.391319 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.469584,0.6516833,-0.4772338 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.5627522 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.612897 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.5052045,0.6516833,-0.391319 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.4772338 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.4414638 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.4772338 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.4414638 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.3555491 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.3555491 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.391319 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.391319 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.5627522 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.5627522 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.5269823 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.5269823 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.612897 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.612897 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.4653342,0.6516833,-0.648667 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.5009547,0.6516833,-0.648667 + rotation = 0,0,0,1 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0,0.6611865,-0.7104346 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.03,0.6611865,-0.7104346 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.03,0.6611865,-0.7104346 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.19,0.8115103,-0.8144213 + rotation = 0.707107,0,-5.993797E-08,0.7071066 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = ButtonSquare + position = 0.19,0.7781523,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.3101356,0.7781527,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = 0.3101356,0.8115107,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.1889054,0.8115107,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.1889054,0.7781527,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.3090414,0.7781527,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = ButtonSquare + position = -0.3090414,0.8115107,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.06,0.6611865,-0.7104346 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.06,0.6611865,-0.7104346 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0,0.7441708,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = 0.03,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = 0.06,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = 0.09,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = -0.03,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = -0.06,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = -0.09,0.744171,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,0.9999998,0.9999998 + } + PROP + { + name = circularButton + position = 0.25,0.8155699,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = circularButton + position = -0.25,0.81557,-0.814421 + rotation = 0.7071068,0,0,0.7071068 + scale = 1,1,1 + } + PROP + { + name = Compass + position = -0.0001254609,0.8161047,-0.8159153 + rotation = -0.5,0.5,0.5,-0.5 + scale = 1,1,1 + } + PROP + { + name = directionalKnob + position = 0.1,0.8113039,-0.8159153 + rotation = 0.5,0.5,0.5,0.5 + scale = 1,1,1 + } + PROP + { + name = directionalKnob + position = -0.1,0.8113039,-0.8159153 + rotation = 0.5,0.5,0.5,0.5 + scale = 1,1,1 + } + PROP + { + name = directionalKnob2 + position = 0.13,0.8113039,-0.8159153 + rotation = 0.5,0.5,0.5,0.5 + scale = 1,1,1 + } + PROP + { + name = directionalKnob2 + position = -0.13,0.8113039,-0.8159153 + rotation = 0.5,0.5,0.5,0.5 + scale = 1,1,1 + } + PROP + { + name = IndicatorPanel + position = -0.1412236,0.6897057,-0.7474871 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999998,1 + } + PROP + { + name = IndicatorPanel + position = 0.3606689,0.689706,-0.747487 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = ledPanelSpeed + position = -0.25,0.6591782,-0.7124922 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999997,1 + } + PROP + { + name = ledPanelSpeed + position = 0.25,0.6591782,-0.7124922 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999997,1 + } + PROP + { + name = NavBall + position = 0.25,0.6891969,-0.7674724 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1.25,1.2,1.2 + } + PROP + { + name = NavBall + position = -0.25,0.689197,-0.767472 + rotation = 0.217215,0,0,0.9761239 + scale = 1.25,1.2,1.2 + } + PROP + { + name = pullSwitch + position = 0.4205351,0.7029741,-0.7972003 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = pullSwitch + position = -0.07854673,0.7029741,-0.7972003 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = pullSwitch + position = 0.420535,0.6895844,-0.7686047 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = pullSwitch + position = 0.420535,0.6631713,-0.7121968 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = pullSwitch + position = 0.420535,0.6765613,-0.7407918 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = RadarAltimeter + position = 0.1821171,0.6910625,-0.7717612 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999998,1 + } + PROP + { + name = RadarAltimeter + position = -0.3180755,0.6910625,-0.7717612 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999997,1 + } + PROP + { + name = standingSwitch + position = -0.08173693,0.6908802,-0.7713737 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = -0.05888722,0.69088,-0.771374 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = -0.058887,0.6836778,-0.7559925 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = -0.081737,0.6836778,-0.7559925 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = -0.081737,0.6766419,-0.7409654 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = standingSwitch + position = -0.058887,0.6766419,-0.7409654 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = -0.4036206,0.6711713,-0.7292818 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = -0.3857647,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = -0.3420064,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = -0.3598624,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = 0.1393597,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = 0.1572157,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = 0.1134567,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switch + position = 0.09560069,0.671171,-0.729282 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = 0.06261772,0.7029672,-0.7971857 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999998,1 + } + PROP + { + name = switchWithGuards + position = 0.062618,0.690158,-0.7698305 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = 0.062618,0.6770032,-0.7417369 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = -0.4386765,0.677003,-0.741737 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = -0.4386765,0.690158,-0.769831 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = switchWithGuards + position = -0.4386765,0.702967,-0.797186 + rotation = 0.217215,0,0,0.9761239 + scale = 1,1,1 + } + PROP + { + name = throttle + position = 0,0.6279117,-0.5755314 + rotation = 0,0,0,1 + scale = 0.9,0.9,0.9 + } + PROP + { + name = VSI + position = -0.383983,0.6910625,-0.7717612 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999998,1 + } + PROP + { + name = VSI + position = 0.1150882,0.6910625,-0.7717612 + rotation = 0.2172147,0,-1.898951E-08,0.9761239 + scale = 1,0.9999997,1 + } +} diff --git a/GameData/RustyStar/RustyStarRockets/changelog.md b/GameData/RustyStar/RustyStarRockets/changelog.md index 7e360a2c1..83ad5dd5e 100644 --- a/GameData/RustyStar/RustyStarRockets/changelog.md +++ b/GameData/RustyStar/RustyStarRockets/changelog.md @@ -22,7 +22,7 @@ * Issues * closes #9 - Archival Releases * closes #45 - 1.8.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -38,7 +38,7 @@ * Issues * updates #9 - Archival Releases * closes #44 - 1.7.0.1-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -54,7 +54,7 @@ * Issues * updates #9 - Archival Releases * closes #43 - 1.7.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -73,7 +73,7 @@ * Issues * updates #9 - Archival Releases * closes #42 - 1.6.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -98,7 +98,7 @@ * Issues * updates #9 - Archival Releases * closes #40 - 1.5.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -118,7 +118,7 @@ * Issues * updates #9 - Archival Releases * closes #39 - 1.4.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -135,12 +135,15 @@ * Issues * updates #9 - Archival Releases * closes #38 - 1.3.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- ## Version 1.2.0.0-release - `` +* 04 Dec 2015 +* Released for Kerbal Space Program 1.0.5 + * added moar stufff * ok, added 2 kinds of wing sets (11 wing parts total) * finished IVA for lab @@ -152,7 +155,7 @@ * Issues * updates #9 - Archival Releases * closes #37 - 1.2.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -169,7 +172,7 @@ * Issues * updates #9 - Archival Releases * closes #36 - 1.1.1.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -185,7 +188,7 @@ * Issues * updates #9 - Archival Releases * closes #35 - 1.1.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -201,6 +204,6 @@ * Issues * updates #9 - Archival Releases * closes #34 - 1.0.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- diff --git a/RustyStarRockets.version b/RustyStarRockets.version index 3314d66e2..c3f429800 100644 --- a/RustyStarRockets.version +++ b/RustyStarRockets.version @@ -12,8 +12,8 @@ "VERSION" : { "MAJOR" : 1, - "MINOR" : 1, - "PATCH" : 1, + "MINOR" : 2, + "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : diff --git a/changelog.md b/changelog.md index 7e360a2c1..83ad5dd5e 100644 --- a/changelog.md +++ b/changelog.md @@ -22,7 +22,7 @@ * Issues * closes #9 - Archival Releases * closes #45 - 1.8.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -38,7 +38,7 @@ * Issues * updates #9 - Archival Releases * closes #44 - 1.7.0.1-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -54,7 +54,7 @@ * Issues * updates #9 - Archival Releases * closes #43 - 1.7.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -73,7 +73,7 @@ * Issues * updates #9 - Archival Releases * closes #42 - 1.6.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -98,7 +98,7 @@ * Issues * updates #9 - Archival Releases * closes #40 - 1.5.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -118,7 +118,7 @@ * Issues * updates #9 - Archival Releases * closes #39 - 1.4.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -135,12 +135,15 @@ * Issues * updates #9 - Archival Releases * closes #38 - 1.3.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- ## Version 1.2.0.0-release - `` +* 04 Dec 2015 +* Released for Kerbal Space Program 1.0.5 + * added moar stufff * ok, added 2 kinds of wing sets (11 wing parts total) * finished IVA for lab @@ -152,7 +155,7 @@ * Issues * updates #9 - Archival Releases * closes #37 - 1.2.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -169,7 +172,7 @@ * Issues * updates #9 - Archival Releases * closes #36 - 1.1.1.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -185,7 +188,7 @@ * Issues * updates #9 - Archival Releases * closes #35 - 1.1.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -201,6 +204,6 @@ * Issues * updates #9 - Archival Releases * closes #34 - 1.0.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- diff --git a/docs/ReleaseNotes/1.2.0.0.md b/docs/ReleaseNotes/1.2.0.0.md new file mode 100644 index 000000000..73f9088ca --- /dev/null +++ b/docs/ReleaseNotes/1.2.0.0.md @@ -0,0 +1,125 @@ +--- +permalink: /1.2.0.0.html +title: Release Notes v1.1.0.0 +description: Version Release Notes +tags: RustyStarRockets,release-notes,kerbal,ksp,zer0Kerbal,zedK +layout: page +--- + + + +[![Rusty Star Rockets Version][MOD:shd:stat]][MOD:forum] +[![KSP version][KSP:shd:stat]][KSP:url] [![License][LIC:shd]][LIC:url] +![AVC .version files][AVCVAL:shd] [![Pages][MOD:pages:shd]][MOD:pages] + +# Version 1.2.0.0-release - `` edition + +* 04 Dec 2015 +* Released for Kerbal Space Program [KSP 1.0.5] + +

+DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

Download from CurseForge

+ +## Changes + +* added moar stufff +* ok, added 2 kinds of wing sets (11 wing parts total) +* finished IVA for lab +* new size1 and size2 cockpits +* some structural parts + +### Status 1.2.0.0 + +* Issues + * updates #9 - Archival Releases + * closes #37 - 1.2.0.0-release +* updated #46 - [Bug 🐞]: part.cfg errors + +--- + +## See More + +* Changelog Summary for more details of changes: See [ChangeLog][MOD:chlog] +* Discussions and news on this mod : See [Discussions][MOD:discu] or [KSP Forums][MOD:forum] +* Known Issues for more details of feature requests and known issues : See [Known Issues][MOD:issue] +* GitHub Pages : See [Pages][MOD:pages] + +## Localization + +>* ![English][EN] English +>* ***your translation here*** +> +> HELP WANTED - See the [README in the Localization folder][lreadme] or the [Quickstart Guide][qstart] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!* + +
+

red box below is a link to forum post on how to get support

+ +

How to get support

+

Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

+
+ +--- + +### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal] + +[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] + + +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/RustyStarRockets/master/changelog.md "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/RustyStarRockets/discussions/ "Discussions" +[MOD:forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/209405-*/ "RustyStarRockets forum thread" +[MOD:issue]: https://github.com/zer0Kerbal/RustyStarRockets/issues/ "Issue Tracker" +[MOD:licns]: https://github.com/zer0Kerbal/RustyStarRockets/blob/master/LICENSE/ "Repo License" +[MOD:pages]: https://zer0kerbal.github.io/RustyStarRockets/ "GitHub Pages" +[MOD:pages:shd]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO" + + +[MOD:shd:stat]: https://img.shields.io/badge/Rusty%20Star%20Rockets%20(RSR)%20-v1.1.0.0--release-BADA55.svg?style=plastic&labelColor=darkgreen/ "1.2.0.0-release" + +[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/RustyStarRockets/files/ "Curseforge" +[GITHUB:url]: https://github.com/zer0Kerbal/RustyStarRockets/ "GitHub" + +[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" +[KSP:shd:stat]: https://img.shields.io/badge/KSP-1.0.5-blue.svg?style=plastic&logo=data:image/webp;base64,UklGRpAGAABXRUJQVlA4TIQGAAAvH8AHEE0obNsGDakwXkT/Q4chj76jn1yYjSRjH6H+6xQqRUkkSc5ckHD+NUUVhx4+RNu2bTTl/3OTVhD6H8u6fF8dDYm40CK7N0CjAxK52rYtjfQRAvGNjbu7V+vuLp2fwhzA6gG4li6de+nuO+4uJBlkwoTA//90kENgtZZs27ZpO2Oufa5vbNsq2Sw6qaa9r3n/kZJTex/wSrFt27o62kuSJNuqrdTa1+/7uLu7uzQZAk0mRN/mAz2CAbi723vvy5WztxxIAAiw+dh2bdvWZJuT12y1bdu2bdu2bbs3AQABlsED+y50lDqLE4pf/Uxe8KO77HFes9hvxu1p3O2Q09LVg0NVjo7Z5U6AvwBSOfivKdQTujOnXNG8hzNhqYSMMHJ+MwWWyTSjNUoP1jWHp1ZNmgB8TMH3Tl33mvoVb8uIj3umyIJLsAmYoCIqUCVMCN5WrW78Qi+AkeaGOkWFk3QbRmIWHpIZSURXDxhJVlJiYZ6kLEgeEjIRCBmxebhCTWlTJNaXLystGysVToPOAFJJjqSPNOXftSVbXPQjxrzVaFNzXvBonWJlonIVTJabAfjZ0Jxufl5GPntEHKjB7PIXtg6eYHywJn3hTdijjXUain94KjfCfg1hM3AZRR4N16VMXBrsDVYDCjOIMmGFsAab8rdY7+kIw0BgtRgL1DKJeuNZdQ9f5RAGGfOQfZxexj7t37RkjNp4rPDIHOJVyPBF+XHKsnQk4SWRBl8Wot74WtkBqidQggbyj2vW1WEFG6JfUZ8UxhVzOmAUdKTYZ3yxR2QwIIAQdA9YgiRBZWyCguiOER9y9IauiyGqR0EayVLiEVwmXmF5+Z2jfohj8i1q8ybRahCBAXZBCBUqLgAACQFzp5M/o5wzCDcCJZEOF9EzggM7NEd18c1Q85gPBldtg6mwB1N+hzyTSFp5jWM+WpCRBEBAjIaUxJI80o3s6vDYJ7gNXuAUfOacvsLvLhNIMaMwh8GccsXjtuiK+wkxZ/kVdOCzoCeAOn+N7H1rU1YT35MgAWY9yD5wMWI7j7G976bSh8LxDx2jI3IJRAnJ+RQQIU7gABnLd3vKSyMAd71mq7HgV3AJ+Sxh5Bz5O0z/gbTiNT8DxQssrrv7Uyx9Y7q6BQVUoIGonF/FfoC/RqwVHlviCRSABDvLaCUfZlz1cNENn6adNTz+AF8v8KWQAFL+QMkpCthFkpvvq7+2/to6AIBhyvPdrUr3g1XwBEJPMeP/98SxWWvs3nHIhgNnsY1RWVyw+Guh5IZLgj9WzPi/iEk9gPPGLAni3aRlsqlGQ9jP4z9Q/s/xi3dw486abm6Bqi2l3qu9e9tQsdVMdG4zbVYqp5wJcBSA2W6sNmkwxuNk+nw3r4MFi/4EkTAhiRFk70jkqNDiWbDK65OLIn0s0wD/ucAp3XwVSsSNBAqjFUIXwFE0MihZQ6utQYV2oR+tShO7Ad6bswY3xd7qe0VrVxK9ZjueQy4TPnF8MCQGjoxSugSFgFMV4LiVwgsn/i+gXZ2FzplAduxnn0/OlW0uqf+M64MRPqzwrl+PnpKQSaXS49Ui7n2/ctFtHtAtiprzxq6WniwESvW5yUG1Xx6/8Hx8NKELwKZK15pV/EvXvm9ZMlx0aKUO98iUPaWvst/n8ZbOmkvGhcOQRWf5zj9dk9cfpad5oHN3Rns/wsuvy2puxz1Ziu96Q7/SOWoROzvNzFo5Z5+1BDej3OjQ/XymEkW9jr0em5g5SdX8VC2gf9xJb/RWCC5bIKWDgWcYf+K9Kje3zbQBh/F448wMLoICeUyJ330nXlPmawiRT/sblG4vWrbErgQaMzYbZcwbhSaNrwH+Tqa04jqrd3JZTvwbFxHFSVMAv5UZdEq+tQUupcis/5+MZNsxk9b8TPa7cMqdzzrh9FtD5v+vPACvJy7nDT69IP/Yx6EywGdTFsD5iU7bqkovJogzTjQm3iFTyp4jV4bjVKdcnv5/JrhokmpnGAIA4D/AXYCfVgoBXnrDkCqqCHRG529HeYB51Jy1z6nlW/gnVmzyxmVHxnQrxXxelcI0yN85udPl+//t2rzKzA+oluPTNjp6qY1PVduFVdo8ya+8E6p8KOZR+bLj6Vju9oi5dar0erTS8Z1x3/IITU3vyDRLiZWBZVH6CbqURTeLptD3pEPIR4W4QlHfTnRJzZBRJ8MlI8LmmEXLAdAxsqIYbSDGTt65GfF0cUL6aQQ=&labelColor=black/ "Kerbal Space Program" + + +[LIC:url]: https://creativecommons.org/licenses/by-nc-nd/4.0/ "CC BY-NC-ND 4.0" +[LIC:log]: https://licensebuttons.net/i/l/by-nc-nd/transparent/33/66/99/76x22.png "CC BY-NC-ND 4.0" +[LIC:shd]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-ef9421?labelColor=black&style=plastic&logoColor=ef9421&logo=creativecommons "CC BY-NC-ND 4.0" + +[AVCVAL:shd]: https://github.com/zer0Kerbal/RustyStarRockets/actions/workflows/AVC-VersionFileValidator.yml/badge.svg?style=plastic&labelColor=black "AVC Valid" + +[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-BADA55?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" +[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal" +[PATREON:img]: https://img.shields.io/badge/Patreon%20-Patreonize-FF424D?style=for-the-badge&logo=patreon "Patreon" +[PATREON:url]: https://www.patreon.com/bePatron?u=23390503 "Patreon" +[GSPONS:img]: https://img.shields.io/badge/Github%20-Sponsor-EA4AAA?style=for-the-badge&logo=githubsponsors "Github Sponsors" +[GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors" +[BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack" +[BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack" +[lreadme]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md "Localization Readme" +[qstart]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md "Quickstart" +[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/EN.png "English" +[BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/BR.png "PortuguΓͺs Brasil" +[CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/CH.png "δΈ­ζ–‡" +[DE]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/DE.png "Deutsch" +[ES]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/ES.png "EspaΓ±ol" +[FR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/FR.png "FranΓ§ais" +[IT]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/IT.png "Italiano" +[JA]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/JA.png "ζ—₯本θͺž" +[KO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/KO.png "ν•œκ΅­μ–΄" +[MX]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/MX.png "Mexicano EspaΓ±ol" +[NL]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NL.png "Dutch" +[NO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/NO.png "Norsk" +[PO]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/PO.png "Polski" +[RU]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/RU.png "Русский" +[SW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/SW.png "Svenska" +[TR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TR.png "TΓΌrk" +[TW]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/TW.png "ε›½θ―­" + +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" + + \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 9192c18f7..d1f833688 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,7 +35,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * closes #9 - Archival Releases * closes #45 - 1.8.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -51,7 +51,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #44 - 1.7.0.1-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -67,7 +67,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #43 - 1.7.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -86,7 +86,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #42 - 1.6.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -111,7 +111,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #40 - 1.5.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -131,7 +131,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #39 - 1.4.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -148,12 +148,15 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #38 - 1.3.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- ## Version 1.2.0.0-release - `` +* 04 Dec 2015 +* Released for Kerbal Space Program 1.0.5 + * added moar stufff * ok, added 2 kinds of wing sets (11 wing parts total) * finished IVA for lab @@ -165,7 +168,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #37 - 1.2.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -182,7 +185,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #36 - 1.1.1.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -198,7 +201,7 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #35 - 1.1.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- @@ -214,6 +217,6 @@ CC BY-ND 4.0 by zer0Kerbal * Issues * updates #9 - Archival Releases * closes #34 - 1.0.0.0-release -* updated #46 - [Bug 🐞]: part.cfg errors +* updates #46 - [Bug 🐞]: part.cfg errors --- diff --git a/json/mod.json b/json/mod.json index 84f41167e..1a201d989 100644 --- a/json/mod.json +++ b/json/mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "label": "Rusty Star Rockets", "labelColor": "BADA55", - "message": "1.1.1.0", + "message": "1.2.0.0", "color": "darkgreen", "style": "plastic" }