Skip to content

Commit

Permalink
Add GitHub krefs to SpaceDock mods
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 7, 2024
1 parent d315c23 commit 23eb6db
Show file tree
Hide file tree
Showing 345 changed files with 5,204 additions and 3,994 deletions.
47 changes: 25 additions & 22 deletions NetKAN/4kSPExpanded.netkan
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"license": "MIT",
"identifier": "4kSPExpanded",
"x_via": "Automated Linuxgurugamer CKAN script",
"$kref": "#/ckan/spacedock/2554",
"$vref": "#/ckan/ksp-avc",
"conflicts": [ { "name": "4kSP" } ],
"depends": [
{ "name": "ToolbarController" },
{ "name": "ClickThroughBlocker" }
],
"tags": [
"plugin",
"convenience",
"information",
"graphics"
],
"install": [ {
"find":"4ksp",
"install_to": "GameData"
} ]
}
identifier: 4kSPExpanded
$kref: '#/ckan/github/linuxgurugamer/4ksp_Expanded'
$vref: '#/ckan/ksp-avc'
install:
- find: 4ksp
install_to: GameData
---
license: MIT
identifier: 4kSPExpanded
x_via: Automated Linuxgurugamer CKAN script
$kref: '#/ckan/spacedock/2554'
$vref: '#/ckan/ksp-avc'
conflicts:
- name: 4kSP
depends:
- name: ToolbarController
- name: ClickThroughBlocker
tags:
- plugin
- convenience
- information
- graphics
install:
- find: 4ksp
install_to: GameData
4 changes: 4 additions & 0 deletions NetKAN/ALCOR.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
identifier: ALCOR
$kref: '#/ckan/github/FirstPersonKSP/KSP-ALCOR'
$vref: '#/ckan/ksp-avc'
---
identifier: ALCOR
author:
- alexustas
- JonnyOThan
Expand Down
50 changes: 22 additions & 28 deletions NetKAN/AQSS.netkan
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
{
"license": "GPL-3.0",
"identifier": "AQSS",
"x_via": "Automated Linuxgurugamer CKAN script",
"$kref": "#/ckan/spacedock/2475",
"$vref": "#/ckan/ksp-avc",
"depends": [
{
"name": "ToolbarController"
},
{
"name": "ClickThroughBlocker"
},
{
"name": "SpaceTuxLibrary"
}
],
"tags": [
"plugin",
"convenience"
],
"install": [
{
"find": "AutoQuickSaveSystem",
"install_to": "GameData"
}
]
}
identifier: AQSS
$kref: '#/ckan/github/linuxgurugamer/AutoQuickSaveSystem'
$vref: '#/ckan/ksp-avc'
install:
- find: AutoQuickSaveSystem
install_to: GameData
---
license: GPL-3.0
identifier: AQSS
x_via: Automated Linuxgurugamer CKAN script
$kref: '#/ckan/spacedock/2475'
$vref: '#/ckan/ksp-avc'
depends:
- name: ToolbarController
- name: ClickThroughBlocker
- name: SpaceTuxLibrary
tags:
- plugin
- convenience
install:
- find: AutoQuickSaveSystem
install_to: GameData
15 changes: 11 additions & 4 deletions NetKAN/ASETAvionics.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
identifier: ASETAvionics
$kref: '#/ckan/github/StoneBlue/ASET-Consolidated-Avionics'
$vref: '#/ckan/ksp-avc'
install:
- find: ASET
install_to: GameData
---
identifier: ASETAvionics
author:
- alexustas
- StoneBlue
Expand All @@ -11,13 +18,13 @@ tags:
- library
- crewed
- first-person
install:
- find: ASET
install_to: GameData
depends:
- name: ModuleManager
- name: ASETAgency
- name: ASETProps
min_version: '2.0.0'
min_version: 2.0.0
- name: RasterPropMonitor-Core
min_version: 1:v0.30.2
install:
- find: ASET
install_to: GameData
7 changes: 7 additions & 0 deletions NetKAN/ASETProps.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
identifier: ASETProps

Check warning on line 1 in NetKAN/ASETProps.netkan

View workflow job for this annotation

