Merge pull request #319 from aw94/master

Updated RemoteTech RSS config to v8.1.1
This commit is contained in:
Hakan Tandogan 2015-02-27 23:28:30 +01:00
commit 0da7f846b8
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"spec_version": "v1.2",
"identifier": "RemoteTech-Config-RSS",
"ksp_version_min": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/99966"
},
"name": "RemoteTech RSS Configuration",
"license": "CC-BY-4.0",
"abstract": "Adds ground stations to launch sites in Real Solar System. Manually remove RemoteTech/RemoteTech_Settings.cfg first",
"author": "CerberusRCAF",
"version": "8.1.1",
"download": "https://github.com/KSP-RO/RealismOverhaul/releases/download/v8.1.1/RealismOverhaul_8.1.1.zip",
"comment" : "Packaged by Felger",
"depends" : [
{ "name" : "RemoteTech" },
{ "name" : "RealSolarSystem" }
],
"provides" : [ "RemoteTech-Config" ],
"conflicts" : [ { "name" : "RemoteTech-Config" } ],
"install": [{
"file" : "RemoteTech",
"install_to" : "GameData"
}]
}