Skip to content

Commit

Permalink
Release 0.0.1.0 Beta (LisiasT) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Aug 6, 2020
1 parent b6f05e2 commit 0b5e1b7
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# TweakScale Companion :: Living Style :: Changes

* 2020-0806: 0.0.1.0 (LisiasT) for KSP >= 1.2.2
+ Initial Public Release
+ Adds support for:
- HabTech
- HabTech2
- Tokamak Industries (and PorkJet's HabPack)
7 changes: 7 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# TweakScale Companion :: Living Style :: Change Log

* 2020-0806: 0.0.1.0 (LisiasT) for KSP >= 1.2.2
+ Initial Public Release
+ Adds support for:
- HabTech
- HabTech2
- Tokamak Industries (and PorkJet's HabPack)

2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following file layout must be present after installation:

### Dependencies

* TweakScale /L 2.3 or later
* TweakScale /L 2.4.4 or later
+ **NOT** included
* Module Manager 3.1.1 or later
+ **NOT** included
Expand Down
5 changes: 3 additions & 2 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TweakScale Companion :: Multipass :: Known Issues
# TweakScale Companion :: Living Style :: Known Issues

None at the moment. :)
* Parts using Module Centrifuge may not scale too well for bigger sizes
+ The scaling exponent used kinda works, but it's not perfect. A new solution for scaling the RPM is needed (in the same way I made for the Module KIS Inventory, I think)
37 changes: 28 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TweakScale Companion :: Living Style

Adds (up to date) TweakScale /L patches for many stand alone Add'Ons or packs about Habitats, including Stations (ground of space) that would not justify a whole Companion for them.
Adds (up to date) TweakScale /L patches for many stand alone Add'Ons or packs about Habitats, including Stations (ground or space) that would not justify a whole Companion for them.


## In a Hurry
Expand All @@ -21,10 +21,29 @@ Adds (up to date) TweakScale /L patches for many stand alone Add'Ons or packs ab

## Description

**TweakScale Companion Living Style** adds (up to date) [TweakScale /L](https://forum.kerbalspaceprogram.com/index.php?/topic/179030-ksp-141-tweakscale-under-lisias-management-24310-2019-1030/) support for the following Add'Ons:

* WiP
+ [GitHub]()
**TweakScale Companion Living Style** adds (up to date) [TweakScale /L](https://forum.kerbalspaceprogram.com/index.php?/topic/179030-*/) support for the following Add'Ons:

* PorjJet's HabPack
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/58534-*/)
+ EoL, currently distributed on Tokamak Industries (see below)
* HabTech (1)
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/133501-*/)
+ [SpaceDock](https://spacedock.info/mod/449/HabTech)
+ [GitHub](https://github.com/LouisB3/HabTech-Classic/) (Community maintenance)
* HabTech 2
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/133501-*/)
+ [SpaceDock](https://spacedock.info/mod/2078/HabTech2)
+ [GitHub](https://github.com/benjee10/HabTech2)
* Tokamak Industries
+ Original
- [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/146633-*/)
- [GitHub](https://github.com/maekern/Tokamak-Refurbished-Parts/releases)
+ Current Maintainer
- [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/163166-*/)
- [SpaceDock](https://spacedock.info/mod/1444/Tokamak%20Refurbished%20Parts)
- [GitHub](https://github.com/linuxgurugamer/Tokamak-Refurbished-Parts)

And more to come!


## Installation
Expand Down Expand Up @@ -65,11 +84,11 @@ See [NOTICE](./NOTICE) for further copyright and trademarks notices.
## References

* TweakScale /L ([LisiasT](https://forum.kerbalspaceprogram.com/index.php?/profile/187168-lisias/))
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/179030-ksp-141-tweakscale-under-lisias-management-24310-2019-1030/)
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/179030-*/)
+ [CurseForge](https://kerbal.curseforge.com/projects/tweakscale)
+ [SpaceDock](https://spacedock.info/mod/127/TweakScale)
+ [Homepage](http://ksp.lisias.net/add-ons/TweakScale) on L Aerospace
+ [GitHub](https://github.com/net-lisias-ksp/TweakScale).
* WiP
+ [Forum]()
+ [GitHub]()
* TweakScale Companion Program
+ [Forum](https://forum.kerbalspaceprogram.com/index.php?/topic/192216-*/)
+ [GitHub](https://github.com/net-lisias-ksp/TweakScaleCompanion)
2 changes: 1 addition & 1 deletion TweakScaleCompanion.LivingStyle.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":0,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION_MIN":{
Expand Down

0 comments on commit 0b5e1b7

Please sign in to comment.