-
Notifications
You must be signed in to change notification settings - Fork 7
/
Hangar.netkan
41 lines (37 loc) · 1.27 KB
/
Hangar.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"spec_version" : "v1.4",
"identifier" : "Hangar",
"$kref" : "#/ckan/spacedock/1000",
"$vref" : "#/ckan/ksp-avc",
"abstract" : "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably, improving framerate and memory footprint while allowing to carry out missions of great complexity.",
"author" : [ "allista" ],
"license" : "MIT",
"resources":
{
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/80225-12-hangar",
"bugtracker" : "https://github.com/allista/hangar/issues",
"repository" : "https://github.com/allista/hangar",
"manual" : "https://github.com/allista/hangar/wiki"
},
"depends":
[
{ "name": "ModuleManager" },
{ "name": "AT-Utils" },
{ "name": "CommunityResourcePack" }
],
"suggests":
[
{ "name": "EditorExtensions" },
{ "name": "ThrottleControlledAvionics" },
{ "name": "ConfigurableContainers" },
{ "name": "GroundConstruction" },
{ "name": "KSP-AVC" }
],
"install":
[
{
"file": "GameData/Hangar",
"install_to": "GameData"
}
]
}