After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
@ -0,0 +1,56 @@
|
||||
// Patches applying art changes to Making History heat shields
|
||||
// Contents:
|
||||
- Heat Shield (1.875m) (HeatShield1p5)
|
||||
|
||||
@PART[HeatShield1p5]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/restock-heatshield-1875-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Classic
|
||||
VARIANT
|
||||
{
|
||||
name = Classic
|
||||
displayName = #LOC_Restock_variant-heat-shield-brown
|
||||
primaryColor = #8d6c24
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = true
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Black
|
||||
displayName = #LOC_Restock_variant-heat-shield-black
|
||||
primaryColor = #303030
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Red
|
||||
displayName = #LOC_Restock_variant-heat-shield-red
|
||||
primaryColor = #793b25
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = true
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
// Patches applying art changes to Making History decouplers
|
||||
// Contents:
|
||||
- TD-18 Decoupler (Decoupler_1p5)
|
||||
- Size 1.5 Decoupler (Size1p5_Strut_Decoupler)
|
||||
|
||||
// TD-18 Decoupler
|
||||
@PART[Decoupler_1p5]
|
||||
@ -14,3 +15,16 @@
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
||||
// Size 1.5 decoupler
|
||||
@PART[Size1p5_Strut_Decoupler]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-1875-2
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
@ -0,0 +1,575 @@
|
||||
// Patches applying art changes to Making History LFO tanks
|
||||
// Contents:
|
||||
// - FL-TX220 Fuel Tank (Size1p5_Tank_01)
|
||||
// - FL-TX440 Fuel Tank (Size1p5_Tank_02)
|
||||
// - FL-TX900 Fuel Tank (Size1p5_Tank_03)
|
||||
// - FL-TX1800 Fuel Tank (Size1p5_Tank_04)
|
||||
// - FL-C1000 Fuel Tank (Size1p5_Tank_05)
|
||||
// - FL-A151L Fuel Tank Adapter (Size1p5_Size1_Adapter_01)
|
||||
// - FL-A151S Fuel Tank Adapter (Size1p5_Size1_Adapter_02)
|
||||
// - FL-A150 Fuel Tank Adapter (Size1p5_Size0_Adapter_01)
|
||||
// - FL-A215 Fuel Tank Adapter (Size1p5_Size2_Adapter_01)
|
||||
|
||||
// Long 1.875m tank
|
||||
@PART[Size1p5_Tank_04]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = true
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = true
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Med 1.875m tank
|
||||
@PART[Size1p5_Tank_03]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-2
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med = true
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = true
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Small 1.875m tank
|
||||
@PART[Size1p5_Tank_02]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-3
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =true
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small = false
|
||||
Tank1875SmallGrey = true
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =false
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Tiny 1.875m tank
|
||||
@PART[Size1p5_Tank_01]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-4
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny = true
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = true
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Soyuz 1.875m tank
|
||||
@PART[Size1p5_Tank_05]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-soyuz-1
|
||||
}
|
||||
|
||||
@MODULE[ModuleEngines]
|
||||
{
|
||||
@name = ModuleEnginesFX
|
||||
%runningEffectName =
|
||||
}
|
||||
!fx_exhaustFlame_white_tiny = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, running
|
||||
!sound_vent_medium = engage
|
||||
!sound_rocket_mini = running
|
||||
!sound_vent_soft = disengage
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = true
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = true
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Adapter - 1.875 to 1.25m Short
|
||||
@PART[Size1p5_Size1_Adapter_02]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-adapter-1875-125-2
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = true
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = true
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Adapter - 1.875 to 1.25m Long
|
||||
@PART[Size1p5_Size1_Adapter_01]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-adapter-1875-125-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = true
|
||||
1875-125GreyLong = false
|
||||
1875-125OrangeLong = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = false
|
||||
1875-125GreyLong = true
|
||||
1875-125OrangeLong = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = false
|
||||
1875-125GreyLong = false
|
||||
1875-125OrangeLong = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Adapter - 1.875 to 0.625m
|
||||
@PART[Size1p5_Size0_Adapter_01]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-adapter-1875-0625-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625= true
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625= false
|
||||
1875-0625Grey = true
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625 = false
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Adapter - 2.5 to 1.875m
|
||||
@PART[Size1p5_Size2_Adapter_01]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-adapter-25-1875-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = true
|
||||
25-1875Grey = false
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = false
|
||||
25-1875Grey = true
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = false
|
||||
25-1875Grey = false
|
||||
25-1875Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
// Patches applying art changes to Making History RCS tanks
|
||||
// Contents:
|
||||
// - (MonoPropMini)
|
||||
// - Stratus-V Minified Monopropellant Tank (MonoPropMini)
|
||||
// - FL-R5 RCS Fuel Tank (Size1p5_Monoprop)
|
||||
|
||||
// Spherical Radial Tiny Tank
|
||||
@PART[monopropMiniSphere]
|
||||
@ -13,3 +14,15 @@
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
||||
}
|
||||
}
|
||||
// FL-R5 RCS Fuel Tank
|
||||
@PART[Size1p5_Monoprop]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-1875-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":1,
|
||||
"PATCH":4,
|
||||
"MINOR":2,
|
||||
"PATCH":0,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,5 +1,31 @@
|
||||
v0.2.0
|
||||
------
|
||||
- Phase 2 release
|
||||
- New stock part replacements
|
||||
- Coupling
|
||||
- Advanced Grabbing Unit (Andrew Cassidy)
|
||||
- Resources
|
||||
- 'Drill-O-Matic' Mining Excavator (Andrew Cassidy)
|
||||
- 'Drill-O-Matic Junior' Mining Excavator (Andrew Cassidy)
|
||||
- Large Holding Tank (Andrew Cassidy)
|
||||
- Small Holding Tank (Andrew Cassidy)
|
||||
- Radial Holding Tank (Andrew Cassidy)
|
||||
- Electrical
|
||||
- Fuel Cell (Andrew Cassidy)
|
||||
- Fuel Cell Array (Andrew Cassidy)
|
||||
- Making History parts replaced:
|
||||
- Fuel Tanks
|
||||
- FL-C1000 Fuel Tank (Nertea)
|
||||
- FL-TX220 Fuel Tank (Nertea)
|
||||
- FL-TX440 Fuel Tank (Nertea)
|
||||
- FL-TX900 Fuel Tank (Nertea)
|
||||
- FL-A150 Fuel Tank Adapter (Nertea)
|
||||
- FL-A151L Fuel Tank Adapter (Nertea)
|
||||
- FL-A151S Fuel Tank Adapter (Nertea)
|
||||
- FL-A215 Fuel Tank Adapter (Nertea)
|
||||
- FL-R5 RCS Fuel Tank (Nertea)
|
||||
- Thermal
|
||||
- Heat Shield (1.875m) (Nertea)
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
@ -42,7 +42,7 @@ Lead Testing
|
||||
INSTALLATION
|
||||
============
|
||||
|
||||
To install, drag the ReStock folder and Modulemanager DLL from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see:
|
||||
To install, drag the ReStock folder and ModuleManager DLL from the GameData folder you downloaded into your Kerbal Space Program Gamedata folder. If installed correctly, you should see:
|
||||
- Kerbal Space Program
|
||||
- GameData
|
||||
- Squad
|
||||
|
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
@ -9,21 +9,31 @@ Localization
|
||||
en-us
|
||||
{
|
||||
|
||||
// Actions and buttons
|
||||
// ACTIONS AND BUTTONS
|
||||
// ===================
|
||||
#LOC_RestockPlus_light_rotate_on = Pivoted
|
||||
#LOC_RestockPlus_light_rotate_off = Base Rotation
|
||||
#LOC_RestockPlus_light_rotate_toggle = Rotate Light
|
||||
|
||||
|
||||
// Engines
|
||||
// ENGINES
|
||||
// =======
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-engine-corgi_title = KR-10A 'Corgi' Liquid Fuel Engine Cluster
|
||||
#LOC_RestockPlus_restock-engine-corgi_description = Kerbodyne engineers have discovered that clustering can be an effective solution when you need more thrust, and don't want to add more boosters. This upper stage engine is very efficient as it takes advantage of a set of four lovingly handcrafted engines.
|
||||
#LOC_RestockPlus_restock-engine-corgi_tags = orbit vac upper propuls sls rl10 eus restock kr 10a corgi
|
||||
|
||||
// 2.5m
|
||||
#LOC_RestockPlus_restock-engine-boar_title = KR-1 'Boar' Liquid Fuel Engine
|
||||
#LOC_RestockPlus_restock-engine-boar_description = The single Boar is slightly more efficient than its dual counterpart, and provides, logically, half the thrust. Due to a less integrated set of mounting points, there is a slight decrease in raw thrust-to-weight ratio.
|
||||
#LOC_RestockPlus_restock-engine-boar_tags = ascent main propuls lower sls dynetics f1b restock kr1 boar
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_title = STS-1 'Anvil' Solid Rocket Booster
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_description = This colossal solid rocket booster has more than enough power to be used to push lower thrust cores really high up or even be used as a core stage, if your engineers feel that the unstable explosive combustion's spine-tingling rumble could be harnessed as a back massage function for bored Kerbonauts.
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_tags = a moar (more motor rocket shuttle ssrb srb restock anvil
|
||||
|
||||
// 1.25m
|
||||
#LOC_RestockPlus_restock-engine-pug_title = LV-303 'Pug' Liquid Fuel Engine
|
||||
#LOC_RestockPlus_restock-engine-pug_description = What a cute little engine! All dressed up and ready for Baby's First Upper Stage.
|
||||
#LOC_RestockPlus_restock-engine-pug_tags = orbit vac upper propuls restock 303 pug
|
||||
@ -32,6 +42,7 @@ Localization
|
||||
#LOC_RestockPlus_restock-engine-valiant_description = The first (well, the first that didn't regularly explode) model in the famed LV series of engines. Just enough to get you flying, and it even offers such startling amenities as "throttle" and "gimbal".
|
||||
#LOC_RestockPlus_restock-engine-valiant_tags = ascent main propuls lower sls restock t15 valiant
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-engine-torch_title = Mk-1H 'Torch' Liquid Fuel Engine
|
||||
#LOC_RestockPlus_restock-engine-torch_description = When your booster is small and needs a real kick, the Torch's ability to produce high temperature gases as a prodigious rate will do you well.
|
||||
#LOC_RestockPlus_restock-engine-torch_tags = ascent main propuls lower titan restock mk1h torch
|
||||
@ -44,14 +55,18 @@ Localization
|
||||
#LOC_RestockPlus_restock-engine-srb-striker_description = Extending the Mallet with additional segments can provide more boom than your integration team knows what to do with!
|
||||
#LOC_RestockPlus_restock-engine-srb-striker_tags = a moar (more motor rocket srb restock striker
|
||||
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_title = STS-1 'Anvil' Solid Rocket Booster
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_description = This colossal solid rocket booster has more than enough power to be used to push lower thrust cores really high up or even be used as a core stage, if your engineers feel that the unstable explosive combustion's spine-tingling rumble could be harnessed as a back massage function for bored Kerbonauts.
|
||||
#LOC_RestockPlus_restock-engine-srb-anvil_tags = a moar (more motor rocket shuttle ssrb srb restock anvil
|
||||
|
||||
// CONTROL
|
||||
#LOC_RestockPlus_reactionwheel-radial-1_title = Small Radial Gyroscope
|
||||
#LOC_RestockPlus_reactionwheel-radial-1_description = Steadler's small radial gyroscope provides a small amount of torque but with greater power efficiency, allowing even large stations to maintain attitude with minimal power. We're still not entirely sure how gyroscopes work, but this one allows torque on all three axes.
|
||||
#LOC_RestockPlus_reactionwheel-radial-1_tags = cmg command control fly gyro moment react stab steer torque magic_spinny_thing
|
||||
// =======
|
||||
|
||||
// Reaction wheels
|
||||
#LOC_RestockPlus_restock-reactionwheel-radial-1_title = Small Radial Gyroscope
|
||||
#LOC_RestockPlus_restock-reactionwheel-radial-1_description = Steadler's small radial gyroscope provides a small amount of torque but with greater power efficiency, allowing even large stations to maintain attitude with minimal power. We're still not entirely sure how gyroscopes work, but this one allows torque on all three axes.
|
||||
#LOC_RestockPlus_restock-reactionwheel-radial-1_tags = cmg command control fly gyro moment react stab steer torque magic_spinny_thing restock
|
||||
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_title = Medium Reaction Wheel Assembly
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_description = We purchased several of these gyroscope modules to ensure we could accurately control our medium sized rockets in all phases of flight.
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_tags = restock cmg command control fly gyro moment react stab steer torque magic_spinny_thing
|
||||
|
||||
// RCS
|
||||
#LOC_RestockPlus_restock-rcs-block-dual-1_title = RV-102 RCS Thruster Block
|
||||
@ -67,6 +82,7 @@ Localization
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_description = Apparently for some space programs, four jets is just plain not enough. After in-the-field observations of the linear RCS Port jammed into RV-105 blocks with electrical tape and pruning shears, STEADLER has released a new RCS block with a fifth perpendicular nozzle.
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate five quint rcs
|
||||
|
||||
// Mini RCS
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_title = RC-1 RCS Linear RCS Port
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_description = STEADLER Engineering has worked tirelessly and at considerable expense with Probodobodyne Corp on die shrinking processes for space compute hardware, with resultingly lower assembly line fatality rates. Out of this engineering sprung an oversized communications port which has been repurposed as a reaction control thruster.
|
||||
#LOC_RestockPlus_restock-rcs-single-mini-1_tags = restock control dock maneuver manoeuvre react rendezvous rotate stab steer translate single one rcs
|
||||
@ -86,14 +102,15 @@ Localization
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-mini-1_description = Miniaturizing five RCS jets into one block wasn't easy, but we have you covered here - if covered refers to the fine misting of toxic gases that qualification models of these thrusters applied to several interns.
|
||||
#LOC_RestockPlus_restock-rcs-block-quint-mini-1_tags = restock cluster control dock maneuver manoeuvre react rendezvous rotate stab steer translate five tiny quint rcs
|
||||
|
||||
// Fuel Tanks
|
||||
// FUEL TANKS
|
||||
// ==========
|
||||
|
||||
// Radial
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_title = Stratus-V Miniature Monopropellant Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_description = A teensy, tiny RCS fuel tank for microscale satellites and decorating larger ships.
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_tags = restock fuel fueltank mono propellant rcs stratus
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_title = Kerbodyne S3-1800 Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_description = A special compact tank filling a particular hole in Kerbodyne's heavy part lineup. Now you can make Kerosene pancakes!
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank s3 1800
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-1_title = Oscar-E Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-1_description = Capping off the Oscars is this large fuel tank. Gold statue not included.
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
@ -103,39 +120,138 @@ Localization
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_title = Oscar-C Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_description = A doubled Oscar B with alphabetically incremented suffix.
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_title = Oscar-A Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_description = A prequel to the Oscar B, this tank holds a fairly small amount of fuel.
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
|
||||
// Command
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_title = PRBE-9 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_description = A set of four capsule-shaped tanks holding fuel for your tiny probe needs.
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank probe lro tiny
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_title = PRBE-4 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_description = A short collection of four spherical tanks that works well as a tiny probe propellant tank.
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank probe lro tiny
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_title = FL-R4 RCS Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description = A medium monopropellant tank made of four small capsules. Do not over or underpressurize - keep it juuuust right.
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_tags = restock fuel fueltank mono propellant rcs
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_title = FL-X1800 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_description = The FL-X series is the size-wise successor to the FL-T series and gets you more fuel without running into Rockomax patent territory.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_title = FL-X900 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_description = A half-size tank like this one can carry a good amount of rocket fuel and do it while looking real good.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_title = FL-X440 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_description = Small but still impressive, the kerosene fumes emitted by this tank add an immediate ambiance to any storerooms used for holding rocket fuel tanks. Please ensure such rooms are well ventilated.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_title = FL-X220 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_description = Diminutively sized, this tank nevertheless can provide sufficient impulse for a well-conceived or spur of the moment burn.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title = FL-S1200 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description = This interestingly shaped fuel tank is conical and not cylindrical. It even includes small separation motors in case you want to use it as a booster, because you probably could.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank soyuz
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_title = FL-XA600 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_description = Sometimes you need a few different sizes in your rocket and that's ok. If you want to blend them smoothly, you need fuel, and your two sizes are 1.875m and 1.25m, this part is your ticket.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_title = FL-XA160 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_description = Much like its larger brother, this part steps from 1.25m to 1.875m and is chock full of craft-grade rocket fuel.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_title = FL-XA160-S Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_description = An extra small cross section is no problem from this fully fueled adapter, which gracefully adapts from 1.875m to 0.625m.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_title = FL-XA1200 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_description = A large fully fuelled adapter to step down from the large 2.5m size to a modest 1.875m size.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-375-1_title = FL-S1 RCS Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-375-1_description = A very large monopropellant tank that stores a considerable quantity of fuel in its 6 spherical pressure vessels.
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-375-1_tags = restock fuel fueltank mono propellant rcs
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_title = Kerbodyne S3-1800 Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_description = A special compact tank filling a particular hole in Kerbodyne's heavy part lineup. Now you can make Kerosene pancakes!
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank s3 1800
|
||||
|
||||
// THERMAL
|
||||
// =======
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_title = Heat Shield (1.875m)
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_description = A specially sized thermal shield for medium sized rockets. Curiously, has a passageway for a hatch in there - almost looks like it was made by moles.
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_tags = ablat drag entry insulate protect re- rocket therm restock
|
||||
|
||||
|
||||
// COMMAND
|
||||
// ========
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-drone-core-0625-1_title = RC-XS1 Remote Guidance Unit
|
||||
#LOC_RestockPlus_restock-drone-core-0625-1_description = The smallest remote guidance unit may be tiny, but it'll get you to where you need to go eventually.
|
||||
#LOC_RestockPlus_restock-drone-core-0625-1_tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque restock remote rgu
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_title = RC-M001 Remote Guidance Unit
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_description = This unit has a low sentience quotient, so you probably won't need to be careful about leaving the pod bay doors open all the time.
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque restock remote rgu
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-drone-core-375-1_title = RC-XL001 Remote Guidance Unit
|
||||
#LOC_RestockPlus_restock-drone-core-375-1_description = The massive XL RGU system designed by Kerbodyne and built by STEADLER is a triumph of aerospace engineering and contains important features such as the large empty void in the center, which can be filled with anything you like. Unlike other stack RGUs, it contains powerful reaction wheels so doubles as a guidance unit.
|
||||
#LOC_RestockPlus_restock-drone-core-375-1_tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque restock xl001 remote rgu
|
||||
|
||||
// Coupling
|
||||
#LOC_RestockPlus_restock-docking-375-1_title = Clamp-O-Tron Docking Port 'Grande'
|
||||
#LOC_RestockPlus_restock-docking-375-1_description = When the thrill of docking enormous objects in space disappears, one must logically proceed to humongous objects. This even larger docking port is the result of 6 months of R&D to define the precise meaning of the word 'humongous'.
|
||||
#LOC_RestockPlus_restock-docking-375-1_tags = restock berth capture connect couple dock fasten join moor socket clamp grande
|
||||
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_title = TD-18 Decoupler
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_description = This stack decoupler is a medium sized tool for splitting rockets.
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_tags = restock break decouple explo kerbodyne separat split
|
||||
|
||||
#LOC_RestockPlus_restock-separator-1875-1_title = TS-18 Separator
|
||||
#LOC_RestockPlus_restock-separator-1875-1_description = This stack separator is a medium sized separator, much like the other separators. Unlike Decouplers, Separators will eject anything connected to themselves. This is good, as it removes the need to worry about which side needs to be pointed away from face. Try to not look at it too much though.
|
||||
#LOC_RestockPlus_restock-separator-1875-1_tags = restock break decouple separat split stag
|
||||
// COUPLING
|
||||
// ========
|
||||
|
||||
// Radial
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_title = TT-14 Radial Decoupler
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_description = It's an extra small decoupler for very small separation events.
|
||||
#LOC_RestockPlus_restock-decoupler-radial-tiny-1_tags = restock break decouple separat split stag
|
||||
|
||||
// Aerodynamic
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_title = TD-18 Decoupler
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_description = This stack decoupler is a medium sized tool for splitting rockets.
|
||||
#LOC_RestockPlus_restock-decoupler-1875-1_tags = restock break decouple explo kerbodyne separat split
|
||||
#LOC_RestockPlus_restock-separator-1875-1_title = TS-18 Separator
|
||||
#LOC_RestockPlus_restock-separator-1875-1_description = This stack separator is a medium sized separator, much like the other separators. Unlike Decouplers, Separators will eject anything connected to themselves. This is good, as it removes the need to worry about which side needs to be pointed away from face. Try to not look at it too much though.
|
||||
#LOC_RestockPlus_restock-separator-1875-1_tags = restock break decouple separat split stag
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-docking-375-1_title = Clamp-O-Tron Docking Port 'Grande'
|
||||
#LOC_RestockPlus_restock-docking-375-1_description = When the thrill of docking enormous objects in space disappears, one must logically proceed to humongous objects. This even larger docking port is the result of 6 months of R&D to define the precise meaning of the word 'humongous'.
|
||||
#LOC_RestockPlus_restock-docking-375-1_tags = restock berth capture connect couple dock fasten join moor socket clamp grande
|
||||
|
||||
// AERO
|
||||
// ====
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_title = Miniature Rocket Nose
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_description = A slightly more rocket-appropriate nosecone, available in white and shiny metal finishes.
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_tags = restock aero aircraft booster )cap drag fligh plane rocket speed stab stream nose
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-nosecone-1875-1_title = Protective Rocket Nose Mk18
|
||||
#LOC_RestockPlus_restock-nosecone-1875-1_description = For capping off those medium size boosters, you can't beat the Mark 18, unless you're the Mark 19.
|
||||
#LOC_RestockPlus_restock-nosecone-1875-1_tags = restock aero aircraft booster )cap drag fligh plane rocket speed stab stream nose mk18
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-nosecone-375-1_title = Kerbodyne S3-3600 Nosecone
|
||||
#LOC_RestockPlus_restock-nosecone-375-1_description = A specialized and monstrous nosecone with revolutionary fuel-containing capabilities.
|
||||
#LOC_RestockPlus_restock-nosecone-375-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank s3 3600 nose cone
|
||||
|
||||
// Structural
|
||||
// STRUCTURAL
|
||||
// ==========
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_title = FL-XA30 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_description = Connect two tubes of different size classes together! Oh the kerbality!
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_tags = connect frame scaffold adapt structur restock adtp
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_title = FL-XA15 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_description = Effectively connects small sized 1.25m tubes to larger medium 1.875m tubes.
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_tags = connect frame scaffold adapt structur restock adtp
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_title = Kerbodyne ADTP-2-3A
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_description = A gutted version of the other Kerbodyne adapter, which allows the storage of spacecraft components in its core.
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_tags = connect frame scaffold adapt structur strut truss hollow skel carg restock adtp
|
||||
@ -144,25 +260,45 @@ Localization
|
||||
#LOC_RestockPlus_restock-adapter-skeletal-25-375-1_description = A structural adapter for upper stages.
|
||||
#LOC_RestockPlus_restock-adapter-skeletal-25-375-1_tags = connect frame scaffold adapt structur strut truss eus hollow skel restock skle
|
||||
|
||||
// Electrical
|
||||
// ELECTRICAL
|
||||
// ==========
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-battery-1875-1_title = Z-2500 Rechargeable Battery Bank
|
||||
#LOC_RestockPlus_restock-battery-1875-1_description = Medium battery pack for medium battery applications.
|
||||
#LOC_RestockPlus_restock-battery-1875-1_tags = capacitor cell charge e/c elect pack power volt watt restock battery
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-battery-375-1_title = Z-10K Rechargeable Battery Bank
|
||||
#LOC_RestockPlus_restock-battery-375-1_description = A gigantic battery pack for the largest rockets. Special on this model, Zaltronic includes mishap insurance - the first time your drop your battery, it will be replaced for free! However, the battery is not user-serviceable.
|
||||
#LOC_RestockPlus_restock-battery-375-1_tags = capacitor cell charge e/c elect pack power volt watt restock 10k battery
|
||||
|
||||
// Payload
|
||||
// PAYLOAD
|
||||
// =======
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_title = AE-FF0 Airstream Protective Shell (0.625m)
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! This protective shell is an even tinier size available from FLOOYD.
|
||||
#LOC_RestockPlus_restock-fairing-base-0625-1_tags = restock aero )cap cargo cone contain drag fairing hollow inter nose payload protect rocket shroud stage (stor transport 625
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_title = AE-FF1-L Airstream Protective Shell (1.875m)
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! As a result of budget schedule realignments, this protective shell has recently become available.
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_tags = restock aero )cap cargo cone contain drag fairing hollow inter nose payload protect rocket shroud stage (stor transport 875
|
||||
|
||||
// Science
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_title = Service Bay (1.875m)
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_description = A medium sized heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc.
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_tags = restock bus contain heat hollow protect (stor therm
|
||||
|
||||
// SCIENCE
|
||||
// =======
|
||||
|
||||
// Radial
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_title = SC-9001R Radial Science Jr.
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_description = The radial variant of the Science Jr. has the same set of experiments as the regular Science Jr. Material Bay, but in a convenient, radial-mountable package. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
|
||||
#LOC_RestockPlus_restock-materialbay-radial-1_tags = bay experiment lab material research radial sandwich kracken kraken restock
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-goocanister-625-1_title = Mystery Goo™ Inline Containment Unit
|
||||
#LOC_RestockPlus_restock-goocanister-625-1_description = After an unfortunate accident where a technician attempted to stack delicate machinery on the classic Mystery Goo™ canister, FLOOYD Dynamics Labs saw a market opportunity for a version with a flat top and bottom.
|
||||
#LOC_RestockPlus_restock-goocanister-625-1_tags = experiment research science 0.625 restock mystery goo inline
|
||||
@ -171,7 +307,8 @@ Localization
|
||||
#LOC_RestockPlus_restock-sciencebox-inline-1_description = Since science experiments kept getting destroyed before being recovered, our kerbal engineers designed the Experiment Return Unit in a conical shape to better survive the rigors of atmospheric reentry. Heat shield sold separately.
|
||||
#LOC_RestockPlus_restock-sciencebox-inline-1_tags = experiment research science recovery reentry restock .625 1.25 inline
|
||||
|
||||
// Communications
|
||||
// COMMUNICATIONS
|
||||
// ==============
|
||||
#LOC_RestockPlus_restock-relay-radial-2_title = HG-20 High Gain Antenna
|
||||
#LOC_RestockPlus_restock-relay-radial-2_description = A longer range version of the HG-5 that can handle either direct communications or short range relays, using 4 different dishes.
|
||||
#LOC_RestockPlus_restock-relay-radial-2_tags = relay antenna radial science transmit data Apollo restock hg 20
|
||||
|
@ -0,0 +1,71 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m Rocket Nosecone
|
||||
PART
|
||||
{
|
||||
name = restock-nosecone-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Aero/restock-nosecone-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 1
|
||||
// Tech
|
||||
TechRequired = start
|
||||
entryCost = 1200
|
||||
// Info
|
||||
cost = 160
|
||||
category = Aero
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-0625-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-nosecone-0625-1_description
|
||||
tags = #LOC_RestockPlus_restock-nosecone-0625-1_tags
|
||||
bulkheadProfiles = size0
|
||||
// Parameters
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = White
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Cone0625Grey = false
|
||||
Cone0625White = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Cone0625Grey = true
|
||||
Cone0625White = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,362 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m heat shield
|
||||
|
||||
PART
|
||||
{
|
||||
name = restock-heatshield-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/restock-heatshield-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
rescaleFactor = 1
|
||||
|
||||
node_stack_direct = 0.0, -0.00, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.27525, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_top = 0.0, 0.1175, 0.0, 0.0, 1.0, 0.0, 2
|
||||
CoPOffset = 0.0, 0.825, 0.0
|
||||
CoLOffset = 0.0, -0.27, 0.0
|
||||
|
||||
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
|
||||
sound_vent_large = decouple
|
||||
TechRequired = landing
|
||||
entryCost = 1200
|
||||
cost = 500
|
||||
category = Thermal
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-heatshield-1875-1_title
|
||||
manufacturer = #autoLOC_501629 //#autoLOC_501629 = O.M.B. Demolition Enterprises
|
||||
description = #LOC_RestockPlus_restock-heatshield-1875-1_description
|
||||
attachRules = 1,0,1,0,0
|
||||
mass = 0.3
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
breakingForce = 200
|
||||
breakingTorque = 200
|
||||
crashTolerance = 9
|
||||
maxTemp = 3300
|
||||
fuelCrossFeed = False
|
||||
PhysicsSignificance = 0
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = size1p5
|
||||
thermalMassModifier = 1.0
|
||||
tags = #LOC_RestockPlus_restock-heatshield-1875-1_tags
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = HeatShield1875Fairing
|
||||
bottomNodeName = bottom
|
||||
isFairing = True
|
||||
jettisonedObjectMass = 0.5
|
||||
jettisonForce = 15
|
||||
jettisonDirection = 0 0 1
|
||||
stagingEnabled = False
|
||||
checkBottomNode = True
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDecouple
|
||||
ejectionForce = 100
|
||||
isOmniDecoupler = true
|
||||
menuName = #autoLOC_502004 //#autoLOC_502004 = Jettison Heat Shield
|
||||
stagingEnabled = False
|
||||
stagingEnableText = #autoLOC_502005 //#autoLOC_502005 = HS Jettison Not Staged
|
||||
stagingDisableText = #autoLOC_502006 //#autoLOC_502006 = HS Jettison Staged
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAblator
|
||||
ablativeResource = Ablator
|
||||
lossExp = -7500
|
||||
lossConst = 0.1
|
||||
pyrolysisLossFactor = 6000
|
||||
reentryConductivity = 0.01
|
||||
ablationTempThresh = 500
|
||||
|
||||
useChar = True
|
||||
charModuleName = shieldChar
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleColorChanger
|
||||
moduleID = shieldChar
|
||||
shaderProperty = _BurnColor
|
||||
useRate = False
|
||||
toggleInEditor = False
|
||||
toggleInFlight = False
|
||||
excludedRenderer = HeatShield1875Fairing
|
||||
excludedRenderer = HeatShieldInternals
|
||||
redCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
greenCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
blueCurve
|
||||
{
|
||||
key = 0 0
|
||||
key = 1 1
|
||||
}
|
||||
alphaCurve
|
||||
{
|
||||
key = 0 0.8
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Classic
|
||||
VARIANT
|
||||
{
|
||||
name = Classic
|
||||
displayName = #LOC_Restock_variant-heat-shield-brown
|
||||
primaryColor = #8d6c24
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = true
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Black
|
||||
displayName = #LOC_Restock_variant-heat-shield-black
|
||||
primaryColor = #303030
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Red
|
||||
displayName = #LOC_Restock_variant-heat-shield-red
|
||||
primaryColor = #793b25
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = true
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleTestSubject
|
||||
useStaging = False
|
||||
useEvent = True
|
||||
situationMask = 15
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ATMOSPHERE
|
||||
value = True
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
// prelaunch only at home
|
||||
// our main situationMask above includes prelaunch
|
||||
// but if nothome, here, and that mask with this value (11)
|
||||
// which excludes prelaunch
|
||||
type = SITUATION
|
||||
value = 11
|
||||
body = _NotHome
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = LT
|
||||
value = 350
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = GT
|
||||
value = 250
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = LT
|
||||
value = 500
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = GT
|
||||
value = 300
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = LT
|
||||
value = 600
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEEDENV
|
||||
test = GT
|
||||
value = 400
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = LT
|
||||
value = 1500
|
||||
situationMask = 8
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = GT
|
||||
value = 1000
|
||||
situationMask = 8
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = LT
|
||||
value = 2500
|
||||
situationMask = 8
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = GT
|
||||
value = 1500
|
||||
situationMask = 8
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = LT
|
||||
value = 6000
|
||||
situationMask = 8
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = SPEED
|
||||
test = GT
|
||||
value = 2000
|
||||
situationMask = 8
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = DENSITY
|
||||
test = LT
|
||||
value = 0.1
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = GT
|
||||
value = 4000
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = LT
|
||||
value = 6000
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = GT
|
||||
value = 8000
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = LT
|
||||
value = 12000
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = GT
|
||||
value = 12000
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = ALTITUDEENV
|
||||
test = LT
|
||||
value = 16000
|
||||
prestige = Exceptional
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = REPEATABILITY
|
||||
value = ALWAYS
|
||||
prestige = Trivial
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = REPEATABILITY
|
||||
value = BODYANDSITUATION
|
||||
prestige = Significant
|
||||
}
|
||||
CONSTRAINT
|
||||
{
|
||||
type = REPEATABILITY
|
||||
value = ONCEPERPART
|
||||
prestige = Exceptional
|
||||
}
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Ablator
|
||||
amount = 500
|
||||
maxAmount = 500
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleLiftingSurface
|
||||
useInternalDragModel = False
|
||||
deflectionLiftCoeff = 1.1
|
||||
liftingSurfaceCurve = CapsuleBottom
|
||||
disableBodyLift = False
|
||||
omnidirectional = False
|
||||
perpendicularOnly = True
|
||||
transformDir = Y
|
||||
transformSign = -1
|
||||
nodeEnabled = True
|
||||
attachNodeName = bottom
|
||||
}
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m drone core
|
||||
PART
|
||||
{
|
||||
name = restock-drone-core-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-drone-core-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.0719, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 0
|
||||
TechRequired = advUnmanned
|
||||
entryCost = 12000
|
||||
cost = 1700
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-0625-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-0625-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.05
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Probe
|
||||
bulkheadProfiles = size0
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_restock-drone-core-0625-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
minimumCrew = 1
|
||||
multiHop = True
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 0
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.03
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 10
|
||||
maxAmount = 10
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 0.25
|
||||
YawTorque = 0.25
|
||||
RollTorque = 0.25
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.025
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSAS
|
||||
SASServiceLevel = 3
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleKerbNetAccess
|
||||
MinimumFoV = 5
|
||||
MaximumFoV = 90
|
||||
AnomalyDetection = 0.3
|
||||
DISPLAY_MODES
|
||||
{
|
||||
Mode = Biome
|
||||
Mode = Terrain
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDataTransmitter
|
||||
antennaType = INTERNAL
|
||||
packetInterval = 1.0
|
||||
packetSize = 2
|
||||
packetResourceCost = 12.0
|
||||
requiredResource = ElectricCharge
|
||||
antennaPower = 5000
|
||||
optimumRange = 2500
|
||||
packetFloor = .1
|
||||
packetCeiling = 5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
|
||||
storageRange = 2.7
|
||||
canBeTransferredToInVessel = True
|
||||
canTransferInVessel = True
|
||||
}
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m drone core
|
||||
PART
|
||||
{
|
||||
name = restock-drone-core-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-drone-core-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.153, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.153, 0.0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = advUnmanned
|
||||
entryCost = 19000
|
||||
cost = 2900
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-1875-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Probe
|
||||
bulkheadProfiles = size1p5
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_restock-drone-core-1875-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
minimumCrew = 1
|
||||
multiHop = True
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 0
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.06
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 1
|
||||
YawTorque = 1
|
||||
RollTorque = 1
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.1
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSAS
|
||||
SASServiceLevel = 3
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleKerbNetAccess
|
||||
MinimumFoV = 5
|
||||
MaximumFoV = 90
|
||||
AnomalyDetection = 0.3
|
||||
DISPLAY_MODES
|
||||
{
|
||||
Mode = Biome
|
||||
Mode = Terrain
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDataTransmitter
|
||||
antennaType = INTERNAL
|
||||
packetInterval = 1.0
|
||||
packetSize = 2
|
||||
packetResourceCost = 12.0
|
||||
requiredResource = ElectricCharge
|
||||
antennaPower = 5000
|
||||
optimumRange = 2500
|
||||
packetFloor = .1
|
||||
packetCeiling = 5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
|
||||
storageRange = 2.7
|
||||
canBeTransferredToInVessel = True
|
||||
canTransferInVessel = True
|
||||
}
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
// ReStock+ 0.2.0
|
||||
// Radial gyroscope
|
||||
PART
|
||||
{
|
||||
name = restock-reactionwheel-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Control/restock-reactionwheel-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1
|
||||
node_stack_top = 0, 0.1851, 0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0, -0.2028, 0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = specializedControl
|
||||
entryCost = 9200
|
||||
cost = 1825
|
||||
category = Control
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-reactionwheel-1875-1_title
|
||||
manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
|
||||
description = #LOC_RestockPlus_restock-reactionwheel-1875-1_description
|
||||
tags = #LOC_RestockPlus_restock-reactionwheel-1875-1_tags
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.15
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000
|
||||
bulkheadProfiles = size1p5
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 22.5
|
||||
YawTorque = 22.5
|
||||
RollTorque = 22.5
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.675
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m stack battery
|
||||
PART
|
||||
{
|
||||
// --- general parameters ---
|
||||
name = restock-battery-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Electrical/restock-battery-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1.0
|
||||
rescaleFactor = 1
|
||||
// --- node definitions ---
|
||||
node_stack_top = 0.0, 0.10818, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.1084, 0.0, 0.0, -1.0, 0.0, 1
|
||||
// --- editor parameters ---
|
||||
TechRequired = largeElectrics
|
||||
entryCost = 12125
|
||||
cost = 2800
|
||||
category = Electrical
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-battery-1875-1_title
|
||||
manufacturer = #autoLOC_501636
|
||||
description = #LOC_RestockPlus_restock-battery-1875-1_description
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,0,1,0,0
|
||||
bulkheadProfiles = size1p5
|
||||
// --- standard part parameters ---
|
||||
mass = 0.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 20
|
||||
maxTemp = 2000
|
||||
breakingForce = 5000
|
||||
breakingTorque = 5000
|
||||
tags = #LOC_RestockPlus_restock-battery-1875-1_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 2500
|
||||
maxAmount = 2500
|
||||
}
|
||||
}
|
@ -0,0 +1,85 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m fuel tank, teeny version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-5
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-5
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.08713685, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.08713685, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
// Info
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-5_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-5_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-5_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 4.05
|
||||
maxAmount = 4.05
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 4.95
|
||||
maxAmount = 4.95
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-probe-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/FuelTank/restock-fuel-tank-probe-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.1736, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 2025
|
||||
// Info
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-probe-1_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-probe-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-probe-1_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 4.05
|
||||
maxAmount = 4.05
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 4.95
|
||||
maxAmount = 4.95
|
||||
}
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank - short
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-probe-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/FuelTank/restock-fuel-tank-probe-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.0879, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.0881, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 1050
|
||||
// Info
|
||||
cost = 5
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-probe-2_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-probe-2_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-probe-2_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.0028125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 2.025
|
||||
maxAmount = 2.025
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 2.475
|
||||
maxAmount = 2.475
|
||||
}
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m RCS fuel tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.425, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.425, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 6000
|
||||
// Info
|
||||
cost = 960
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_tags
|
||||
bulkheadProfiles = size1p5, srf
|
||||
// Parameters
|
||||
mass = 0.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 400
|
||||
maxAmount = 400
|
||||
}
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Long
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, -1.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advFuelSystems
|
||||
entryCost = 7200
|
||||
cost = 1800
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 990
|
||||
maxAmount = 990
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = true
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = true
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Med
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-1875-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 4100
|
||||
cost = 900
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-2_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-2_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.5625
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 405
|
||||
maxAmount = 405
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 495
|
||||
maxAmount = 495
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med = true
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = true
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Small
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-3
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-1875-3
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 2500
|
||||
cost = 440
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-3_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-3_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.275
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 198
|
||||
maxAmount = 198
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 242
|
||||
maxAmount = 242
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =true
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small = false
|
||||
Tank1875SmallGrey = true
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =false
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Tiny
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-4
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-1875-4
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1750
|
||||
cost = 220
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-4_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-4_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.1375
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 99
|
||||
maxAmount = 99
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 121
|
||||
maxAmount = 121
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny = true
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = true
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,200 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Soyuz
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-soyuz-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1.0
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-1875-soyuz-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.0, -2, 0.9375, 0.0, 0.0, -1.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
CoMOffset = 0.0, -1.0, 0.2
|
||||
CoPOffset = 0.0, 0.5, 0.25
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 6000
|
||||
cost = 1400
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags
|
||||
EFFECTS
|
||||
{
|
||||
engage
|
||||
{
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
clip = sound_vent_medium
|
||||
volume = 1.0
|
||||
pitch = 2.0
|
||||
loop = false
|
||||
}
|
||||
}
|
||||
flameout
|
||||
{
|
||||
PREFAB_PARTICLE
|
||||
{
|
||||
prefabName = fx_exhaustSparks_flameout_2
|
||||
transformName = thrustTransform
|
||||
oneShot = true
|
||||
}
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
clip = sound_vent_soft
|
||||
volume = 1.0
|
||||
pitch = 2.0
|
||||
loop = false
|
||||
}
|
||||
}
|
||||
fx-separatron-running
|
||||
{
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
clip = sound_rocket_mini
|
||||
volume = 0.0 0.0
|
||||
volume = 0.01 0.4
|
||||
volume = 1.0 1.0
|
||||
pitch = 0.0 0.2
|
||||
pitch = 0.01 0.6
|
||||
pitch = 1.0 1.8
|
||||
loop = true
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = core
|
||||
modelName = ReStock/FX/restock-fx-srb-separator-1
|
||||
transformName = fxTransform
|
||||
emission = 0.0 0.0
|
||||
emission = 0.01 0.1
|
||||
emission = 0.075 0.25
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.35
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 540
|
||||
maxAmount = 540
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 660
|
||||
maxAmount = 660
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleEnginesFX
|
||||
thrustVectorTransformName = thrustTransform
|
||||
runningEffectName = fx-separatron-running
|
||||
throttleLocked = True
|
||||
exhaustDamage = True
|
||||
allowShutdown = False
|
||||
ignitionThreshold = 0.1
|
||||
minThrust = 0
|
||||
maxThrust = 32
|
||||
heatProduction = 550
|
||||
fxOffset = 0, 0, 0
|
||||
EngineType = SolidBooster
|
||||
nonThrustMotor = true
|
||||
PROPELLANT
|
||||
{
|
||||
name = SolidFuel
|
||||
ratio = 1.0
|
||||
DrawGauge = True
|
||||
}
|
||||
atmosphereCurve
|
||||
{
|
||||
key = 0 154
|
||||
key = 1 118
|
||||
key = 6 0.001
|
||||
}
|
||||
exhaustDamageMultiplier = 50
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = SolidFuel
|
||||
amount = 4
|
||||
maxAmount = 4
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = true
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = true
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 0.625m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-adapter-1875-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.375, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 10
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size0, size1p5, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 72
|
||||
maxAmount = 72
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 88
|
||||
maxAmount = 88
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625= true
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625= false
|
||||
1875-0625Grey = true
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-0625 = false
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m long adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-adapter-1875-125-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 3100
|
||||
cost = 600
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.375
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 10
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size1, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 270
|
||||
maxAmount = 270
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 330
|
||||
maxAmount = 330
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = true
|
||||
1875-125LongGrey = false
|
||||
1875-125LongOrange= false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = false
|
||||
1875-125LongGrey = true
|
||||
1875-125LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Long = false
|
||||
1875-125LongGrey = false
|
||||
1875-125LongOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m short adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1.0
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-adapter-1875-125-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 10
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1, size1p5, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 72
|
||||
maxAmount = 72
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 88
|
||||
maxAmount = 88
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = true
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = true
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 2.5m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-25-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-adapter-25-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 5100
|
||||
cost = 1200
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 10
|
||||
breakingForce = 150
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size2, srf
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 540
|
||||
maxAmount = 540
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 660
|
||||
maxAmount = 660
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = true
|
||||
25-1875Grey = false
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Grey
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = false
|
||||
25-1875Grey = true
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark Grey
|
||||
displayName = #autoLOC_8007121
|
||||
themeName = GrayAndOrange
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
25-1875 = false
|
||||
25-1875Grey = false
|
||||
25-1875Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 3.75m RCS fuel tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.48, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.48, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 3960
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
// Parameters
|
||||
mass = 0.88
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 1650
|
||||
maxAmount = 1650
|
||||
}
|
||||
}
|
@ -0,0 +1,125 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m service bay
|
||||
PART
|
||||
{
|
||||
name = restock-service-bay-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Payload/restock-service-bay-1875-1
|
||||
}
|
||||
|
||||
rescaleFactor = 1
|
||||
node_stack_top2 = 0.0, 0.3287, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_bottom2 = 0.0, -0.3322, 0.0, 0.0, 1.0, 0.0, 1
|
||||
|
||||
node_stack_top = 0.0, 0.3869, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.3869, 0.0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = commandModules
|
||||
entryCost = 1000
|
||||
cost = 500
|
||||
category = Payload
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-service-bay-1875-1_title
|
||||
description = #LOC_RestockPlus_restock-service-bay-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.225
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 14
|
||||
bulkheadProfiles = size1p5
|
||||
maxTemp = 2900
|
||||
heatConductivity = 0.04
|
||||
thermalMassModifier = 5.0
|
||||
emissiveConstant = 0.95
|
||||
tags = #LOC_RestockPlus_restock-service-bay-1875-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = DoorsOpen
|
||||
actionGUIName = #autoLOC_502068 //#autoLOC_502068 = Toggle
|
||||
startEventGUIName = #autoLOC_502069 //#autoLOC_502069 = Open
|
||||
endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
|
||||
allowAnimationWhileShielded = False
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoBay
|
||||
DeployModuleIndex = 0
|
||||
closedPosition = 0
|
||||
lookupRadius = 1.35
|
||||
partTypeName = Service bay
|
||||
|
||||
//nodeOuterForeID = top
|
||||
//nodeOuterAftID = bottom
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSeeThroughObject
|
||||
transformName = ServiceBay1875
|
||||
shaderName = KSP/Bumped Specular (Transparent)
|
||||
screenRadius = 2.0
|
||||
leadModuleIndex = 0
|
||||
leadModuleTgtValue = 0
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleConductionMultiplier
|
||||
modifiedConductionFactor = 0.001
|
||||
convectionFluxThreshold = 500
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Opaque
|
||||
VARIANT
|
||||
{
|
||||
name = Opaque
|
||||
displayName = #LOC_Restock_variant-service-bay-opaque
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
ServiceBay1875Opaque = true
|
||||
ServiceBay1875Hollow = false
|
||||
ServiceBay1875Transparent = false
|
||||
FloorColliders = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Transparent
|
||||
displayName = #LOC_Restock_variant-service-bay-transparent
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
ServiceBay1875Opaque = false
|
||||
ServiceBay1875Hollow = false
|
||||
ServiceBay1875Transparent = true
|
||||
FloorColliders = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Hollow
|
||||
displayName = #LOC_Restock_variant-service-bay-hollow
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
ServiceBay1875Opaque = false
|
||||
ServiceBay1875Hollow = true
|
||||
ServiceBay1875Transparent = false
|
||||
FloorColliders = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875 to 1.25m flat adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-1875-125-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Structural/restock-adapter-1875-125-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.098, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.0401, 0.0, 0.0, -1.0, 0.0, 2
|
||||
// Tech
|
||||
TechRequired = advConstruction
|
||||
entryCost = 2450
|
||||
// Info
|
||||
cost = 400
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_tags
|
||||
bulkheadProfiles = size1p5, size1
|
||||
// Parameters
|
||||
mass = 0.06
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGrey = true
|
||||
FlatAdapterWhite = false
|
||||
FlatAdapterMetal = false
|
||||
FlatAdapterOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGrey = false
|
||||
FlatAdapterWhite = true
|
||||
FlatAdapterMetal = false
|
||||
FlatAdapterOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGrey = false
|
||||
FlatAdapterWhite = false
|
||||
FlatAdapterMetal = false
|
||||
FlatAdapterOrange = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGrey = false
|
||||
FlatAdapterWhite = false
|
||||
FlatAdapterMetal = true
|
||||
FlatAdapterOrange = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875 to 2.5m flat adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-1875-25-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Structural/restock-adapter-1875-25-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.136, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.0401, 0.0, 0.0, -1.0, 0.0, 2
|
||||
// Tech
|
||||
TechRequired = advConstruction
|
||||
entryCost = 3150
|
||||
// Info
|
||||
cost = 500
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_tags
|
||||
bulkheadProfiles = size1p5, size2
|
||||
// Parameters
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGreyLarge = true
|
||||
FlatAdapterWhiteLarge = false
|
||||
FlatAdapterMetalLarge = false
|
||||
FlatAdapterOrangeLarge = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGreyLarge = false
|
||||
FlatAdapterWhiteLarge = true
|
||||
FlatAdapterMetalLarge = false
|
||||
FlatAdapterOrangeLarge = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGreyLarge = false
|
||||
FlatAdapterWhiteLarge = false
|
||||
FlatAdapterMetalLarge = false
|
||||
FlatAdapterOrangeLarge = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGreyLarge = false
|
||||
FlatAdapterWhiteLarge = false
|
||||
FlatAdapterMetalLarge = true
|
||||
FlatAdapterOrangeLarge = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -5,8 +5,8 @@
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":1,
|
||||
"PATCH":4,
|
||||
"MINOR":2,
|
||||
"PATCH":0,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"KSP_VERSION_MAX":{
|
||||
"MAJOR":1,
|
||||
"MINOR":6,
|
||||
"MINOR":7,
|
||||
"PATCH":99
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,43 @@
|
||||
v0.2.0
|
||||
------
|
||||
- Phase 2 release
|
||||
- New Aero parts:
|
||||
- Miniature Rocket Nose (Nertea): 0.625m rocket nosecone (White and Metallic variants)
|
||||
- New Command parts
|
||||
- RC-XS1 Remote Guidance Unit (Nertea): 0.625m drone core
|
||||
- RC-M001 Remote Guidance Unit (Nertea): 1.875m drone core
|
||||
- New Control parts
|
||||
- Medium Reaction Wheel Assembly (Nertea): 1.875m reaction wheel
|
||||
- New Fuel Tank parts
|
||||
- FL-S1 RCS Fuel Tank (Nertea): 3.75m monopropellant tank
|
||||
- FL-R4 RCS Fuel Tank (Nertea): 1.875m monopropellant tank
|
||||
- FL-X1800 Liquid Fuel Tank (Nertea): 1.875m long LFO tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-X900 Liquid Fuel Tank (Nertea): 1.875m medium LFO tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-X440 Liquid Fuel Tank (Nertea): 1.875m short LFO tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-X200 Liquid Fuel Tank (Nertea): 1.875m tiny tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-S1200 Liquid Fuel Tank (Nertea): 1.875m soyuz-style LFO tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-XA1200 Fuel Tank Adapter (Nertea): 1.875m to 2.5m LFO adapter tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-XA600 Fuel Tank Adapter (Nertea): 1.875m to 1.25m LFO long adapter tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-XA160 Fuel Tank Adapter (Nertea): 1.875m to 1.25m LFO adapter tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- FL-XA160-S Fuel Tank Adapter (Nertea): 1.875m to 0.625m LFO adapter tank (White, Black and White, Dark Grey/Orange variants)
|
||||
- Oscar-A Liquid Fuel Tank (Nertea): 0.625m half Oscar-B tank (White and Metallic variants)
|
||||
- PRBE-9 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank (long)
|
||||
- PRBE-4 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank
|
||||
- New Structural parts
|
||||
- FL-XA30 Adapter (Nertea): 1.875m to 2.5m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- FL-XA15 Adapter (Nertea): 1.25m to 1.875m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- New Electrical parts
|
||||
- Z-2500 Rechargeable Battery Bank (Nertea): 1.875m battery bank
|
||||
- Monopropellant APU (Andrew Cassidy): fuel cell powered by monopropellant
|
||||
- New Science parts
|
||||
- Experiment Return Unit (Andrew Cassidy): Inline science box
|
||||
- Experiment Return Unit (Andrew Cassidy): Small 0.625m to 1.25m conical experiment storage unit
|
||||
- New Coupling parts
|
||||
- Advanced Grabbing Unit Junior (Andrew Cassidy): 0.625m klaw
|
||||
- New Payload parts
|
||||
- Service Bay (1.875m) (Nertea): 1.875m service bay (Open, Opaque, Transparent variants)
|
||||
- New Resources parts
|
||||
- Jumbo Holding Tank (Andrew Cassidy): 3.75m ore tank
|
||||
- Medium Holding Tank (Andrew Cassidy): 1.875m ore tank
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
@ -4,9 +4,9 @@ RESTOCK+ 0.2.0
|
||||
|
||||
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
|
||||
|
||||
- 0.625m parts: Completing this range with other tiny parts, including fairings, more fuel tanks, engines and the like
|
||||
- 1.875m parts: Completing this range with a new SRB and hopefully more in the future
|
||||
- 3.75m parts: Completing this range with a guidance unit, docking port, engines, nosecones
|
||||
- 0.625m parts: Completing this range with other tiny parts, including fairings, more fuel tanks, engines and the like.
|
||||
- 1.875m parts: Completing this range with missing parts like drone cores, service bays, batteries, and reaction wheels.
|
||||
- 3.75m parts: Completing this range with a guidance unit, docking port, engines, and nosecones.
|
||||
|
||||
In addition some glaring bugfixes and improvements are included. For a full list of changes and additions, consult the changelog.
|
||||
|
||||
@ -15,7 +15,7 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- Restock (0.1.4)
|
||||
- Restock (0.2.0)
|
||||
- ModuleManager (4.0.2)
|
||||
|
||||
=============
|
||||
|