Small fixes and preparation for 1.1.2

pull/863/head
Chris Adderley 4 years ago
parent 51774cdf80
commit 01964bd7f7

@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":

@ -2,6 +2,8 @@ v1.1.2
------
- Fixed engine plate compatability with stock vessels by moving boattails to the end of the variant list
- Fixed engine plate negative masses when used in KSP 1.8.x by setting the part mass to the 1.9.x values. This comes at the expense of affecting part balance when used in 1.8.x.
- Tuned 2.5m heatshield texture
- Tuned 1.875m heatshield top ring dimensions
- Reworked hierarchy of LT-1 and LT-2 landing legs to help address weakness issues (#858)
- Added patch for KerbalFoundries to work with ReStock models

@ -1,5 +1,5 @@
=============
RESTOCK 1.1.1
RESTOCK 1.1.2
=============
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.

@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":

@ -2,6 +2,8 @@ v1.1.2
------
- Fixed engine plate node sizes all being size 1
- Fixed engine plates allowing crossfeed through their bottom node
- Fixed radius of 3.75m spherical tank
- Tuned 1.875m heatshield top ring dimensions
v1.1.1
------

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.1.1
RESTOCK+ 1.1.2
==============
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:
@ -21,7 +21,7 @@ DEPENDENCIES
============
Required:
- Restock (1.1.0)
- Restock (1.1.2)
- ModuleManager (4.1.3)
=============

Loading…
Cancel
Save