Added EPL and KerbalStats

This commit is contained in:
leila 2014-11-16 11:18:26 +01:00
parent 8873f11986
commit 71c4d2a8cb
2 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"spec_version" : 1,
"name" : "Extraplanetary Launchpads",
"abstract" : "Adds the ability to build crafts in flight mode to your game.",
"identifier" : "ExtraPlanetaryLaunchpads",
"download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v4.4.0.zip",
"version" : "4.4.0",
"author" : "taniwha",
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version" : "0.25",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545"
},
"depends" : [
{"name" : "ModuleManager"},
{"name" : "Toolbar"}
],
"recommends" : [
{"name" : "KerbalStats"},
{"name" : "KerbalAttachementSystem"},
{"name" : "InfernalRobotics"},
{"name" : "Kethane"}
],
"install" : [
{
"file" : "ExtraplanetaryLaunchpads",
"install_to" : "GameData",
"filter" : "Ships"
}
]
}

19
KerbalStats-1.0.0.ckan Normal file
View File

@ -0,0 +1,19 @@
{
"spec_version" : 1,
"name" : "Kerbal Stats",
"abstract" : "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.",
"identifier" : "KerbalStats",
"download" : "http://taniwha.org/~bill/KerbalStats_v1.0.0.zip",
"author" : "taniwha",
"version" : "1.0.0",
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version" : "0.25",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/99018"
},
"install" : [{
"file" : "KerbalStats",
"install_to" : "GameData"
}]
}