Skip to content

Commit

Permalink
Merge pull request #1033 from PorktoberRevolution/master
Browse files Browse the repository at this point in the history
v1.5.1 release
  • Loading branch information
Poodmund authored Nov 16, 2024
2 parents 5bc34f5 + b86efd7 commit b22c511
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 15 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Squad/Parts/Engine/ionEngine/
Squad/Parts/Engine/liquidEngine24-77/
Squad/Parts/Engine/liquidEngine24-77_v2/
Squad/Parts/Engine/liquidEngine48-7S_v2/
Squad/Parts/Engine/liquidEngineLV-1/
Squad/zDeprecated/Parts/Engine/liquidEngineLV-1/
Squad/Parts/Engine/liquidEngineLV-1_v2/
Squad/Parts/Engine/liquidEngineLV-1R/
Squad/zDeprecated/Parts/Engine/liquidEngineLV-1R/
Squad/Parts/Engine/liquidEngineLV-909_v2/
Squad/Parts/Engine/liquidEngineLV-N/
Squad/Parts/Engine/liquidEngineLV-T30/
Expand Down Expand Up @@ -159,12 +159,12 @@ Squad/Parts/Utility/parachuteMk16-XL/
Squad/Parts/Utility/parachuteMk2-R/
Squad/Parts/Utility/parachuteMk25/
Squad/Parts/Utility/radialAttachmentPoint/
Squad/Parts/Utility/rcsBlockRV-105/
Squad/zDeprecated/Parts/Utility/rcsBlockRV-105/
Squad/Parts/Utility/rcsBlockRV-105_v2/
Squad/Parts/Utility/rcsSmallLinear/
Squad/Parts/Utility/RelayAntennas/
Squad/Parts/Utility/rockomaxAdapters/
Squad/Parts/Utility/ServiceBay/
Squad/zDeprecated/Parts/Utility/ServiceBay/
Squad/Parts/Utility/ServiceBay_v2/
Squad/Parts/Utility/smallClaw/
Squad/Parts/Utility/spotLightMk1/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":5,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
Expand Down
7 changes: 6 additions & 1 deletion Distribution/Restock/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
v1.5.1
------
- Fixed Mk2 Lander Can bottom porthole window (#1028)
- Moved liquidEngineLV-1, liquidEngineLV-1R, rcsBlockRV-105 and ServiceBay in Restock Blacklist to deprecated filepaths to resolve log error

v1.5.0
------
- New parts (all Kavaric)
- New parts (all Kavaeric)
- 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 1.875m Tankbutt, 1.875m Truss, 1.875m Boattail and Compact variants
- Mk-55 "Thud" Liquid Fuel Engine: now has White Shrouded, Orange/Grey Shrouded and Compact variants
Expand Down
2 changes: 1 addition & 1 deletion Distribution/Restock/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============
RESTOCK 1.5.0
RESTOCK 1.5.1
=============

Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ MODULE
}
DRAG_CUBE
{
cube = Default, 0.1988,0.7448,0.8757, 0.1988,0.7448,0.8757, 1.217,0.9952,0.1299, 1.217,0.9952,0.1299, 0.1988,0.7442,0.8871, 0.1988,0.7442,0.8871, 0,0,0, 1.25,0.16,1.25
cube = Default, 0.4355,0.7497,1.017, 0.4355,0.7497,1.017, 2.363,0.9796,0.1449, 2.363,0.9796,0.1449, 0.4355,0.7491,1.017, 0.4355,0.7491,1.017, 0,0,0, 1.875,0.24,1.875
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ PART
}
DRAG_CUBE
{
cube = Default, 0.1988,0.7448,0.8757, 0.1988,0.7448,0.8757, 1.217,0.9952,0.1299, 1.217,0.9952,0.1299, 0.1988,0.7442,0.8871, 0.1988,0.7442,0.8871, 0,0,0, 1.25,0.16,1.25
cube = Default, 0.4355,0.7497,1.017, 0.4355,0.7497,1.017, 2.363,0.9796,0.1449, 2.363,0.9796,0.1449, 0.4355,0.7491,1.017, 0.4355,0.7491,1.017, 0,0,0, 1.875,0.24,1.875
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ PART
maxTemp = 2700 // = 3900
emissiveConstant = 0.95
stagingIcon = SOLID_BOOSTER
bulkheadProfiles = size0

EFFECTS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ PART
MODULE
{
name = ModuleCargoPart
packedVolume = 180
packedVolume = 85
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":5,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
Expand Down
7 changes: 7 additions & 0 deletions Distribution/RestockPlus/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.5.1
------
- Fixed offset thrust transforms for Cheetah engine verniers (#1032)
- Fixed drag cubes for 1.875m decoupler and separator (#1026)
- Fixed Oscar-A Fuel Tank packed volume size (#1025)
- Removed duplicated bulkheadProfiles line in Launch Escape System Jr. config

v1.5.0
------
- Introduced patch to give roll control gimbal to Making History LV-T91 "Cheetah" Liquid Fuel Engine.
Expand Down
6 changes: 3 additions & 3 deletions Distribution/RestockPlus/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==============
RESTOCK+ 1.5.0
RESTOCK+ 1.5.1
==============

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:
Expand All @@ -11,7 +11,7 @@ Restock+ is a complement to Restock which adds useful parts that we feel are mis
- Science parts: a couple of new form factors for existing experiments as well as sample return containers.
- Antennae: New variations on antenna for better craft construction.

In addition some glaring bugfixes and improvements are included:
In addition some glaring bugfixes and improvements are included (among others):
- The volume of the Oscar-B tank has been reduced to make room for the rest of the Oscar series tanks. The tank's mass ratio is unchanged.
- SRBs have been given a small amount of gimbal ability in most cases.
- Triangular Structural Panels from Making History have had their centre of mass correctly located.
Expand All @@ -23,7 +23,7 @@ DEPENDENCIES
============

Required:
- Restock (1.5.0)
- Restock (1.5.1)
- ModuleManager (4.2.3)

=============
Expand Down

0 comments on commit b22c511

Please sign in to comment.