From 7bb6eac88d3c6e7192f539596f6e3d1277b19b35 Mon Sep 17 00:00:00 2001 From: Felger Date: Thu, 11 Dec 2014 23:00:17 -0600 Subject: [PATCH 1/2] Proton-OLDD and RCS Build Aid --- Proton-OLDD-v0.5.1.ckan | 22 ++++++++++++++++++++++ RCSBuildAid-v0.5.2.ckan | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Proton-OLDD-v0.5.1.ckan create mode 100644 RCSBuildAid-v0.5.2.ckan diff --git a/Proton-OLDD-v0.5.1.ckan b/Proton-OLDD-v0.5.1.ckan new file mode 100644 index 0000000000..6a6fb462eb --- /dev/null +++ b/Proton-OLDD-v0.5.1.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "identifier": "Proton-OLDD", + "ksp_version": "0.25", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/76241" + }, + "name": "8K82K aka PROTON (OLDD in USSR)", + "license": "restricted", + "abstract": "The first Proton rocket was launched in 1965 and the launch system is still in use as of 2014, which makes it one of the most successful heavy boosters in the history of spaceflight. All Protons previously were built at the Khrunichev plant in Moscow but now OLDD are in action too.", + "author": "DennyTX", + "version": "0.5.1", + "download": "http://addons.curse.cursecdn.com/files/2201/943/Proton%20(v.0.5.1.).zip", + "comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.", + "install": [ + { + "file" : "Gamedata/OLDD", + "install_to" : "GameData" + } + ] +} \ No newline at end of file diff --git a/RCSBuildAid-v0.5.2.ckan b/RCSBuildAid-v0.5.2.ckan new file mode 100644 index 0000000000..b708eda8c8 --- /dev/null +++ b/RCSBuildAid-v0.5.2.ckan @@ -0,0 +1,24 @@ +{ + "spec_version": 1, + "identifier": "RCSBuildAid", + "ksp_version": "0.25", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/35996" + }, + "name": "RCS Build Aid", + "license": "GPL-3.0", + "abstract": "This is something I made for placing RCS thrusters in the right positions in the first try without having to go back and forth between the VAB and the hacked gravity launchpad. Features: Display thrust and torque forces caused by RCS or engines. Delta V readout for RCS. Dry center of mass marker. "Average" center of mass marker. Ability to resize editor's overlay markers. Display total mass of resources.", + "author": "m4v", + "version": "0.5.2", + "download": "http://addons.curse.cursecdn.com/files/2217/69/RCSBuildAid_v0.5.2.zip", + "comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.", + "recommends" : [ { "name" : "Toolbar" }, + { "name" : "KSP-AVC" } ], + "install": [ + { + "file" : "RCSBuildAid", + "install_to" : "GameData" + } + ] +} \ No newline at end of file From 50e95205adaf48e3b0cdb8c5e270dde456674eb4 Mon Sep 17 00:00:00 2001 From: Felger Date: Thu, 11 Dec 2014 23:03:50 -0600 Subject: [PATCH 2/2] Update RCSBuildAid-v0.5.2.ckan --- RCSBuildAid-v0.5.2.ckan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RCSBuildAid-v0.5.2.ckan b/RCSBuildAid-v0.5.2.ckan index b708eda8c8..8b2c79b75d 100644 --- a/RCSBuildAid-v0.5.2.ckan +++ b/RCSBuildAid-v0.5.2.ckan @@ -8,7 +8,7 @@ }, "name": "RCS Build Aid", "license": "GPL-3.0", - "abstract": "This is something I made for placing RCS thrusters in the right positions in the first try without having to go back and forth between the VAB and the hacked gravity launchpad. Features: Display thrust and torque forces caused by RCS or engines. Delta V readout for RCS. Dry center of mass marker. "Average" center of mass marker. Ability to resize editor's overlay markers. Display total mass of resources.", + "abstract": "This is something I made for placing RCS thrusters in the right positions in the first try without having to go back and forth between the VAB and the hacked gravity launchpad. Features: Display thrust and torque forces caused by RCS or engines. Delta V readout for RCS. Dry center of mass marker. Average center of mass marker. Ability to resize editor's overlay markers. Display total mass of resources.", "author": "m4v", "version": "0.5.2", "download": "http://addons.curse.cursecdn.com/files/2217/69/RCSBuildAid_v0.5.2.zip", @@ -21,4 +21,4 @@ "install_to" : "GameData" } ] -} \ No newline at end of file +}