Add PlanetShine 0.2.5 from Curse

This commit is contained in:
politas 2016-04-05 23:33:22 +10:00
parent d46ee37a1a
commit 5b50de3ed4
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,38 @@
{
"spec_version": "v1.4",
"identifier": "PlanetShine-Config-Default",
"name": "PlanetShine - Default configuration",
"abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements",
"author": "Valerian",
"license": "Apache-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
"repository": "https://github.com/valerian/ksp-planetshine",
"curse": "http://kerbal.curseforge.com/projects/rcs-build-aid"
},
"version": "0.2.5",
"ksp_version_min": "1.1",
"ksp_version_max": "1.1",
"provides": [
"PlanetShine-Config"
],
"depends": [
{
"name": "PlanetShine"
}
],
"conflicts": [
{
"name": "PlanetShine-Config"
}
],
"install": [
{
"find": "GameData/PlanetShine/Config",
"install_to": "GameData/PlanetShine"
}
],
"download": "http://addons-origin.cursecdn.com/files/2292/131/PlanetShine-0.2.5.zip",
"download_size": 45752,
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,32 @@
{
"spec_version": "v1.4",
"identifier": "PlanetShine",
"name": "PlanetShine",
"abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements",
"author": "Valerian",
"license": "Apache-2.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
"repository": "https://github.com/valerian/ksp-planetshine",
"curse": "http://kerbal.curseforge.com/projects/rcs-build-aid"
},
"version": "0.2.5",
"ksp_version_min": "1.1",
"ksp_version_max": "1.1",
"depends": [
{
"name": "PlanetShine-Config"
}
],
"install": [
{
"find": "GameData/PlanetShine",
"install_to": "GameData/PlanetShine",
"filter": "Config"
}
],
"download": "http://addons-origin.cursecdn.com/files/2292/131/PlanetShine-0.2.5.zip",
"download_size": 45752,
"x_generated_by": "netkan"
}