From b5330923453c559c2723d4ebdeb7d33080fe744a Mon Sep 17 00:00:00 2001 From: Henry Lahman Date: Sat, 28 Feb 2015 02:28:12 -0500 Subject: [PATCH] Update and rename RCSBuildAid to RCSBuildAid/RCSBuildAid-v0.6.1.ckan forked v0.6 and updated version number and download link --- RCSBuildAid/RCSBuildAid-v0.6.1.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RCSBuildAid/RCSBuildAid-v0.6.1.ckan diff --git a/RCSBuildAid/RCSBuildAid-v0.6.1.ckan b/RCSBuildAid/RCSBuildAid-v0.6.1.ckan new file mode 100644 index 0000000000..451e2413a4 --- /dev/null +++ b/RCSBuildAid/RCSBuildAid-v0.6.1.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": 1, + "identifier": "RCSBuildAid", + "ksp_version": "0.90", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/35996" + }, + "name": "RCS Build Aid", + "license": "LGPL-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.6.1", + "download": "http://addons.curse.cursecdn.com/files/2227/867/RCSBuildAid_v0.6.1.zip", + "suggests" : [ { "name" : "Toolbar" }, + { "name" : "KSP-AVC" } ], + "install": [ + { + "file" : "RCSBuildAid", + "install_to" : "GameData" + } + ] +}