NBody Orbit Manipulation

Tested, installs correctly.
This commit is contained in:
Felger 2014-11-22 03:07:06 -06:00
parent 3262f1a4ed
commit 06fd6a2359
1 changed files with 22 additions and 0 deletions

22
NBody.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "NBody",
"ksp_version": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/70881-0-25-Orbit-Manipulator-Series-(Updated-March-12-2014)"
},
"name": "Orbit Manipulator Series",
"license": "MIT",
"abstract": "Ion Engines in time warp, Atmospheric decay in time warp, simple N-Body dynamics",
"author": "HoneyFox",
"version": "0.0",
"download": "https://www.dropbox.com/s/w8sgzy4q7gdlops/NBody.zip?dl=1",
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"install": [
{
"file" : "NBody",
"install_to" : "GameData"
}
]
}