Merge pull request #186 from legolegs/VanguardTechnologies

Added Vanguard Technologies EVA Parachutes.
This commit is contained in:
Alexander Dzhoganov 2014-12-26 18:27:27 +02:00
commit 0088bb253d
3 changed files with 72 additions and 0 deletions

25
VNG-Parachute-1.2.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version" : "v1.4",
"name" : "EVA Parachutes",
"abstract" : "Vanguard Technologies EVA Parachutes",
"description" : "For the ejection module, use the abort action group. For the parachute box, get near on EVA and use the context menu. To deploy parachutes, either use the context menu or press Jump and Use (Space+F unless you remapped the keys).",
"identifier" : "VNG-Parachute",
"download" : "https://dl.dropboxusercontent.com/u/82912977/Vanguard/VNG-Parachute_1.2.zip",
"license" : "restricted",
"comment" : "License is CC BY except for the parachute model, ask CardBoardBoxProcessor if you want to use it for anything, he made it.",
"version" : "1.2",
"release_status" : "stable",
"author" : ["Kreuzung", "CardBoardBoxProcessor"],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/25305"
},
"install" : [
{
"file" : "VNG-Parachute/GameData/VNG",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "VNG-Plugin" }
]
}

View File

@ -0,0 +1,25 @@
{
"spec_version" : "v1.4",
"name" : "EVA Parachutes by default",
"abstract" : "All kerbals have parachutes equipped from start",
"description" : "EVA Parachutes by default without using parachute boxes. To deploy parachutes, either use the context menu or press Jump and Use (Space+F unless you remapped the keys).",
"identifier" : "VNG-Parachute-EVALoading",
"download" : "https://www.dropbox.com/s/4ddtr2f3y88t5hk/EVALoading.zip?dl=1",
"license" : "public-domain",
"comment" : "actual licensing wording was more like WTFPL",
"version" : "1.0",
"release_status" : "stable",
"author" : "Fel",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/25305?p=442982&viewfull=1#post442982"
},
"install" : [
{
"file" : "EVAParachutes.dll",
"install_to" : "GameData/VNG"
}
],
"depends" : [
{ "name" : "VNG-Parachute" }
]
}

22
VNG-Plugin-0.7.2.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version" : "v1.4",
"name" : "Vanguard Technologies Core",
"abstract" : "Vanguard Technologies Plugin",
"identifier" : "VNG-Plugin",
"download" : "https://dl.dropboxusercontent.com/u/82912977/Vanguard/VNG-Plugin_0.7.2.zip",
"license" : "CC-BY",
"version" : "0.7.2",
"release_status" : "stable",
"ksp_version_max": "0.90",
"author" : "Kreuzung",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/25305",
"manual" : "http://tinyurl.com/VNG-Documentation"
},
"install" : [
{
"file" : "VNG-Plugin/GameData/VNG",
"install_to" : "GameData"
}
]
}