Merge pull request #820 from KSP-CKAN/PlanetPacks

Update planet packs
This commit is contained in:
Matthew 2015-11-19 10:33:49 -05:00
commit a9c658d16a
2 changed files with 69 additions and 62 deletions

View File

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

View File

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