ALCOR CKAN
This commit is contained in:
parent
59c33ce25f
commit
16484f3386
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "AIESAerospace-Unofficial",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/35383-0-23-AIES-Aerospace-v1-5-1"
|
||||
},
|
||||
"name": "AIES Aerospace",
|
||||
"license": "restricted",
|
||||
"abstract": "The AIES project is a set pieces to make almost any type of mission, more than 80 pieces so far, engine, fuel tank of any size, Pods, fixed solar panels, SAS, rcs tank, landing legs among others. ",
|
||||
"author": "carmics",
|
||||
"version": "1.5.1",
|
||||
"download": "https://www.dropbox.com/s/f7ieikhe8ivmrvd/AIES_Aerospace151.zip?dl=1",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"install": [
|
||||
{
|
||||
"file" : "AIES_Aerospace",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ALCOR-AdvancedIVA",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/54925-WIP-ALCOR-Advanced-Landing-Capsule-for-Orbital-Rendezvous-by-ASET-%28UPD-30-06-2014%29"
|
||||
},
|
||||
"name" : "ALCOR Capsule Advanced IVA",
|
||||
"license" : "CC-BY-NC-SA-3.0",
|
||||
"abstract" : "IVA Config and external camera for ALCOR Capsule.",
|
||||
"author" : "alexustas",
|
||||
"version" : "0.9",
|
||||
"download" : "https://www.dropbox.com/s/6qgj2zuni83hbla/ALCOR_IVA_Patch_0.9.zip?dl=1",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [
|
||||
{"name" : "RasterPropMonitor" },
|
||||
{"name" : "ALCOR"}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file" : "Gamedata/ASET",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ALCOR-Props",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/54925-WIP-ALCOR-Advanced-Landing-Capsule-for-Orbital-Rendezvous-by-ASET-%28UPD-30-06-2014%29"
|
||||
},
|
||||
"name" : "ALCOR Capsule IVA Props",
|
||||
"license" : "CC-BY-NC-SA-3.0",
|
||||
"abstract" : "Props library for ALCOR capsule.",
|
||||
"author" : "alexustas",
|
||||
"version" : "0.9",
|
||||
"download" : "https://www.dropbox.com/s/e40b9vniue0wa91/ASET_Props_1.0.2.zip?dl=1",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [
|
||||
{"name" : "RasterPropMonitor" },
|
||||
{"name" : "ALCOR"}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file" : "ASET_Props",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ALCOR",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/54925-WIP-ALCOR-Advanced-Landing-Capsule-for-Orbital-Rendezvous-by-ASET-%28UPD-30-06-2014%29"
|
||||
},
|
||||
"name" : "ALCOR Capsule",
|
||||
"license" : "CC-BY-NC-SA-3.0",
|
||||
"abstract" : "Loosely inspired by the Apollo landing module, uses a lightweight frame-based design with very thin walls. It is meant to be used for both single-stage and two-stage vacuum landers.",
|
||||
"author" : "alexustas",
|
||||
"version" : "0.9",
|
||||
"download" : "https://www.dropbox.com/s/qob922ayjxvsug5/ALCOR_Capsule_0.9.zip?dl=1",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [ {"name" : "RasterPropMonitor" } ],
|
||||
"recommends": [
|
||||
{"name" : "ALCOR-AdvancedIVA" },
|
||||
{"name" : "ALCOR-Props" }
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file" : "Gamedata/ASET",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue