Merge pull request #845 from m4v/master

RCSBuildAid and ShowFPS update
This commit is contained in:
Arne 2015-12-03 01:49:32 +01:00
commit e3f4073c0d
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"spec_version": "v1.4",
"identifier": "RCSBuildAid",
"ksp_version_min": "1.0.2",
"ksp_version_max": "1.0.5",
"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",
"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.4",
"download": "http://kerbal.curseforge.com/projects/rcs-build-aid/files/2269056/download",
"supports" : [
{ "name" : "Toolbar" },
{ "name" : "KSP-AVC" }
],
"install": [
{ "file" : "RCSBuildAid", "install_to" : "GameData", "filter" : "Sources" }
]
}

21
ShowFPS/ShowFPS-v1.0.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": "v1.4",
"identifier": "ShowFPS",
"resources":
{
"homepage": "http://www.curse.com/ksp-mods/kerbal/220663-showfps"
},
"name": "Show FPS",
"license": "LGPL-3.0",
"abstract": "Simple framerate counter, enable with F8.",
"author": "m4v",
"version": "1.0",
"download": "http://kerbal.curseforge.com/projects/showfps/files/2269020/download",
"install": [
{
"file" : "ShowFPS",
"install_to" : "GameData",
"filter" : "Sources"
}
]
}