Merge pull request #851 from PorktoberRevolution/master

Release 1.1.1
This commit is contained in:
Chris Adderley 2020-05-02 21:10:57 -07:00 committed by GitHub
commit 05c95e8ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 11 deletions

View File

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

View File

@ -1,3 +1,8 @@
v1.1.1
------
- Fixed Skipper UV issue inside bell
- Fixed fix for radiator breakage not being included
v1.1.0
-----
- KSP 1.9

View File

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

View File

@ -102,7 +102,7 @@ PART
category = Engine
subcategory = 0
title = #LOC_RestockPlus_restock-engine-torch_title
manufacturer = #autoLOC_501638
manufacturer = #autoLOC_501637
description = #LOC_RestockPlus_restock-engine-torch_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,0,0

View File

@ -48,13 +48,11 @@ PART
AUDIO
{
channel = Ship
clip = sound_rocket_spurts
clip = sound_rocket_hard
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
pitch = 1.0 1.0
loop = true
}
MODEL_MULTI_PARTICLE
@ -96,13 +94,13 @@ PART
}
}
// --- editor parameters ---
TechRequired = veryHeavyRocketry
TechRequired = nuclearPropulsion
entryCost = 121000
cost = 40000
category = Engine
subcategory = 0
title = #LOC_RestockPlus_restock-engine-cherenkov_title
manufacturer = #autoLOC_501638
manufacturer = #autoLOC_501637
description = #LOC_RestockPlus_restock-engine-cherenkov_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,0,0

View File

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

View File

@ -1,3 +1,9 @@
v1.1.1
------
- Cherenkov running sound is now same as LV-N, not Spark
- Cherenkov tech node is now correctly Nuclear Propulsion
- Torch, Cherenkov manufacturers corrected to Rockomax, was Kerbodyne
v1.1.0
------
- KSP 1.9 Compatibility

View File

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.1.0
RESTOCK+ 1.1.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:

View File

@ -55,6 +55,7 @@
<Compile Include="MaterialModifiers\IMaterialModifier.cs" />
<Compile Include="MaterialModifiers\MaterialModifierParser.cs" />
<Compile Include="MaterialModifiers\TexturePropertyMaterialModifier.cs" />
<Compile Include="ModuleRestockDeployableMeshHider.cs" />
<Compile Include="ModuleRestockLaunchClamp.cs" />
<Compile Include="ModuleRestockLinkedMesh.cs" />
<Compile Include="ModuleRestockDepthMask.cs" />