Porkworks Habitats
This commit is contained in:
parent
16484f3386
commit
af50c68717
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue