-
Notifications
You must be signed in to change notification settings - Fork 32
/
TestFlight.netkan
25 lines (25 loc) · 1.12 KB
/
TestFlight.netkan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"spec_version" : "v1.2",
"name" : "TestFlight",
"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. If using Realism Overhaul, the configs will be supplied by RO.",
"identifier" : "TestFlight",
"author" : "RP-0 Group",
"$vref" : "#/ckan/ksp-avc",
"$kref" : "#/ckan/github/KSP-RO/TestFlight/asset_match/TestFlightCore*",
"license" : "CC-BY-NC-SA-4.0",
"release_status" : "stable",
"resources" : {
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/99043-122-testflight-v180-01-may-2017-bring-flight-testing-to-ksp/&tab=comments#comment-1705959",
"repository" : "https://github.com/KSP-RO/TestFlight",
"bugtracker" : "https://github.com/KSP-RO/TestFlight/issues"
},
"install" : [
{
"file" : "GameData/TestFlight",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.8.0" }
]
}