New version: RCSBuildAid 0.5.3 for KSP 0.90

License corrected - it's LGPLv3, not GPLv3
Dropped toolbar and AVC from recommends to suggests. I don't think either of these should be on by default anymore
 * RCS build aid will also use the stock AppLauncher if place of toolbar
 * AVC is a bit redundant for someone using CKAN.
Removed comment about who wrote the .ckan file; Felger and I now share blame and git will have to keep it straight
This commit is contained in:
Kevin Puetz 2014-12-17 23:07:47 -06:00
parent 29de061c27
commit 9b10c9aa5a
1 changed files with 23 additions and 0 deletions

23
RCSBuildAid-v0.5.3.ckan Normal file
View File

@ -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.5.3",
"download": "http://addons.curse.cursecdn.com/files/2222/214/RCSBuildAid_v0.5.3.zip",
"suggests" : [ { "name" : "Toolbar" },
{ "name" : "KSP-AVC" } ],
"install": [
{
"file" : "RCSBuildAid",
"install_to" : "GameData"
}
]
}