Skip to content

Commit

Permalink
Release 2.0.0.0 (LisiasT) for KSP >= 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Sep 19, 2021
1 parent d8d45b2 commit 3338d89
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 26 deletions.
18 changes: 4 additions & 14 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# TweakScale Companion :: Post Kerbin Mining Corporation Add'Ons :: Changes

* 2021-0117: 1.0.0.0 (Lisias) for KSP >= 1.3
+ TweakScale Companion for Near Future goes gold! #HURRAY
* 2020-1001: 0.0.4.1 (Lisias) for KSP >= 1.3
+ Fixing a master bork on dependencies
- Coding late night when you should be sleeping can be dangerous sometimes.
* 2020-0927: 0.0.4.0 (Lisias) for KSP >= 1.3
+ Another batch of patch revisions
- Added missing Scale Exponents
- Revised and fixed Cleaning Ups
- Some parts had the scaling revised
+ Added Show Stopper when using TweakScale 2.4.3.x or older
- Only TweakScale 2.4.4 can overcome KSP "automatic updating" scheme that rendered TweakScale automatic Scaling fixes useless.
- New Savegames are ok to go, but ongoing Savegames will risk corruption unless you use TweakScale 2.4.4. or newer!
+ Since the patches are tied to NF Add'Ons and TweakScale, it's possible to be installed down to KSP 1.3 - as long it runs TweakScale 2.4.4 or newer and has a working NF Add'On available!
* 2021-0919: 2.0.0.0 (Lisias) for KSP >= 1.3
+ Rebranding the Companion from Near Future (NF) to Post Kerbin Mining Corporation (PKMC)
+ Small updates on the existing patches for Near Future
+ Adds support for SSPX (Stockalike Station Parts Expansion Redux)
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TweakScale Companion :: Post Kerbin Mining Corporation Add'Ons :: Change Log

* 2021-0919: 2.0.0.0 (Lisias) for KSP >= 1.3
+ Rebranding the Companion from Near Future (NF) to Post Kerbin Mining Corporation (PKMC)
+ Small updates on the existing patches for Near Future
+ Adds support for SSPX (Stockalike Station Parts Expansion Redux)
* 2021-0117: 1.0.0.0 (Lisias) for KSP >= 1.3
+ TweakScale Companion for Near Future goes gold! #HURRAY
* 2020-1001: 0.0.4.1 (Lisias) for KSP >= 1.3
Expand Down
2 changes: 2 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# TweakScale Companion :: Post Kerbin Mining Corporation Add'Ons :: Known Issues

* All
+ As from 2021-xxxx, this Companion was rebranded as `TweakScale Companion for Post Kebin Mining Corporation`.
- The previously distributions branded `TweakScale Companion for Near Future` shuold not be used anymore.
* Near Future Solar
+ The following parts are not scalable under TweakScale 2.4.3.x or older due lack of Module Part Variant with mass:
- nfs-panel-deploying-curved-25-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Compile Include="Properties\Version.cs">
<DependentUpon>Version.tt</DependentUpon>
</Compile>
<Compile Include="GUI\ConflictShowStopperAlertBox %28copy%29.cs" />
<Compile Include="GUI\ConflictShowStopperAlertBox.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\Version.tt">
Expand Down
11 changes: 6 additions & 5 deletions TweakScaleCompanion-PKMC.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"spec_version" : "v1.2",
"$kref" : "#/ckan/spacedock/xxx",
"$vref" : "#/ckan/ksp-avc",
"identifier" : "TweakScaleCompanion-NF",
"name" : "TweakScale Companion for Near Future Add'Ons",
"identifier" : "TweakScaleCompanion-PKMC",
"name" : "TweakScale Companion for Post Kerbin Mining Corporation Add'Ons",
"abstract" : ""
"license" : [ "GPL-2.0", "restricted" ],
"release_status" : "development",
Expand All @@ -13,13 +13,13 @@
],
"install" : [
{
"file" : "GameData/TweakScaleCompanion/NF",
"file" : "GameData/TweakScaleCompanion/PKMC",
"install_to" : "GameData/TweakScaleCompanion"
}
],
"resources": {
"homepage": " + [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/192216-*",
"repository": "https://github.com/net-lisias-ksp/TweakScaleCompanion_NF"
"repository": "https://github.com/net-lisias-ksp/TweakScaleCompanion_PKMC"
},
"tags": [
"config"
Expand All @@ -35,6 +35,7 @@
{ "name" : "NearFutureLaunchVehicles" : 1.4 },
{ "name" : "NearFuturePropulsion" : 1.4 },
{ "name" : "NearFutureSolar" : 1.4 },
{ "name" : "NearFutureSpacecraf" : 1.4 }
{ "name" : "NearFutureSpacecraf" : 1.4 },
{ "name" : "StationPartsExpansionRedux" : 1.0 }
]
}
12 changes: 6 additions & 6 deletions TweakScaleCompanion.PKMC.version
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"NAME" : "TweakScale Companion for Near Future Add'Ons",
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_NF/master/TweakScaleCompanion.NF.version",
"DOWNLOAD" : "https://github.com/net-lisias-ksp/TweakScaleCompanion_NF/releases",
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_NF/master/CHANGE_LOG.md",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_NF/master/CHANGES.md",
"NAME" : "TweakScale Companion for Post Kerbin Mining Corporation Add'Ons",
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_PKMC/master/TweakScaleCompanion.PKMC.version",
"DOWNLOAD" : "https://github.com/net-lisias-ksp/TweakScaleCompanion_PKMC/releases",
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_PKMC/master/CHANGE_LOG.md",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_PKMC/master/CHANGES.md",
"VERSION":{
"MAJOR":1,
"MAJOR":2,
"MINOR":0,
"PATCH":0,
"BUILD":0
Expand Down

0 comments on commit 3338d89

Please sign in to comment.