Merge pull request #133 from puetzk/master

New versions of KAS, PreciseNode, RCSBuildAid
This commit is contained in:
Alexander Dzhoganov 2014-12-18 10:26:09 +02:00
commit 094e1e775d
4 changed files with 64 additions and 0 deletions

15
KAS-0.4.10.ckan Normal file
View File

@ -0,0 +1,15 @@
{
"spec_version" : 1,
"name" : "Kerbal Attachment System",
"identifier" : "KAS",
"abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.",
"download" : "http://kerbal.curseforge.com/ksp-mods/223900-kerbal-attachment-system-kas/files/2222185/download",
"license" : "restricted",
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
"version" : "0.4.10",
"release_status" : "stable",
"ksp_version" : "0.90",
"depends" : [
{"name" : "ModuleManager"}
]
}

View File

@ -3,6 +3,7 @@
"name" : "Precise Node",
"identifier" : "PreciseNode",
"abstract" : "Provides a more precise widget for maneuver node editing",
"author" : "blizzy78",
"download" : "http://blizzy.de/precise-node/PreciseNode-1.1.1.zip",
"license" : "BSD-2-clause",
"version" : "1.1.1",

25
PreciseNode-1.1.2.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Precise Node",
"identifier" : "PreciseNode",
"abstract" : "Provides a more precise widget for maneuver node editing",
"author" : "blizzy78",
"download" : "http://blizzy.de/precise-node/PreciseNode-1.1.2.zip",
"license" : "BSD-2-clause",
"version" : "1.1.2",
"release_status" : "stable",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/47863-0-25-0-Precise-Node-1-1-1-Precisely-edit-your-maneuver-nodes",
"github" : {
"url" : "https://github.com/blizzy78/ksp-precisenode",
"releases" : true
}
},
"install" : [
{
"file" : "PreciseNode-1.1.2/GameData/PreciseNode",
"install_to" : "GameData"
}
]
}

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"
}
]
}