Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions AirplanePlus_Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Airplane Plus

### 26.0.5 (Version 26.5) Released on 2020-01-24

- Fixed blank textures


### 26.0.4 (Version 26.4) Released on 2019-12-21

- Fixed Squad's new path for cone textures wrongly referenced in the config
- Fixed J-34 "Chevron" High-Bypass Turbofan Engine having Jettison Module when not needed


### 26.0.3 (Version 26.0.3) Released on 2019-12-12

- DDS conversion of some of the files to DXT5 (klgraham1013)
- Fixes on modulecargobay and bulkheadprofiles for payload parts*(Jognt)
- *Mk1 Passenger Door
- *Mk1 Nose Trunk CRG-NT
- *Mk1 Junior Cargo Bay CRG-50-0


### X.X.X ...
- Many things
31 changes: 31 additions & 0 deletions AirplanePlus__KSP-AVC
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"NAME":"Mk1-Cabin-Hatch",
"URL":"https://raw.githubusercontent.com/skalou/Mk1-Cabin-Hatch/master/Mk1-Cabin-Hatch__KSP-AVC",
"DOWNLOAD":"https://spacedock.info/mod/1038/Mk1-Cabin-Hatch",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/skalou/Mk1-Cabin-Hatch/master/Mk1-Cabin-Hatch_Changelog",
"VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":12,
"PATCH":99
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

Install the contents of Release inside the GameData folder. Firespitter is not included in github.

## Forum:
https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/

## SpaceDock:
https://spacedock.info/mod/716/Airplane%20Plus

Expand Down
30 changes: 29 additions & 1 deletion Release/AirplanePlus/AirplanePlus.version
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
{"NAME":"Airplane Plus","URL":"http://ksp-avc.cybutek.net/version.php?id=660","DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r263-fixed-issues-dec-12-2019/","VERSION":{"MAJOR":26,"MINOR":0,"PATCH":4,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":8,"PATCH":1},"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":4,"PATCH":0},"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":8,"PATCH":1}}
{"NAME":"Airplane Plus",
"URL":"http://ksp-avc.cybutek.net/version.php?id=660",
"DOWNLOAD":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r263-fixed-issues-dec-12-2019/",
"CHANGE_LOG_URL":"https://forum.kerbalspaceprogram.com/index.php?/topic/140262-14x-18x-airplane-plus-r264-fixed-issuesgithub-is-up-to-date-dec-21-2019/",
"VERSION":
{
"MAJOR":26,
"MINOR":0,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":8,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":
{"MAJOR":1,
"MINOR":8,
"PATCH":1
}
}
28 changes: 14 additions & 14 deletions Release/AirplanePlus/Parts/Aero/flaps/doublefowlerflap.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ PART
uncasedTemp = 1200
casedTemp = 2400
}
//MODULE
{
name = FXModuleLookAtConstraint
CONSTRAINLOOKFX
{
targetName = PistonArm
rotatorsName = PistonBase
}
CONSTRAINLOOKFX
{
targetName = PistonBase
rotatorsName = PistonArm
}
}
// MODULE
// {
// name = FXModuleLookAtConstraint
// CONSTRAINLOOKFX
// {
// targetName = PistonArm
// rotatorsName = PistonBase
// }
// CONSTRAINLOOKFX
// {
// targetName = PistonBase
// rotatorsName = PistonArm
// }
// }
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ PART
amount = 2
maxAmount = 2
}
//MODULE
{
name = ModuleAnimateHeat
ThermalAnim =
}
// MODULE
// {
// name = ModuleAnimateHeat
// ThermalAnim =
// }
MODULE
{
name = FSmeshSwitch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ PART
evaOnlyStorage = True
storageRange = 3.0
}
//RESOURCE
{
name = MonoPropellant
amount = 15
maxAmount = 15
}
// RESOURCE
// {
// name = MonoPropellant
// amount = 15
// maxAmount = 15
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 15.0
maxAmount = 15.0
}
// {
// name = MonoPropellant
// amount = 15.0
// maxAmount = 15.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 15.0
maxAmount = 15.0
}
// {
// name = MonoPropellant
// amount = 15.0
// maxAmount = 15.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 5.0
maxAmount = 5.0
}
// {
// name = MonoPropellant
// amount = 5.0
// maxAmount = 5.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 5.0
maxAmount = 5.0
}
// {
// name = MonoPropellant
// amount = 5.0
// maxAmount = 5.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 5.0
maxAmount = 5.0
}
// {
// name = MonoPropellant
// amount = 5.0
// maxAmount = 5.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ PART
storageRange = 3.0
}
//RESOURCE
{
name = MonoPropellant
amount = 15
maxAmount = 15
}
// {
// name = MonoPropellant
// amount = 15
// maxAmount = 15
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 5.0
maxAmount = 5.0
}
// {
// name = MonoPropellant
// amount = 5.0
// maxAmount = 5.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 7.5
maxAmount = 7.5
}
// {
// name = MonoPropellant
// amount = 7.5
// maxAmount = 7.5
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ PART
storageRange = 4.0
}
//MODULE
{
name = FlagDecal
textureQuadName = FLAG
}
// {
// name = FlagDecal
// textureQuadName = FLAG
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 15.0
maxAmount = 15.0
}
// {
// name = MonoPropellant
// amount = 15.0
// maxAmount = 15.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 15.0
maxAmount = 15.0
}
// {
// name = MonoPropellant
// amount = 15.0
// maxAmount = 15.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand All @@ -102,8 +102,8 @@ PART
endEventGUIName = Lights Off
}
//MODULE
{
name = FlagDecal
textureQuadName = flagDecal
}
// {
// name = FlagDecal
// textureQuadName = flagDecal
// }
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ PART
storageRange = 1.3
}
//RESOURCE
{
name = MonoPropellant
amount = 5.0
maxAmount = 5.0
}
// {
// name = MonoPropellant
// amount = 5.0
// maxAmount = 5.0
// }
MODULE
{
name = ModuleAnimateGeneric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ MODULE

key = 0.05 1.1

key = 0.1 0.7
key = 0.1 0.7

key = 0.15 0.4

Expand Down
Loading