Merge pull request #498 from m4v/master

RCSBuildAid version 0.7
This commit is contained in:
Willhelm Rendahl 2015-05-18 14:15:50 +02:00
commit 0069e861c2
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "RCSBuildAid",
"ksp_version": "1.0.2",
"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.7",
"download": "http://addons.cursecdn.com/files/2238/598/RCSBuildAid_v0.7.zip",
"suggests" : [
{ "name" : "Toolbar" },
{ "name" : "KSP-AVC" }
],
"install": [
{ "file" : "RCSBuildAid", "install_to" : "GameData", "filter" : "Sources" }
]
}