Porkworks Habitats

This commit is contained in:
Felger 2014-11-24 21:46:44 -06:00
parent 16484f3386
commit af50c68717
4 changed files with 23 additions and 79 deletions

View File

@ -1,26 +0,0 @@
{
"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"
}
]
}

View File

@ -1,26 +0,0 @@
{
"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"
}
]
}

View File

@ -1,27 +0,0 @@
{
"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"
}
]
}

23
PorkjetHabitats-v0.4.ckan Normal file
View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "PorkjetHabitats",
"ksp_version": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/64442-Habitat-Pack"
},
"name": "Habitat Pack",
"license": "restricted",
"abstract": "This pack provides a variety of habitat modules and base building parts to give players the ability to colonize space in a more realistic way.",
"author": "Porkjet",
"version": "0.4",
"download": "https://www.dropbox.com/s/7rfuu6ott8j5bl7/Habitat%20Pack.zip?dl=1",
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"depends" : [ {"name" : "FirespitterCore" } ],
"install": [
{
"file" : "GameData/HabitatPack",
"install_to" : "GameData"
}
]
}