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

Add TweakScale-Redist as dependency to PhotonSailor #9820

Merged
merged 2 commits into from
Oct 23, 2023
Merged
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
55 changes: 26 additions & 29 deletions NetKAN/PhotonSailor.netkan
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{
"spec_version": "v1.4",
"identifier": "PhotonSailor",
"name": "Photon Sailor",
"$kref": "#/ckan/spacedock/1895",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-3.0",
"tags": [
"plugin",
"parts",
"physics"
],
"install": [ {
"find": "PhotonSail",
"install_to": "GameData"
} ],
"depends": [
{ "name": "InterstellarRedistributable" },
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "PersistentRotation" },
{ "name": "KSPInterstellarExtended", "min_version" : "1.19.3" },
{ "name": "SolarSailNavigator" },
{ "name": "TexturesUnlimited" },
{ "name": "TweakScale" },
{ "name": "CommunityTechTree", "min_version" : "1:3.3.2" }
]
}
spec_version: v1.4

Check warning on line 1 in NetKAN/PhotonSailor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3183 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/PhotonSail/Plugins/PhotonSail.dll
identifier: PhotonSailor
name: Photon Sailor
$kref: '#/ckan/spacedock/1895'
$vref: '#/ckan/ksp-avc'
license: CC-BY-NC-3.0
tags:
- plugin
- parts
- physics
install:
- find: PhotonSail
install_to: GameData
depends:
- name: InterstellarRedistributable
- name: ModuleManager
- name: TweakScale-Redist
recommends:
- name: PersistentRotation
- name: KSPInterstellarExtended
min_version: 1.19.3
- name: SolarSailNavigator
- name: TexturesUnlimited
- name: TweakScale
- name: CommunityTechTree
min_version: 1:3.3.2
Loading