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

Advertise install filters in ZeroMiniAVC, fix BetterSRBs name #10230

Merged
merged 2 commits into from
Sep 26, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 14 additions & 24 deletions NetKAN/BetterSRBs.netkan
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
{
"identifier": "BetterSRBs",
"$kref": "#/ckan/github/OhioBob/BetterSRBs",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-ND",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175316-*",
"repository": "https://github.com/OhioBob/BetterSRBs"
},
"tags": [
"plugin",
"parts"
],
"depends": [
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "SmartParts" }
],
"install": [ {
"find": "BetterSRBs",
"install_to": "GameData"
} ]
}
identifier: BetterSRBs

Check warning on line 1 in NetKAN/BetterSRBs.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1276 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/BetterSRBs/Plugins/SigmaTweakMaxResource.dll

Check warning on line 1 in NetKAN/BetterSRBs.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1282 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
name: Better SRBs
$kref: '#/ckan/github/OhioBob/BetterSRBs'
$vref: '#/ckan/ksp-avc'
license: CC-BY-NC-ND
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/175316-*
tags:
- plugin
- parts
depends:
- name: ModuleManager
recommends:
- name: SmartParts
5 changes: 4 additions & 1 deletion NetKAN/ZeroMiniAVC.netkan
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
identifier: ZeroMiniAVC
name: Zero MiniAVC
abstract: Delete/Prune/Disable all MiniAVC
abstract: >-
If you only install mods with CKAN, you do not need this.
To prevent MiniAVC from being installed, go to Settings→Installation filters
and click the Add MiniAVC button
author:
- malah
- linuxgurugamer
Expand Down
Loading