GitHub Actions / Inflate

10809 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/ASET/ASET_Props/Plugin/ASETPropsIdentifier.dll
$kref: '#/ckan/github/StoneBlue/ASET-Consolidated-Props'
$vref: '#/ckan/ksp-avc'
install:
- find: ASET/ASET_Props
install_to: GameData/ASET
---
identifier: ASETProps
author:
- alexustas
- Stone Blue
Expand Down
41 changes: 19 additions & 22 deletions NetKAN/Achievements.netkan
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"identifier" : "Achievements",
"name" : "KSP Achievements",
"abstract" : "145 Achievements you can get playing Kerbal Space Program.",
"$kref" : "#/ckan/spacedock/2422",
"$vref" : "#/ckan/ksp-avc",
"license" : "GPL-3.0",
"tags" : [
"plugin"
],
"install" : [
{
"find": "Achievements",
"install_to": "GameData"
}
],
"depends": [
{ "name" : "ToolbarController" },
{ "name" : "ClickThroughBlocker" },
{ "name": "SpaceTuxLibrary" }
]
}
identifier: Achievements
$kref: '#/ckan/github/linuxgurugamer/Achievements'
$vref: '#/ckan/ksp-avc'
---
identifier: Achievements
name: KSP Achievements
abstract: 145 Achievements you can get playing Kerbal Space Program.
$kref: '#/ckan/spacedock/2422'
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
tags:
- plugin
install:
- find: Achievements
install_to: GameData
depends:
- name: ToolbarController
- name: ClickThroughBlocker
- name: SpaceTuxLibrary
85 changes: 44 additions & 41 deletions NetKAN/AdvancedFlyByWire.netkan
Original file line number Diff line number Diff line change
@@ -1,41 +1,44 @@
{
"identifier": "AdvancedFlyByWire",
"name": "Advanced Fly-By-Wire (Windows)",
"$kref": "#/ckan/spacedock/1869",
"$vref": "#/ckan/ksp-avc",
"license": "MIT",
"release_status": "stable",
"tags": [
"plugin",
"control"
],
"install": [ {
"file": "SDL2.dll",
"install_to": "GameRoot"
}, {
"file": "SDL_LICENSE",
"install_to": "GameRoot"
}, {
"file": "XINPUTDOTNET_LICENSE",
"install_to": "GameRoot"
}, {
"file": "XInputInterface.dll",
"install_to": "GameRoot"
}, {
"file": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
} ],
"provides": [
"AdvancedFlyByWireRevived"
],
"conflicts": [
{ "name": "AdvancedFlyByWireRevived" }
],
"depends": [
{ "name": "ToolbarController" },
{ "name": "ClickThroughBlocker" }
],
"recommends": [
{ "name": "KSP-AVC" }
]
}
identifier: AdvancedFlyByWire
$kref: '#/ckan/github/linuxgurugamer/ksp-advanced-flybywire/asset_match/win'
$vref: '#/ckan/ksp-avc'
install:
- file: SDL2.dll
install_to: GameRoot
- file: SDL_LICENSE
install_to: GameRoot
- file: XINPUTDOTNET_LICENSE
install_to: GameRoot
- file: XInputInterface.dll
install_to: GameRoot
- file: GameData/ksp-advanced-flybywire
install_to: GameData
---
identifier: AdvancedFlyByWire
name: Advanced Fly-By-Wire (Windows)
$kref: '#/ckan/spacedock/1869'
$vref: '#/ckan/ksp-avc'
license: MIT
release_status: stable
tags:
- plugin
- control
provides:
- AdvancedFlyByWireRevived
conflicts:
- name: AdvancedFlyByWireRevived
depends:
- name: ToolbarController
- name: ClickThroughBlocker
recommends:
- name: KSP-AVC
install:
- file: SDL2.dll
install_to: GameRoot
- file: SDL_LICENSE
install_to: GameRoot
- file: XINPUTDOTNET_LICENSE
install_to: GameRoot
- file: XInputInterface.dll
install_to: GameRoot
- file: GameData/ksp-advanced-flybywire
install_to: GameData
44 changes: 23 additions & 21 deletions NetKAN/AirParkContinued.netkan
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"identifier": "AirParkContinued",
"$kref": "#/ckan/spacedock/2661",
"$vref": "#/ckan/ksp-avc",
"license": "GPL-2.0",
"x_netkan_epoch": 1,
"tags": [
"plugin",
"physics"
],
"install": [ {
"find": "AirPark",
"install_to": "GameData"
} ],
"depends": [
{ "name" : "ModuleManager" },
{ "name" : "ToolbarController" },
{ "name" : "ClickThroughBlocker" },
{ "name": "SpaceTuxLibrary" }
]
}
identifier: AirParkContinued
$kref: '#/ckan/github/linuxgurugamer/AirPark'
$vref: '#/ckan/ksp-avc'
install:
- find: AirPark
install_to: GameData
---
identifier: AirParkContinued
$kref: '#/ckan/spacedock/2661'
$vref: '#/ckan/ksp-avc'
license: GPL-2.0
x_netkan_epoch: 1
tags:
- plugin
- physics
depends:
- name: ModuleManager
- name: ToolbarController
- name: ClickThroughBlocker
- name: SpaceTuxLibrary
install:
- find: AirPark
install_to: GameData
14 changes: 14 additions & 0 deletions NetKAN/ArtemisConstructionKit.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
identifier: ArtemisConstructionKit

Check warning on line 1 in NetKAN/ArtemisConstructionKit.netkan

View workflow job for this annotation

GitHub Actions / Inflate

9073 [1] WARN CKAN.NetKAN.Transformers.AvcTransformer (null) - Error fetching remote version file https://raw.githubusercontent.com/JadeOfMaar/PlumeParty/master/Version/PlumeParty.version: The remote server returned an error: (404) Not Found.

Check warning on line 1 in NetKAN/ArtemisConstructionKit.netkan

View workflow job for this annotation

GitHub Actions / Inflate

26553 [1] WARN CKAN.NetKAN.Validators.VrefValidator (null) - $vref is not ksp-avc, version file present: Benjee10_Orion_v1.4.0/GameData/Benjee10_Orion/Booster/FX/PlumeParty/Version/PlumeParty.version
$kref: '#/ckan/github/benjee10/Benjee10_Orion'
x_netkan_version_edit:
find: ^v
replace: ''
strict: false
$vref: '#/ckan/ksp-avc'
install:
- find: Benjee10_Orion
install_to: GameData
- find: Craft Files
install_to: Ships
as: VAB
---
identifier: ArtemisConstructionKit
$kref: '#/ckan/spacedock/3098'
license: restricted
tags:
Expand Down
11 changes: 10 additions & 1 deletion NetKAN/AtmosphericBeatsKSRSSconfigforEVEVolumetrics.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
identifier: AtmosphericBeatsKSRSSconfigforEVEVolumetrics
$kref: '#/ckan/github/atmosphericbeats/atmosphericbeats_eveconfig_ksrss'
x_netkan_version_edit:
find: ^v
replace: ''
strict: false
install:
- find: AtmosphericBeats
install_to: GameData
---
identifier: AtmosphericBeatsKSRSSconfigforEVEVolumetrics
$kref: '#/ckan/spacedock/3343'
license: MIT
tags:
Expand All @@ -9,4 +19,3 @@ depends:
install:
- find: AtmosphericBeats
install_to: GameData
x_via: Automated SpaceDock CKAN submission
25 changes: 15 additions & 10 deletions NetKAN/AutoLoadGame.netkan
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"identifier": "AutoLoadGame",
"$kref": "#/ckan/spacedock/832",
"$vref": "#/ckan/ksp-avc",
"license": "MIT",
"tags": [
"plugin",
"convenience"
]
}
identifier: AutoLoadGame
$kref: '#/ckan/github/allista/AutoLoadGame'
x_netkan_version_edit:
find: ^v
replace: ''
strict: false
$vref: '#/ckan/ksp-avc'
---
identifier: AutoLoadGame
$kref: '#/ckan/spacedock/832'
$vref: '#/ckan/ksp-avc'
license: MIT
tags:
- plugin
- convenience
Loading

0 comments on commit 23eb6db

Please sign in to comment.