diff --git a/CHANGES.md b/CHANGES.md index 7955e73..1ae1692 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 87c43a3..2bef01a 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -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 diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 7d3918a..9c4a6e9 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -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 diff --git a/Source/TweakScaleCompanion_PKMC/TweakScaleCompanion_PKMC.csproj b/Source/TweakScaleCompanion_PKMC/TweakScaleCompanion_PKMC.csproj index 9fbb593..1afb790 100644 --- a/Source/TweakScaleCompanion_PKMC/TweakScaleCompanion_PKMC.csproj +++ b/Source/TweakScaleCompanion_PKMC/TweakScaleCompanion_PKMC.csproj @@ -54,7 +54,7 @@ Version.tt - + diff --git a/TweakScaleCompanion-PKMC.netkan b/TweakScaleCompanion-PKMC.netkan index 119f5ce..5526d6f 100644 --- a/TweakScaleCompanion-PKMC.netkan +++ b/TweakScaleCompanion-PKMC.netkan @@ -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", @@ -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" @@ -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 } ] } diff --git a/TweakScaleCompanion.PKMC.version b/TweakScaleCompanion.PKMC.version index 129700f..59e5ae6 100644 --- a/TweakScaleCompanion.PKMC.version +++ b/TweakScaleCompanion.PKMC.version @@ -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