-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetKAN added mod - TestFlight-v2.6.2.0
- Loading branch information
1 parent
dc9387a
commit 8aa766c
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"spec_version": "v1.2", | ||
"identifier": "TestFlight", | ||
"name": "Test Flight", | ||
"abstract": "Flight Testing of your space hardware in KSP! Fly your parts to gain flight data and make them more reliable and less likely to fail. THIS IS THE PLUGIN ONLY. You will need a TestFlight Config pack in order for any parts to actually be controlled by TestFlight.", | ||
"author": [ | ||
"Agathorn", | ||
"KSP-RO Group" | ||
], | ||
"version": "v2.6.2.0", | ||
"ksp_version_min": "1.12.0", | ||
"ksp_version_max": "1.12.99", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"release_status": "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/99043-*", | ||
"repository": "https://github.com/KSP-RO/TestFlight", | ||
"bugtracker": "https://github.com/KSP-RO/TestFlight/issues", | ||
"remote-avc": "http://ksp-avc.cybutek.net/version.php?id=118" | ||
}, | ||
"tags": [ | ||
"plugin" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "TestFlightConfig" | ||
}, | ||
{ | ||
"name": "ContractConfigurator" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"file": "GameData/TestFlight", | ||
"install_to": "GameData" | ||
} | ||
], | ||
"download": "https://github.com/KSP-RO/TestFlight/releases/download/v2.6.2.0/TestFlight-v2.6.2.0.zip", | ||
"download_size": 127489, | ||
"download_hash": { | ||
"sha1": "E015545606F99C6CDE80A0C9321C4206EE0DBA63", | ||
"sha256": "E04F8FF7BD04151587EA1B18B462E63BB5BBFF4BF7E71C718E3143EAC017DDEE" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 331520, | ||
"release_date": "2023-09-08T12:01:21Z", | ||
"x_generated_by": "netkan" | ||
} |