From c169cc60a14f33952670853d05d61c6aa272eff9 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Mon, 10 Nov 2014 21:45:45 -0500 Subject: [PATCH] Add preliminary Vessel View files --- VesselView-UI-RasterPropMonitor-v0.6.ckan | 50 +++++++++++++++++++++++ VesselView-UI-Toolbar-v0.6.ckan | 38 +++++++++++++++++ VesselView-v0.6.ckan | 39 ++++++++++++++++++ 3 files changed, 127 insertions(+) create mode 100644 VesselView-UI-RasterPropMonitor-v0.6.ckan create mode 100644 VesselView-UI-Toolbar-v0.6.ckan create mode 100644 VesselView-v0.6.ckan diff --git a/VesselView-UI-RasterPropMonitor-v0.6.ckan b/VesselView-UI-RasterPropMonitor-v0.6.ckan new file mode 100644 index 0000000000..8f12cf3210 --- /dev/null +++ b/VesselView-UI-RasterPropMonitor-v0.6.ckan @@ -0,0 +1,50 @@ +{ + "spec_version": 1, + "name": "Vessel Viewer - UI - RasterPropMonitor", + "identifier": "VesselView-UI-RasterPropMonitor", + "author": "PeteTimesSix", + "abstract": "A RasterPropMonitor-based UI for Vessel Viewer", + "license": "MIT", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/80581", + "repository": "https://github.com/PeteTimesSix/VesselViewer", + "manual" : "https://github.com/PeteTimesSix/VesselViewer/wiki" + }, + "depends": [ + { + "name": "VesselView" + }, + { + "name": "ModuleManager" + }, + { + "name": "RasterPropMonitor-Core" + } + ], + "recommends": [ + { + "name": "RasterPropMonitor" + } + ], + "provides" : [ "VesselView-UI" ], + "comment" : "Providing but not conflicting is deliberate, as both UIs can be installed at the same time.", + "install": [ + { + "file": "VesselView/Patches", + "install_to": "GameData" + }, + { + "file": "VesselView/Plugins/VesselViewRPM.dll", + "install_to": "GameData" + }, + { + "file": "VesselView/Plugins/VVPartSelector.dll", + "install_to": "GameData" + } + ], + "version": "v0.6", + "download": "https://dl.dropbox.com/s/odezb7nj3gb03xa/VVComplete.zip?dl=1", + "ksp_version_min": "0.24.2", + "ksp_version_max": "0.25" +} \ No newline at end of file diff --git a/VesselView-UI-Toolbar-v0.6.ckan b/VesselView-UI-Toolbar-v0.6.ckan new file mode 100644 index 0000000000..014c0098a7 --- /dev/null +++ b/VesselView-UI-Toolbar-v0.6.ckan @@ -0,0 +1,38 @@ +{ + "spec_version": 1, + "name": "Vessel Viewer - UI - Toolbar", + "identifier": "VesselView-UI-Toolbar", + "author": "PeteTimesSix", + "abstract": "A Toolbar-based UI for Vessel Viewer", + "license": "MIT", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/80581", + "repository": "https://github.com/PeteTimesSix/VesselViewer", + "manual" : "https://github.com/PeteTimesSix/VesselViewer/wiki" + }, + "depends": [ + { + "name": "VesselView" + }, + { + "name": "Toolbar" + } + ], + "provides" : [ "VesselView-UI" ], + "comment" : "Providing but not conflicting is deliberate, as both UIs can be installed at the same time.", + "install" : [ + { + "file": "VesselView/Textures", + "install_to": "GameData" + }, + { + "file": "VesselView/Plugins/VesselViewPlugin.dll", + "install_to": "GameData" + } + ], + "version": "v0.6", + "download": "https://dl.dropbox.com/s/odezb7nj3gb03xa/VVComplete.zip?dl=1", + "ksp_version_min": "0.24.2", + "ksp_version_max": "0.25" +} \ No newline at end of file diff --git a/VesselView-v0.6.ckan b/VesselView-v0.6.ckan new file mode 100644 index 0000000000..54dfadb24e --- /dev/null +++ b/VesselView-v0.6.ckan @@ -0,0 +1,39 @@ +{ + "spec_version": 1, + "name": "Vessel Viewer", + "identifier": "VesselView", + "author": "PeteTimesSix", + "abstract": "3D informational display of current vessel", + "license": "MIT", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/80581", + "repository": "https://github.com/PeteTimesSix/VesselViewer", + "manual" : "https://github.com/PeteTimesSix/VesselViewer/wiki" + }, + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "VesselView-UI" + } + ], + "install": [ + { + "file": "VesselView", + "filter": [ + "Patches", + "Textures", + "VesselViewRPM.dll", + "VesselViewPlugin.dll", + "VVPartSelector.dll" + ], + "install_to": "GameData" + } + ], + "version": "v0.6", + "download": "https://dl.dropbox.com/s/odezb7nj3gb03xa/VVComplete.zip?dl=1", + "ksp_version_min": "0.24.2", + "ksp_version_max": "0.25" +} \ No newline at end of file