Skip to content

Commit

Permalink
Cleanup for recently unfrozen mods (#10330)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Dec 20, 2024
1 parent 7731ccd commit 4ff10d4
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 181 deletions.
37 changes: 14 additions & 23 deletions NetKAN/AntennaRangePatches.netkan
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{
"identifier": "AntennaRangePatches",
"$kref": "#/ckan/spacedock/876",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-SA-4.0",
"depends": [
{ "name": "AntennaRange" },
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "Antennas" }
],
"conflicts": [
{ "name": "AntennaPatch4AntennaRange"},
{ "name": "RemoteTech"}
],
"install": [
{
"find" : "AntennaRangePatches",
"install_to" : "GameData"
}
]
}
identifier: AntennaRangePatches
$kref: '#/ckan/spacedock/876'
$vref: '#/ckan/ksp-avc'
tags:
- config
- comms
conflicts:
- name: AntennaPatch4AntennaRange
- name: RemoteTech
depends:
- name: AntennaRange
- name: ModuleManager
recommends:
- name: Antennas
52 changes: 20 additions & 32 deletions NetKAN/ContractConfigurator-GrandTours.netkan
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
{
"identifier" : "ContractConfigurator-GrandTours",
"$kref" : "#/ckan/spacedock/50",
"$vref" : "#/ckan/ksp-avc",
"release_status" : "stable",
"x_netkan_license_ok" : true,
"x_netkan_epoch" : "1",
"resources" : {
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/102186-121-spacetux-contract-pack-unmanned-contracts-rover-contracts-grand-tours-and-sprite-missions/",
"repository" : "https://github.com/linuxgurugamer/GrandTours"
},
"depends" : [
{ "name": "SpacetuxSA" },
{ "name": "ContractConfigurator" }
],
"install" : [
{
"find" : "Grandtours",
"install_to" : "GameData/ContractPacks/Spacetux"
}
],
"x_netkan_override" : [
{
"version" : "1:0.1.7",
"delete" : [ "ksp_version" ],
"override" : {
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.0.4"
}
}
]
}
identifier: ContractConfigurator-GrandTours
$kref: '#/ckan/spacedock/50'
$vref: '#/ckan/ksp-avc'
x_netkan_epoch: '1'
tags:
- config
- career
depends:
- name: SpacetuxSA
- name: ContractConfigurator
install:
- find: Grandtours
install_to: GameData/ContractPacks/Spacetux
x_netkan_override:
- version: 1:0.1.7
delete:
- ksp_version
override:
ksp_version_min: 1.0.2
ksp_version_max: 1.0.4
41 changes: 16 additions & 25 deletions NetKAN/ContractConfigurator-RoverMissionsRedux.netkan
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
{
"identifier" : "ContractConfigurator-RoverMissionsRedux",
"$kref" : "#/ckan/spacedock/52",
"$vref" : "#/ckan/ksp-avc",
"release_status" : "stable",
"x_netkan_license_ok" : true,
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/129173-/",
"repository" : "https://github.com/linuxgurugamer/RoverContracts"
},
"depends" : [
{ "name": "SpacetuxSA" },
{ "name": "ContractConfigurator", "min_version": "1.9.2.1" },
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "WaypointManager" }
],
"install" : [
{
"find" : "RoverMissions",
"install_to" : "GameData/ContractPacks/Spacetux"
}
]
}
identifier: ContractConfigurator-RoverMissionsRedux

Check warning on line 1 in NetKAN/ContractConfigurator-RoverMissionsRedux.netkan

View workflow job for this annotation

GitHub Actions / Inflate

52977 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager dependency may not be needed, no ModuleManager syntax found
$kref: '#/ckan/spacedock/52'
$vref: '#/ckan/ksp-avc'
tags:
- config
- career
depends:
- name: SpacetuxSA
- name: ContractConfigurator
min_version: 1.9.2.1
- name: ModuleManager
recommends:
- name: WaypointManager
install:
- find: RoverMissions
install_to: GameData/ContractPacks/Spacetux
59 changes: 23 additions & 36 deletions NetKAN/ContractConfigurator-UnmannedContracts.netkan
Original file line number Diff line number Diff line change
@@ -1,36 +1,23 @@
{
"identifier" : "ContractConfigurator-UnmannedContracts",
"$kref" : "#/ckan/spacedock/55",
"$vref" : "#/ckan/ksp-avc",
"release_status" : "stable",
"x_netkan_license_ok" : "true",
"resources" : {
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/102186-121-spacetux-contract-pack-unmanned-contracts-rover-contracts-grand-tours-and-sprite-missions/",
"repository" : "https://github.com/linuxgurugamer/UnmannedContracts"
},
"depends" : [
{ "name": "ContractConfigurator" },
{ "name": "ModuleManager" },
{ "name": "SpacetuxSA" }
],
"install" : [
{
"find" : "UnmannedContracts",
"install_to" : "GameData/ContractPacks/Spacetux"
}
],
"recommends" : [
{ "name": "CoherentContracts" },
{ "name" : "ContractConfigurator-AdvancedProgression" }
],
"x_netkan_override" : [
{
"version" : "0.3.10",
"delete" : [ "ksp_version" ],
"override" : {
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.0.4"
}
}
]
}
identifier: ContractConfigurator-UnmannedContracts

Check warning on line 1 in NetKAN/ContractConfigurator-UnmannedContracts.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4563 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts.dll
$kref: '#/ckan/spacedock/55'
$vref: '#/ckan/ksp-avc'
tags:
- config
- career
depends:
- name: ContractConfigurator
- name: ModuleManager
- name: SpacetuxSA
recommends:
- name: CoherentContracts
- name: ContractConfigurator-AdvancedProgression
install:
- find: UnmannedContracts
install_to: GameData/ContractPacks/Spacetux
x_netkan_override:
- version: 0.3.10
delete:
- ksp_version
override:
ksp_version_min: 1.0.2
ksp_version_max: 1.0.4
61 changes: 26 additions & 35 deletions NetKAN/PersistentDynamicPodNames.netkan
Original file line number Diff line number Diff line change
@@ -1,35 +1,26 @@
{
"identifier" : "PersistentDynamicPodNames",
"name" : "Persistent Dynamic Pod Names",
"abstract" : "Configurable names for pods and ships",
"$kref" : "#/ckan/github/linuxgurugamer/PersistentDynamicPodNames",
"$vref" : "#/ckan/ksp-avc",
"license" : "CC-BY-SA-4.0",
"resources" : {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/142900-*"
},
"tags": [
"plugin",
"convenience"
],
"recommends": [
{ "name": "JanitorsCloset" }
],
"depends": [
{ "name" : "ModuleManager" }
],
"install": [ {
"find" : "PersistentDynamicPodNames",
"install_to": "GameData",
"filter_regexp": "ModuleManager.+\\.dll"
} ],
"x_netkan_override": [
{
"version": "0.1.8",
"delete": [ "ksp_version_min", "ksp_version_max" ],
"override": {
"ksp_version" : "1.3.0"
}
}
]
}
identifier: PersistentDynamicPodNames
abstract: Configurable names for pods and ships
$kref: '#/ckan/github/linuxgurugamer/PersistentDynamicPodNames'
x_netkan_github:
prereleases: false
$vref: '#/ckan/ksp-avc'
license: CC-BY-SA-4.0
resources:
homepage: http://forum.kerbalspaceprogram.com/index.php?/topic/142900-*
tags:
- plugin
- convenience
depends:
- name: ModuleManager
recommends:
- name: JanitorsCloset
x_netkan_override:
- version: 0.1.8
after: avc
delete:
- ksp_version_min
- ksp_version_max
- version: 0.1.8
before: localizations
override:
ksp_version: 1.3.0
47 changes: 17 additions & 30 deletions NetKAN/ZPIF-4-Stock.netkan
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
{
"identifier" : "ZPIF-4-Stock",
"$kref" : "#/ckan/spacedock/616",
"$vref" : "#/ckan/ksp-avc",
"license" : "GPL-3.0",
"depends": [
{ "name": "ModuleManager" },
{ "name": "ZeroPointInlineFairings" },
{ "name" : "AnimatedDecouplers" }
],
"install": [
{
"find" : "0PIF_4_Stock",
"install_to": "GameData"
}
],
"suggests": [
{ "name": "ModularRocketSystem" },
{ "name": "SpaceY-Lifters" },
{ "name": "ColorCodedCans"},
{ "name": "FuelTanksPlus"}
],
"name": "Zero Point Inline Fairings for Stock (no FAR)",
"abstract": "This is a patch which lets ZPIF be used without FAR",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/85178-104revived-zero-point-inline-fairings-v101-2015-06-09",
"repository":"https://github.com/linuxgurugamer/0PIF_4_Stock"
}
}

identifier: ZPIF-4-Stock

Check failure on line 1 in NetKAN/ZPIF-4-Stock.netkan

View workflow job for this annotation

GitHub Actions / Inflate

40686 [1] FATAL CKAN.NetKAN.Program (null) - The operation has timed out.
$kref: '#/ckan/spacedock/616'
$vref: '#/ckan/ksp-avc'
tags:
- config
depends:
- name: ModuleManager
- name: ZeroPointInlineFairings
- name: AnimatedDecouplers
suggests:
- name: ModularRocketSystem
- name: SpaceY-Lifters
- name: ColorCodedCans
- name: FuelTanksPlus
install:
- find: 0PIF_4_Stock
install_to: GameData

0 comments on commit 4ff10d4

Please sign in to comment.