Add MM patches for improved EPL experience with stock ISRU & MKS.
This commit is contained in:
parent
2604186c45
commit
659ebd0a4f
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "EPL part hider for stock ISRU",
|
||||
"identifier": "EPL-ISRU",
|
||||
"author": "ToxicFrog",
|
||||
"abstract": "Replaces the EPL resource chain with one using the stock ISRU parts and resources.",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "1.0.2",
|
||||
"install": [
|
||||
{
|
||||
"file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-ISRU.cfg",
|
||||
"install_to": "GameData/FLEET"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"},
|
||||
{"name" : "ExtraPlanetaryLaunchpads"}
|
||||
],
|
||||
"version": "1.0",
|
||||
"download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip"
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "EPL part hider for MKS",
|
||||
"identifier": "EPL-MKS",
|
||||
"author": "ToxicFrog",
|
||||
"abstract": "Hides the EPL resources and parts. For use with MKS when you don't want the MKS parts cluttering the VAB.",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "1.0.2",
|
||||
"install": [
|
||||
{
|
||||
"file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-MKS.cfg",
|
||||
"install_to": "GameData/FLEET"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"},
|
||||
{"name" : "ExtraPlanetaryLaunchpads"},
|
||||
{"name" : "UKS"}
|
||||
],
|
||||
"version": "1.0",
|
||||
"download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip"
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "EPL Fastbuild",
|
||||
"identifier": "EPL-fastbuild",
|
||||
"author": "ToxicFrog",
|
||||
"abstract": "Makes all EPL builds complete instantly.",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "1.0.2",
|
||||
"install": [
|
||||
{
|
||||
"file": "misc-d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd/EPL-fastbuild.cfg",
|
||||
"install_to": "GameData/FLEET"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"},
|
||||
{"name" : "ExtraPlanetaryLaunchpads"}
|
||||
],
|
||||
"version": "1.0",
|
||||
"download": "https://github.com/ToxicFrog/misc/archive/d88c2d71d60cce9a8d286be12dc5a3b6b6df1cdd.zip"
|
||||
}
|
Loading…
Reference in New Issue