Skip to content

Commit

Permalink
Update to 1.6.9
Browse files Browse the repository at this point in the history
**General:**

* Recompile for KSP 1.7.0 (thanks to [Tonka
Crash](https://forum.kerbalspaceprogram.com/index.php?/profile/189552-tonka-crash/)),
the Modules now work again!

**Mod Support:**

* Highly improved support for KAS with the flexible tube (thanks to
[IgorZ](https://forum.kerbalspaceprogram.com/index.php?/profile/155445-igorz/)),
it behaves like the old version now.
  • Loading branch information
Nils277 committed Apr 25, 2019
1 parent a58ea47 commit 726fb1f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
Binary file modified Changelog.txt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PART:NEEDS[KAS]
pipeColliderIsPhysical = true
pipeTextureRescaleMode = Stretch
pipeDiameter = 1.08
pipeTexturePath = PlanetaryBaseInc/ModSupport/Parts/KAS/flexible_tube
pipeTexturePath = PlanetaryBaseInc/ModSupport/Parts/KAS/flexible_tube_2
pipeTextureSamplesPerMeter = 1

targetJoint
Expand Down
10 changes: 5 additions & 5 deletions FOR_RELEASE/GameData/PlanetaryBaseInc/PlanetaryBaseInc.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 8
"PATCH": 9
},

"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 1
"MINOR": 7,
"PATCH": 0
},

"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 6,
"MINOR": 7,
"PATCH": 9
},

"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 7,
"PATCH": 0
}
}
6 changes: 3 additions & 3 deletions Sources/PlanetarySurfaceStructures/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.8.0")]
[assembly: AssemblyFileVersion("1.6.8.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x1680)]
[assembly: AssemblyVersion("1.6.9.0")]
[assembly: AssemblyFileVersion("1.6.9.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x1690)]
Binary file added Sources/Textures/EVA/Tube.xcf
Binary file not shown.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.6.9
**General:**

* Recompile for KSP 1.7.0 (thanks to [Tonka Crash](https://forum.kerbalspaceprogram.com/index.php?/profile/189552-tonka-crash/)), the Modules now work again!

**Mod Support:**

* Highly improved support for KAS with the flexible tube (thanks to [IgorZ](https://forum.kerbalspaceprogram.com/index.php?/profile/155445-igorz/)), it behaves like the old version now.

# v1.6.8
**General:**

Expand Down

0 comments on commit 726fb1f

Please sign in to comment.