Skip to content

Commit

Permalink
Release 0.0.2.2 (LisiasT) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Aug 24, 2020
1 parent 83d3db2 commit f0d3fea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,5 +1,8 @@
# TweakScale Companion :: Airplane Plus :: Changes

* 2020-0824: 0.0.2.2 (Lisias) for KSP >= 1.2.2
+ Patches revision.
- Avoiding toe stomping fests.
* 2020-0717: 0.0.2.1 Beta (Lisias) for KSP >= 1.2.2
+ Patches revision.
- Reorganisation
Expand Down
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
@@ -1,5 +1,8 @@
# TweakScale Companion :: Airplane Plus :: Change Log

* 2020-0824: 0.0.2.2 (Lisias) for KSP >= 1.2.2
+ Patches revision.
- Avoiding toe stomping fests.
* 2020-0717: 0.0.2.1 Beta (Lisias) for KSP >= 1.2.2
+ Patches revision.
- Reorganisation
Expand Down
2 changes: 2 additions & 0 deletions KNOWN_ISSUES.md
Expand Up @@ -2,3 +2,5 @@

* Users of [All Tweak](https://forum.kerbalspaceprogram.com/index.php?/topic/182700-19x-all-tweak-07-23rdoctober2019/&tab=comments#comment-3553532) and [TMasterson5's TweakScale patches](https://forum.kerbalspaceprogram.com/index.php?/topic/181010-tmasterson5-mod-family/&tab=comments#comment-3513768) will probably have serious problems by installing this thing.
+ Please backup everything first before installing, so up can rollback if needed.
* **TweakScale Companion for Airplane Plus** should not be used together [AirplanePlus Things](https://forum.kerbalspaceprogram.com/index.php?/topic/196254-ksp-18-airplane-plus-things/).
+ TSCAPP will overwrite all TweakScale patches made by anyone else. This can be a problem if **AirplanePlus Things** has any mishaps on its patches, as TSCAPP is meticulously wrote to be accurate and any crafts scaled with faulty patches can misbehave on TSCAPP.
2 changes: 1 addition & 1 deletion TweakScaleCompanion.APP.version
Expand Up @@ -8,7 +8,7 @@
"MAJOR":0,
"MINOR":0,
"PATCH":2,
"BUILD":1
"BUILD":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Expand Up @@ -10,7 +10,7 @@ clean() {
fi
}

FILE=$PACKAGE-$VERSION.BETA.zip
FILE=$PACKAGE-$VERSION.zip
echo $FILE
clean
zip -r $FILE ./GameData/* -x ".*"
Expand Down

0 comments on commit f0d3fea

Please sign in to comment.