"NetKAN generated mods - RCSBuildAid-0.7.7-14"
This commit is contained in:
parent
204cd29b90
commit
a918e7025f
|
@ -1,31 +1,41 @@
|
||||||
{
|
{
|
||||||
"spec_version": "v1.4",
|
"spec_version": "v1.4",
|
||||||
"identifier": "RCSBuildAid",
|
"identifier": "RCSBuildAid",
|
||||||
"ksp_version_min": "1.1.0",
|
|
||||||
"ksp_version_max": "1.1.0",
|
|
||||||
"resources":
|
|
||||||
{
|
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/35996",
|
|
||||||
"manual": "https://github.com/m4v/RCSBuildAid/blob/master/README.asciidoc",
|
|
||||||
"repository": "https://github.com/m4v/RCSBuildAid",
|
|
||||||
"bugtracker": "https://github.com/m4v/RCSBuildAid/issues"
|
|
||||||
},
|
|
||||||
"name": "RCS Build Aid",
|
"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.",
|
"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",
|
"author": "m4v",
|
||||||
|
"license": "LGPL-3.0",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/35996",
|
||||||
|
"repository": "https://github.com/m4v/RCSBuildAid",
|
||||||
|
"bugtracker": "https://github.com/m4v/RCSBuildAid/issues",
|
||||||
|
"manual": "https://github.com/m4v/RCSBuildAid/blob/master/README.asciidoc"
|
||||||
|
},
|
||||||
"version": "0.7.7-14",
|
"version": "0.7.7-14",
|
||||||
"release-status": "development",
|
"ksp_version_min": "1.1.0",
|
||||||
"download": "http://addons-origin.cursecdn.com/files/2292/475/RCSBuildAid_v0.7.7-14-g74c9da7.zip",
|
"ksp_version_max": "1.1.0",
|
||||||
"supports" : [
|
"supports": [
|
||||||
{ "name" : "Toolbar" },
|
{
|
||||||
{ "name" : "KSP-AVC" }
|
"name": "Toolbar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "KSP-AVC"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file" : "RCSBuildAid",
|
"file": "RCSBuildAid",
|
||||||
"install_to" : "GameData",
|
"install_to": "GameData",
|
||||||
"filter" : "Sources"
|
"filter": "Sources"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"download": "http://addons-origin.cursecdn.com/files/2292/475/RCSBuildAid_v0.7.7-14-g74c9da7.zip",
|
||||||
|
"download_size": 116760,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "012AAD8877E0AAA782B92DAB78F5A793B569CCB1",
|
||||||
|
"sha256": "C7F9B551B703EB89B406E8C86BCC371F24448A76D024A6544E447F8D7F17CCF8"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"release-status": "development",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue