Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spec versions for supports and license arrays #8966

Merged
merged 1 commit into from Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 34 additions & 30 deletions NetKAN/DistantObject.netkan
@@ -1,30 +1,34 @@
{
"spec_version" : "v1.4",
"identifier" : "DistantObject",
"name" : "Distant Object Enhancement /L",
"abstract" : "Visual enhancement mod that makes objects realistically visible over large distances",
"author" : [ "Rubber Ducky", "MOARdV", "TheDarkBadger", "LisiasT" ],
"$kref" : "#/ckan/spacedock/2274",
"$vref" : "#/ckan/ksp-avc",
"x_netkan_force_v" : true,
"license" : [ "GPL-2.0", "restricted" ],
"release_status" : "stable",
"resources": {
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/205063-*",
"repository" : "https://github.com/net-lisias-ksp/DistantObject",
"license" : "https://raw.githubusercontent.com/net-lisias-ksp/DistantObject/master/LICENSE"
},
"tags": [
"plugin",
"graphics"
],
"install": [ {
"find" : "DistantObject",
"install_to" : "GameData",
"filter" : "PlanetColors.cfg"
} ],
"depends": [
{ "name" : "DistantObject-config" },
{ "name" : "ModuleManager", "min_version" : "3.1.3" }
]
}
spec_version: v1.8
identifier: DistantObject
name: Distant Object Enhancement /L
abstract: >-
Visual enhancement mod that makes objects realistically visible over large
distances
author:
- Rubber Ducky
- MOARdV
- TheDarkBadger
- LisiasT
$kref: '#/ckan/spacedock/2274'
$vref: '#/ckan/ksp-avc'
x_netkan_force_v: true
license:
- GPL-2.0
- restricted
release_status: stable
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/205063-*
repository: https://github.com/net-lisias-ksp/DistantObject
license: >-
https://raw.githubusercontent.com/net-lisias-ksp/DistantObject/master/LICENSE
tags:
- plugin
- graphics
install:
- find: DistantObject
install_to: GameData
filter: PlanetColors.cfg
depends:
- name: DistantObject-config
- name: ModuleManager
min_version: 3.1.3
2 changes: 1 addition & 1 deletion NetKAN/HotSpot.netkan
@@ -1,4 +1,4 @@
spec_version: 1
spec_version: v1.2
identifier: HotSpot
$kref: >-
#/ckan/netkan/https://raw.githubusercontent.com/Apokee/HotSpot/develop/HotSpot.netkan
Expand Down
51 changes: 24 additions & 27 deletions NetKAN/KSP-Recall.netkan
@@ -1,27 +1,24 @@
{
"spec_version" : "v1.2",
"$kref" : "#/ckan/spacedock/2434",
"$vref" : "#/ckan/ksp-avc",
"identifier" : "KSP-Recall",
"name" : "KSP Recall",
"abstract" : "KSP Recall - Solves the resource resetting on KSP 1.9.x, the heading drift on grounded crafts on KSP >= 1.8, and more to come...",
"license" : [ "GPL-2.0", "restricted" ],
"release_status" : "stable",
"x_netkan_force_v" : true,
"author": [
"LisiasT"
],
"install" : [
{
"file" : "GameData/999_KSP-Recall",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "4.0.2" }
],
"tags": [
"plugin",
"library"
]
}
spec_version: v1.8
identifier: KSP-Recall
name: KSP Recall
abstract: >-
KSP Recall - Solves the resource resetting on KSP 1.9.x, the heading drift on
grounded crafts on KSP >= 1.8, and more to come...
$kref: '#/ckan/spacedock/2434'
$vref: '#/ckan/ksp-avc'
license:
- GPL-2.0
- restricted
release_status: stable
x_netkan_force_v: true
author:
- LisiasT
install:
- file: GameData/999_KSP-Recall
install_to: GameData
depends:
- name: ModuleManager
min_version: 4.0.2
tags:
- plugin
- library
77 changes: 40 additions & 37 deletions NetKAN/ModularFuelTanks.netkan
@@ -1,37 +1,40 @@
{
"spec_version" : 1,
"identifier" : "ModularFuelTanks",
"name" : "Modular Fuel Tanks",
"abstract" : "Refit tank with different fuel or other contents",
"description" : "Modular Fuel Tanks allows any supported tank to be filled with exactly how much or how little fuel you want, of whatever type you want (though different tanks may allow or disallow certain fuels; jet fuel tanks won't take oxidizer for instance).",
"author" : ["taniwha", "NathanKell", "Swamp Ig", "ChestBurster", "ialdabaoth"],
"download" : "http://taniwha.org/~bill/ModularFuelTanks_v5.13.1.zip",
"version" : "5.13.1",
"ksp_version_min": "1.8",
"ksp_version_max": "1.9",
"license" : "CC-BY-SA",
"release_status" : "stable",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/58235-*",
"repository" : "https://github.com/NathanKell/ModularFuelSystem"
},
"tags": [
"plugin",
"convenience"
],
"depends": [
{ "name": "ModuleManager" }
],
"supports" : [
{ "name" : "AIESAerospace-Unofficial" },
{ "name" : "FASA" },
{ "name" : "Firespitter" },
{ "name" : "KOSMOS-SSPP" },
{ "name" : "KSPX" },
{ "name" : "KWRocketry" },
{ "name" : "NovaPunch" },
{ "name" : "RLA-Stockalike" },
{ "name" : "SDHI-ServiceModuleSystem" },
{ "name" : "SpaceShuttleEngines" }
]
}
spec_version: v1.2
identifier: ModularFuelTanks
name: Modular Fuel Tanks
abstract: Refit tank with different fuel or other contents
description: >-
Modular Fuel Tanks allows any supported tank to be filled with exactly how
much or how little fuel you want, of whatever type you want (though different
tanks may allow or disallow certain fuels; jet fuel tanks won't take oxidizer
for instance).
author:
- taniwha
- NathanKell
- Swamp Ig
- ChestBurster
- ialdabaoth
download: http://taniwha.org/~bill/ModularFuelTanks_v5.13.1.zip
version: 5.13.1
ksp_version_min: '1.8'
ksp_version_max: '1.9'
license: CC-BY-SA
release_status: stable
resources:
homepage: http://forum.kerbalspaceprogram.com/index.php?/topic/58235-*
repository: https://github.com/NathanKell/ModularFuelSystem
tags:
- plugin
- convenience
depends:
- name: ModuleManager
supports:
- name: AIESAerospace-Unofficial
- name: FASA
- name: Firespitter
- name: KOSMOS-SSPP
- name: KSPX
- name: KWRocketry
- name: NovaPunch
- name: RLA-Stockalike
- name: SDHI-ServiceModuleSystem
- name: SpaceShuttleEngines
45 changes: 19 additions & 26 deletions NetKAN/SpaceXLegs.netkan
@@ -1,26 +1,19 @@
{
"spec_version": 1,
"identifier": "SpaceXLegs",
"$kref": "#/ckan/spacedock/841",
"$vref": "#/ckan/ksp-avc",
"license": "MIT",
"tags": [
"parts"
],
"install": [ {
"file": "KerbalReusabilityExpansion",
"install_to": "GameData"
} ],
"depends": [
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "FMRSContinued" },
{ "name": "Trajectories" }
],
"supports": [
{ "name": "TweakScale" },
{ "name": "RealPlume" },
{ "name": "FerramAerospaceResearch" }
]
}
spec_version: v1.2
identifier: SpaceXLegs
$kref: '#/ckan/spacedock/841'
$vref: '#/ckan/ksp-avc'
license: MIT
tags:
- parts
install:
- file: KerbalReusabilityExpansion
install_to: GameData
depends:
- name: ModuleManager
recommends:
- name: FMRSContinued
- name: Trajectories
supports:
- name: TweakScale
- name: RealPlume
- name: FerramAerospaceResearch
2 changes: 1 addition & 1 deletion NetKAN/SpaceY-Lifters.netkan
@@ -1,4 +1,4 @@
spec_version: 1
spec_version: v1.2
identifier: SpaceY-Lifters
$kref: '#/ckan/spacedock/88'
$vref: '#/ckan/ksp-avc'
Expand Down
58 changes: 31 additions & 27 deletions NetKAN/TweakScale.netkan
@@ -1,27 +1,31 @@
{
"spec_version" : "v1.2",
"identifier" : "TweakScale",
"name" : "TweakScale - Rescale Everything!",
"abstract" : "TweakScale lets you change the size of a part. Not just that, but it will figure out how much fuel is in the resized part. And if it's an engine, it will become more powerful by scaling it bigger, or weaker by scaling it smaller.",
"author" : [ "Biotronic", "pellinor", "LisiasT" ],
"$kref" : "#/ckan/spacedock/127",
"$vref" : "#/ckan/ksp-avc",
"x_netkan_force_v" : true,
"license" : [ "GPL-2.0", "restricted" ],
"release_status" : "stable",
"tags": [
"plugin",
"convenience"
],
"install" : [ {
"file" : "GameData/999_Scale_Redist.dll",
"install_to" : "GameData"
}, {
"file" : "GameData/TweakScale",
"install_to" : "GameData"
} ],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.7.1" },
{ "name" : "KSP-Recall" }
]
}
spec_version: v1.8
identifier: TweakScale
name: TweakScale - Rescale Everything!
abstract: >-
TweakScale lets you change the size of a part. Not just that, but it will
figure out how much fuel is in the resized part. And if it's an engine, it
will become more powerful by scaling it bigger, or weaker by scaling it
smaller.
author:
- Biotronic
- pellinor
- LisiasT
$kref: '#/ckan/spacedock/127'
$vref: '#/ckan/ksp-avc'
x_netkan_force_v: true
license:
- GPL-2.0
- restricted
release_status: stable
tags:
- plugin
- convenience
install:
- file: GameData/999_Scale_Redist.dll
install_to: GameData
- file: GameData/TweakScale
install_to: GameData
depends:
- name: ModuleManager
min_version: 2.7.1
- name: KSP-Recall
56 changes: 28 additions & 28 deletions NetKAN/TweakScaleCompanion-ReStockPlus.netkan
@@ -1,28 +1,28 @@

