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 Rescaled from SpaceDock #9920

Merged
merged 12 commits into from
Feb 14, 2024
28 changes: 28 additions & 0 deletions NetKAN/TweakScaleRescaled-Redist.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
spec_version: v1.18

Check warning on line 1 in NetKAN/TweakScaleRescaled-Redist.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3182 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/999_Scale_Redist.dll
identifier: TweakScaleRescaled-Redist
name: TweakScale Rescaled Redistributable
abstract: >-
Provides a mechanism for other mods to interact with TweakScaleRescaled.
This plugin has no overhead when TweakScaleRescaled is not installed.
$kref: '#/ckan/spacedock/3514'
$vref: '#/ckan/ksp-avc/GameData/999_Scale_Redist.version'
release_status: stable
license: CC-BY-NC-SA
author:
- Biotronic
- pellinor
- JonnyOThan
tags:
- plugin
- library
recommends:
- name: TweakScaleRescaled
conflicts:
- name: TweakScale-Redist
provides:
- TweakScale-Redist
install:
- file: GameData/999_Scale_Redist.dll
install_to: GameData
- file: GameData/999_Scale_Redist.version
install_to: GameData
15 changes: 15 additions & 0 deletions NetKAN/TweakScaleRescaled-SafetyNet.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
spec_version: v1.18

Check warning on line 1 in NetKAN/TweakScaleRescaled-SafetyNet.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1973 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/TSSafetyNet/TweakScaleSafetyNet.dll
identifier: TweakScaleRescaled-SafetyNet
name: TweakScale Rescaled SafetyNet
abstract: >-
Attempts to prevent data loss when TweakScale
has been removed from an install.
$kref: '#/ckan/spacedock/3514'
$vref: '#/ckan/ksp-avc/GameData/TSSafetyNet/TweakScaleSafetyNet.version'
release_status: stable
license: CC-BY-NC-SA
tags:
- plugin
install:
- file: GameData/TSSafetyNet
install_to: GameData
30 changes: 30 additions & 0 deletions NetKAN/TweakScaleRescaled.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
spec_version: v1.18

Check warning on line 1 in NetKAN/TweakScaleRescaled.netkan

View workflow job for this annotation

GitHub Actions / Inflate

2244 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/TweakScale/plugins/Scale.dll, GameData/TweakScale/plugins/TweakScale_Waterfall.dll
identifier: TweakScaleRescaled
name: TweakScale Rescaled
$kref: '#/ckan/spacedock/3514'
$vref: '#/ckan/ksp-avc/GameData/TweakScale/TweakScale.version'
release_status: testing
license: CC-BY-NC-SA
author:
- Biotronic
- pellinor
- JonnyOThan
tags:
- plugin
- convenience
depends:
- name: Harmony2
min_version: 2.2
- name: ModuleManager
- name: TweakScaleRescaled-Redist
recommends:
- name: TweakScaleRescaled-SafetyNet
- name: KSPCommunityFixes
conflicts:
- name: TweakScale
- name: TweakScaleCompanion
provides:
- TweakScale
install:
- file: GameData/TweakScale
install_to: GameData
Loading