-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for the new bits on APP 26.6.2.0
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
GameData/TweakScaleCompanion/AirCrafts/APP/patches/AirplanePlus-Addendum_TweakScale.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |