Add MechJebEmbeddedUniversalFree-1.3 and MechJebEmbeddedUniversalCareer-1.3

This commit is contained in:
Matthew Heguy 2016-04-24 11:07:33 -04:00
parent 3b6462901e
commit 67f4c83729
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"identifier" : "MechJebEmbeddedUniversalCareer",
"name" : "MechJeb Embedded Universal (Career mode)",
"author" : [ "Dennis6492" ],
"abstract" : "Add MechJeb to all Command modules - if you want career mode support, you'll have to go to R&D to unlock modules",
"version" : "1.3",
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.1.99",
"license" : "GPL-3.0",
"resources": {
"homepage": "http://kerbal.curseforge.com/projects/mechjeb-embedded-universal"
},
"download": "http://kerbal.curseforge.com/projects/mechjeb-embedded-universal/files/2239526/download",
"depends" : [{"name":"MechJeb2"},{"name":"ModuleManager"}],
"conflicts": [{"name":"MechJebEmbeddedUniversal"}],
"install":[
{
"file":"Career mode/GameData/MechJeb2 Embedded by Dennis6492",
"install_to":"GameData",
}
],
"provides": ["MechJebEmbeddedUniversal"]
}

View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"identifier" : "MechJebEmbeddedUniversalFree",
"name" : "MechJeb Embedded Universal (It's Free!)",
"author" : [ "Dennis6492" ],
"abstract" : "Add MechJeb to all Command modules - if you want not to go to the R&D to unlock modules, they'll be enabled from the start",
"version" : "1.3",
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.1.99",
"license" : "GPL-3.0",
"resources": {
"homepage": "http://kerbal.curseforge.com/projects/mechjeb-embedded-universal"
},
"download": "http://kerbal.curseforge.com/projects/mechjeb-embedded-universal/files/2239526/download",
"depends" : [{"name":"MechJeb2"},{"name":"ModuleManager"}],
"conflicts": [{"name":"MechJebEmbeddedUniversal"}],
"install":[
{
"file":"It's Free!/GameData/MechJeb2 Embedded by Dennis6492",
"install_to":"GameData",
}
],
"provides": ["MechJebEmbeddedUniversal"]
}