Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2015-11-19 15:37:09 +00:00
commit 4bbf77d578
3 changed files with 109 additions and 62 deletions

View File

@ -1,22 +1,30 @@
{
"spec_version" : "v1.4",
"identifier" : "KittopiaTech",
"name" : "KittopiaTech",
"abstract" : "An in game planet editor",
"license" : "unknown",
"version" : "0.192",
"comment" : "Development halted until further notice",
"author" : "KCreator",
"ksp_version" : "0.90",
"resources" : {
"repository" : "https://github.com/KCreator/Kittopiatech_Planeteditor",
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68619"
},
"download" : "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip",
"install" : [
{
"find" : "KittopiaSpace",
"install_to" : "GameData"
}
]
"spec_version": "v1.4",
"identifier" : "KittopiaTech",
"name" : "KittopiaTech",
"abstract" : "An in game planet editor",
"license" : "unknown",
"version" : "0.192",
"comment" : "Development halted until further notice",
"author" : "KCreator",
"ksp_version" : "0.90",
"resources": {
"repository": "https://github.com/KCreator/Kittopiatech_Planeteditor",
"homepage": "http://forum.kerbalspaceprogram.com/threads/68619"
},
"download": "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip",
"install": [
{
"find": "KittopiaSpace",
"install_to": "GameData"
}
],
"conflicts": [
{
"name": "Kopernicus"
},
{
"name": "KopernicusTech"
}
]
}

View File

@ -1,44 +1,43 @@
{
"spec_version" : "v1.4",
"identifier" : "KopernicusTech",
"name" : "KopernicusTech",
"abstract" : "An attempt to integrate Kopernicus with KittopiaTech",
"license" : "GPL-3.0",
"version" : "0.13",
"author" : "Gravitasi",
"ksp_version_min" : "0.90",
"ksp_version_max" : "1.0.99",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/109122"
},
"download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1",
"install" : [
{
"find" : "KittopiaSpace",
"install_to" : "GameData",
"filter" : "Textures"
},
{
"find" : "Kopernicus",
"install_to" : "GameData"
}
],
"depends" : [
{
"name" : "ModuleManager"
}
],
"suggests" : [
{
"name" : "DDSLoader"
}
],
"conflicts" : [
{
"name" : "Kopernicus"
},
{
"name" : "KittopiaTech"
}
]
"spec_version": "v1.4",
"identifier" : "KopernicusTech",
"name" : "KopernicusTech",
"abstract" : "An attempt to integrate Kopernicus with KittopiaTech",
"license" : "GPL-3.0",
"version" : "0.13",
"author" : "Gravitasi",
"ksp_version" : "0.90",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/109122"
},
"download": "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1",
"install": [
{
"find": "KittopiaSpace",
"install_to": "GameData",
"filter": "Textures"
},
{
"find": "Kopernicus",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "DDSLoader"
}
],
"conflicts": [
{
"name": "Kopernicus"
},
{
"name": "KittopiaTech"
}
]
}

View File

@ -0,0 +1,40 @@
{
"spec_version": 1,
"identifier": "Workshop",
"name": "OSE Workshop",
"abstract": "In flight part construction",
"author": "obivandamme",
"license": "CC-BY-NC-SA",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/108234",
"kerbalstuff": "https://kerbalstuff.com/mod/693/OSE%20Workshop",
"repository": "https://github.com/obivandamme/Workshop",
"x_screenshot": "https://kerbalstuff.com/content/obivandamme_8715/OSE_Workshop/OSE_Workshop-1439149716.2286153.png"
},
"version": "0.11.0",
"ksp_version": "1.0.5",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "CommunityResourcePack",
"min_version": "0.4.7"
},
{
"name": "FirespitterCore"
},
{
"name": "KIS"
}
],
"install": [
{
"file": "GameData/Workshop",
"install_to": "GameData"
}
],
"download": "https://kerbalstuff.com/mod/693/OSE%20Workshop/download/0.11.0",
"download_size": 1434791,
"x_generated_by": "netkan"
}