commit
3424c47d1e
|
@ -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" }
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version" : "v1.2",
|
||||
"spec_version" : "v1.4",
|
||||
"identifier" : "ReflectionPlugin",
|
||||
"name" : "Reflection Plugin for KSP",
|
||||
"license" : "public-domain",
|
||||
|
@ -9,5 +9,6 @@
|
|||
"ksp_version_min" : "0.24.2",
|
||||
"download" : "https://github.com/Starwaster/Reflection-Plugin-Continued/blob/Dev/ReflectionPlugin.DEV.1.2.zip?raw=true",
|
||||
"install" : [ { "file" : "ReflectionPlugin.dll",
|
||||
"install_to" : "GameData/FASA/Plugins"}]
|
||||
}
|
||||
"install_to" : "GameData/FASA/Plugins"}],
|
||||
"resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/70089"}
|
||||
}
|
||||
|
|
|
@ -23,5 +23,6 @@
|
|||
"download": "https://kerbalstuff.com/mod/228/Zero-Point%20Inline%20Fairings%20Lite/download/0.8",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2750307,
|
||||
"ksp_version_min": "0.25.0"
|
||||
"ksp_version_min": "0.25.0",
|
||||
"ksp_version_max": "0.90"
|
||||
}
|
|
@ -24,5 +24,6 @@
|
|||
"download": "https://kerbalstuff.com/mod/228/Zero-Point%20Inline%20Fairings%20Lite/download/0.9",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2744066,
|
||||
"ksp_version_min": "0.90.0"
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90"
|
||||
}
|
||||
|
|
|
@ -23,5 +23,6 @@
|
|||
"download": "https://kerbalstuff.com/mod/196/Zero%20Point%20Inline%20Fairings/download/0.8.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2813091,
|
||||
"ksp_version_min": "0.25.0"
|
||||
"ksp_version_min": "0.25.0",
|
||||
"ksp_version_max": "0.90"
|
||||
}
|
|
@ -24,5 +24,6 @@
|
|||
"download": "https://kerbalstuff.com/mod/196/Zero%20Point%20Inline%20Fairings/download/0.9.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2807064,
|
||||
"ksp_version_min": "0.90.0"
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90"
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@
|
|||
"download": "https://kerbalstuff.com/mod/196/Zero%20Point%20Inline%20Fairings/download/0.9",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2806716,
|
||||
"ksp_version_min": "0.90.0"
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90"
|
||||
}
|
Loading…
Reference in New Issue