{
"spec_version" : "v1.2",
"identifier" : "TweakScaleCompanion-ReStockPlus",
"name" : "TweakScale Companion for ReStockPlus",
"abstract" : "Adds TweakScale /L patches for ReStockPlus",
"author" : [ "OnlyLightMatters", "LisiasT" ],
"$kref" : "#/ckan/spacedock/2424",
"$vref" : "#/ckan/ksp-avc",
"x_netkan_force_v" : true,
"release_status" : "stable",
"license" : [ "GPL-2.0", "restricted" ],
"tags": [
"config"
],
"depends": [
{ "name": "ModuleManager", "min_version": "4.0.3" },
{ "name": "TweakScale", "min_version": "2.4.4" },
{ "name": "ReStockPlus", "min_version": "1.0.3" }
],
"suggests": [
{ "name": "RestockRigidLegs" }
],
"install": [ {
"file": "GameData/TweakScaleCompanion/ReStockPlus",
"install_to": "GameData/TweakScaleCompanion"
} ]
}
spec_version: v1.8
identifier: TweakScaleCompanion-ReStockPlus
name: TweakScale Companion for ReStockPlus
abstract: Adds TweakScale /L patches for ReStockPlus
author:
- OnlyLightMatters
- LisiasT
$kref: '#/ckan/spacedock/2424'
$vref: '#/ckan/ksp-avc'
x_netkan_force_v: true
release_status: stable
license:
- GPL-2.0
- restricted
tags:
- config
depends:
- name: ModuleManager
min_version: 4.0.3
- name: TweakScale
min_version: 2.4.4
- name: ReStockPlus
min_version: 1.0.3
suggests:
- name: RestockRigidLegs
install:
- file: GameData/TweakScaleCompanion/ReStockPlus
install_to: GameData/TweakScaleCompanion