Merge branch 'master' of https://github.com/KSP-CKAN/CKAN-meta
This commit is contained in:
commit
d8719aae55
|
@ -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.5.0.zip",
|
||||
"version" : "4.5.0",
|
||||
"author" : "taniwha",
|
||||
"license" : "GPL-3.0",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545"
|
||||
},
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"},
|
||||
{"name" : "Toolbar"}
|
||||
],
|
||||
"recommends" : [
|
||||
{"name" : "KerbalStats"},
|
||||
{"name" : "KAS"},
|
||||
{"name" : "InfernalRobotics"},
|
||||
{"name" : "Kethane"}
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ExtraplanetaryLaunchpads",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "Ships"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version" : "v1.4",
|
||||
"name" : "KSPCalendar",
|
||||
"author" : "nuclearping",
|
||||
"identifier" : "KSPCalendar",
|
||||
"abstract" : "Kerbin Date Calendar",
|
||||
"download" : "http://ksp.gurkensalat.com/archive/KSPCalendar-1.5.zip",
|
||||
"download_size" : 11496,
|
||||
"license" : "public-domain",
|
||||
"version" : "1.5",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68270",
|
||||
"x_curse" : "http://www.curse.com/ksp-mods/kerbal/223684-kerbin-date-calendar"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"find" : "GameData/KSPCalendar",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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.1.0.zip",
|
||||
"author" : "taniwha",
|
||||
"version" : "1.1.0",
|
||||
"license" : "GPL-3.0",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/99018"
|
||||
},
|
||||
"install" : [{
|
||||
"file" : "KerbalStats",
|
||||
"install_to" : "GameData"
|
||||
}]
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
"identifier" : "TALSphericalToroidalPack",
|
||||
"download" : "https://nabaal.net/files/ksp/talisar/TAL_Spherical_Toroidal_Pack_V3.12.zip",
|
||||
"license" : "CC-BY-SA-3.0",
|
||||
"author" : "Talisar",
|
||||
"version" : "3.12",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "any",
|
||||
|
@ -26,4 +27,4 @@
|
|||
{ "name" : "ModularFuelTanks" },
|
||||
{ "name" : "RealFuels" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue