Added RemoteTech-Config-RSS
This kinda sucks, because RemoteTech *makes its own* config file the first time it runs, meaning the player has to manually remove this to install their own. :/ When the spec includes `replaces` we should use that here. I'm currently using this right now to play RP-0. :) Attn @Feler, @NathanKell, @StarStrider42
This commit is contained in:
parent
13270bd2b3
commit
b802d5dd33
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RemoteTech-Config-RSS",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/99966-0-25-0-Realism-Overhaul-6-1-2c"
|
||||
},
|
||||
"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": "0.0",
|
||||
"download": "https://www.dropbox.com/s/ohqv9r9mwng2500/RemoteTech_RSS_Settings.zip?dl=1",
|
||||
"comment" : "Packaged by Felger",
|
||||
"depends" : [
|
||||
{ "name" : "RemoteTech" },
|
||||
{ "name" : "RealSolarSystem" }
|
||||
],
|
||||
"provides" : [ "RemoteTech-Config" ],
|
||||
"conflicts" : [ { "name" : "RemoteTech-Config" } ],
|
||||
"install": [{
|
||||
"file" : "RemoteTech",
|
||||
"install_to" : "GameData"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue