mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
3 Commits
d8a4e29f0e
...
82a9ef4cde
Author | SHA1 | Date | |
---|---|---|---|
|
82a9ef4cde | ||
|
140d6fa934 | ||
|
69c6483260 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -40,6 +40,34 @@
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = Restock/Assets/FuelTank/restock-rcs-tank-1-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// FL-R25 RCS Fuel Tank
|
||||
@ -52,6 +80,34 @@
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = Restock/Assets/FuelTank/restock-rcs-tank-1-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// FL-R1 RCS Fuel Tank
|
||||
@ -65,4 +121,31 @@
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = Restock/Assets/FuelTank/restock-rcs-tank-2-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,31 @@
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = ReStock/Assets/FuelTank/restock-rcs-tank-3-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,8 +2,9 @@ v1.5.0
|
||||
------
|
||||
- New Engine parts
|
||||
- LV-T91 "Cheetah" Liquid Fuel Engine: now has 1.25m Truss, 1.25m Boattail, 1.875m Truss, 1.875m Boattail and Compact variants.
|
||||
- LV-TX87 "Bobcat" Liquid Fuel Engine: now has [VARIANTS]
|
||||
- LV-TX87 "Bobcat" Liquid Fuel Engine: now has 1.875m Tankbutt, 1.875m Truss, 1.875m Boattail and Compact.
|
||||
- Fixed extra random png texture in the distribution (#1017)
|
||||
- Fix NRE when ModuleRestockHeatEffects encounters a missing renderer (#1009)
|
||||
- Fixed rotation of Mk2 Lander can airlock (#1008)
|
||||
- Fixed LT-2 landing leg being weaker than stock (#858)
|
||||
|
||||
|
@ -46,4 +46,31 @@ PART
|
||||
amount = 400
|
||||
maxAmount = 400
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = ReStock/Assets/FuelTank/restock-rcs-tank-3-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,31 @@ PART
|
||||
amount = 1650
|
||||
maxAmount = 1650
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = ReStock/Assets/FuelTank/restock-rcs-tank-3-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,12 @@
|
||||
v1.5.0
|
||||
------
|
||||
- Introduced patch to give roll control gimbal to Making History LV-T91 "Cheetah" Liquid Fuel Engine
|
||||
- Introduced patch to give roll control gimbal to Making History LV-T91 "Cheetah" Liquid Fuel Engine.
|
||||
- New Engine parts
|
||||
- PLACEHOLDER FOR RS+ CHEETAH-ALIKE (Kavaeric): LR-91 engine with 1.25m Truss, 1.25m Boattail, 1.875m Truss, 1.875m Boattail and Compact variants. Disabled if Making History is installed.
|
||||
- PLACEHOLDER FOR RS+ BOBCAT-ALIKE (Kavaeric): LR-87 engine with [VARIANTS]. Disabled if Making History is installed.
|
||||
- Added VABOrganizer support
|
||||
- Added Russian language localization (BalaurGD)
|
||||
- Added Russian language localization (BalaurGD).
|
||||
- Removed Test contract from legacy SRBs and legacy vernier engine.
|
||||
|
||||
v1.4.5
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user