diff --git a/VNG-Parachute-1.2.ckan b/VNG-Parachute-1.2.ckan new file mode 100644 index 0000000000..722228bacc --- /dev/null +++ b/VNG-Parachute-1.2.ckan @@ -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" } + ] +} \ No newline at end of file diff --git a/VNG-Parachute-EVALoading-1.0.ckan b/VNG-Parachute-EVALoading-1.0.ckan new file mode 100644 index 0000000000..8e747bbf3a --- /dev/null +++ b/VNG-Parachute-EVALoading-1.0.ckan @@ -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" } + ] +} \ No newline at end of file diff --git a/VNG-Plugin-0.7.2.ckan b/VNG-Plugin-0.7.2.ckan new file mode 100644 index 0000000000..13d20c6093 --- /dev/null +++ b/VNG-Plugin-0.7.2.ckan @@ -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" + } + ] +} \ No newline at end of file