NetKAN generated mods - RCSBuildAidCont-1-0.10.0
This commit is contained in:
parent
b59c548575
commit
b77d215706
|
@ -4,6 +4,9 @@
|
||||||
"name": "RCS Build Aid Continued",
|
"name": "RCS Build Aid Continued",
|
||||||
"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": "linuxgurugamer",
|
"author": "linuxgurugamer",
|
||||||
|
"version": "1:0.10.0",
|
||||||
|
"ksp_version_min": "1.8.0",
|
||||||
|
"ksp_version_max": "1.8.1",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/166546-*",
|
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/166546-*",
|
||||||
|
@ -13,9 +16,10 @@
|
||||||
"manual": "https://github.com/linuxgurugamer/RCSBuildAid/blob/master/README.asciidoc",
|
"manual": "https://github.com/linuxgurugamer/RCSBuildAid/blob/master/README.asciidoc",
|
||||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/RCS_Build_Aid_Continued/RCS_Build_Aid_Continued-1508156389.387947.png"
|
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/RCS_Build_Aid_Continued/RCS_Build_Aid_Continued-1508156389.387947.png"
|
||||||
},
|
},
|
||||||
"version": "1:0.10.0",
|
"tags": [
|
||||||
"ksp_version_min": "1.8.0",
|
"plugin",
|
||||||
"ksp_version_max": "1.8.1",
|
"information"
|
||||||
|
],
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ToolbarController"
|
"name": "ToolbarController"
|
||||||
|
@ -48,9 +52,5 @@
|
||||||
"sha256": "C7A9A881801CCFCEB1F3DEFEEC8F78BF9F4D7116200C235B5A0DA01A1857C0BE"
|
"sha256": "C7A9A881801CCFCEB1F3DEFEEC8F78BF9F4D7116200C235B5A0DA01A1857C0BE"
|
||||||
},
|
},
|
||||||
"download_content_type": "application/zip",
|
"download_content_type": "application/zip",
|
||||||
"tags": [
|
|
||||||
"plugin",
|
|
||||||
"information"
|
|
||||||
],
|
|
||||||
"x_generated_by": "netkan"
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue