From cf5731958763de2ec5056259e1949ad50fac6e40 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 22 May 2015 10:48:48 +0200 Subject: [PATCH] update and add some mods --- NoOffsetLimits/NoOffsetLimits-2015-05-12.ckan | 22 +++++++++++++++++++ SelectRoot/SelectRoot-2015-05-17.ckan | 2 +- .../WasdEditorCamera-2015-05-20.ckan | 22 +++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 NoOffsetLimits/NoOffsetLimits-2015-05-12.ckan create mode 100644 WasdEditorCamera/WasdEditorCamera-2015-05-20.ckan diff --git a/NoOffsetLimits/NoOffsetLimits-2015-05-12.ckan b/NoOffsetLimits/NoOffsetLimits-2015-05-12.ckan new file mode 100644 index 0000000000..8365daba6e --- /dev/null +++ b/NoOffsetLimits/NoOffsetLimits-2015-05-12.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "identifier": "NoOffsetLimits", + "name": "NoOffsetLimits", + "abstract": "Removes limits for part offset in editor.", + "author": "FW Industries", + "license": "MIT", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/121034" + }, + "version": "2015-05-12", + "ksp_version": "1.0.2", + "download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DNoOffsetLimits%5BMay12%5D.zip", + "install": [ + { + "file": "GameData/NoOffsetLimits", + "install_to": "GameData", + "filter": "source" + } + ] +} diff --git a/SelectRoot/SelectRoot-2015-05-17.ckan b/SelectRoot/SelectRoot-2015-05-17.ckan index a84ea71343..70504c0a3f 100644 --- a/SelectRoot/SelectRoot-2015-05-17.ckan +++ b/SelectRoot/SelectRoot-2015-05-17.ckan @@ -16,7 +16,7 @@ { "file": "GameData/SelectRoot2", "install_to": "GameData", - "filter": "SelectRoot2Behaviour.cs" + "filter": "source" } ] } diff --git a/WasdEditorCamera/WasdEditorCamera-2015-05-20.ckan b/WasdEditorCamera/WasdEditorCamera-2015-05-20.ckan new file mode 100644 index 0000000000..5f88f86941 --- /dev/null +++ b/WasdEditorCamera/WasdEditorCamera-2015-05-20.ckan @@ -0,0 +1,22 @@ +{ + "spec_version": 1, + "identifier": "WasdEditorCamera", + "name": "WasdEditorCamera", + "abstract": "FPS editor controls.", + "author": "FW Industries", + "license": "MIT", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/122297" + }, + "version": "2015-05-20", + "ksp_version": "1.0.2", + "download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DWasdEditorCamera%5BMay20%5D.zip", + "install": [ + { + "file": "GameData/WasdEditorCamera", + "install_to": "GameData", + "filter": "source" + } + ] +}