Skip to content

Commit

Permalink
Adding support for the new bits on APP 26.6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Feb 20, 2024
1 parent be1a5b1 commit 4703438
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,9 @@
{
-MODULE[TweakScale],* {}
}

@PART[CJFiftyOne,CJBiplanegear]:BEFORE[TweakScaleCompanion_AirCrafts_APP]
{
-MODULE[TweakScale],* {}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
// *************************
// ** Airplane Plus **
// ** TweakScale Support **
// *************************
//
// This file is part of TweakScaleCompanion_AirCrafts - TweakScale Companion for AirplanePlus
// © 2020-2024 LisiasT : http://lisias.net <[email protected]>
//
// TweakScaleCompanion_AirCrafts is double licensed, as follows:
// * SKL 1.0 : https://ksp.lisias.net/SKL-1_0.txt
// * GPL 2.0 : https://www.gnu.org/licenses/gpl-2.0.txt
//
// And you are allowed to choose the License that better suit your needs.
//
// TweakScaleCompanion_AirCrafts is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
// You should have received a copy of the SKL Standard License 1.0
// along with TweakScaleCompanion_AirCrafts. If not, see <https://ksp.lisias.net/SKL-1_0.txt>.
//
// You should have received a copy of the GNU General Public License 2.0
// along with TweakScaleCompanion_AirCrafts. If not, see <https://www.gnu.org/licenses/>.
//
// https://forum.kerbalspaceprogram.com/index.php?/topic/140262-*
// https://www.curseforge.com/kerbal/ksp-mods/airplane-plus
// https://spacedock.info/mod/716/Airplane%20Plus
// https://github.com/blackheart612/AirplanePlus/releases
//

// ** Addendum **

@PART[CJFiftyOne]:NEEDS[AirplanePlus,TweakScale]:FOR[TweakScaleCompanion_AirCrafts_APP] // WMB VI "Vortex" Engine with Spinning Proppelers.
{
#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[TweakScale] { }
%MODULE[TweakScale]
{
type = stack
defaultScale = 1.25
}
}

@PART[CJBiplanegear]:NEEDS[AirplanePlus,TweakScale]:FOR[TweakScaleCompanion_AirCrafts_APP] // KS-H1 Fixed Landing Gear
{
%MODULE[TweakScale]
{
type = free
}
}

0 comments on commit 4703438

Please sign in to comment.