Skip to content

Commit 1437de6

Browse files
committed
Added a VERSION and NETKAN file
1 parent 8783fab commit 1437de6

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"NAME" : "ROCapsules",
3+
"URL" : "https://raw.githubusercontent.com/KSP-RO/ROCapsules/master/GameData/ROCapsules/ROCapsules.version",
4+
"DOWNLOAD" : "https://github.com/KSP-RO/ROCapsules/releases",
5+
"HOMEPAGE" : "https://github.com/KSP-RO/ROCapsules/",
6+
"GITHUB" : {
7+
"USERNAME" : "KSP-RO",
8+
"REPOSITORY" : "ROCapsules",
9+
"ALLOW_PRE_RELEASE" : false
10+
},
11+
"VERSION": {
12+
"MAJOR": "1",
13+
"MINOR": "0",
14+
"PATCH": "0",
15+
"BUILD": "0"
16+
},
17+
"KSP_VERSION" : {
18+
"MAJOR": "1",
19+
"MINOR": "7",
20+
"PATCH": "3"
21+
},
22+
"KSP_VERSION_MIN": {
23+
"MAJOR": "1",
24+
"MINOR": "6",
25+
"PATCH": "1"
26+
},
27+
"KSP_VERSION_MAX": {
28+
"MAJOR": "1",
29+
"MINOR": "7",
30+
"PATCH": "3"
31+
}
32+
}

ROCapsules.netkan

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"spec_version" : "v1.10",
3+
"$kref" : "#/ckan/github/KSP-RO/ROCapsules",
4+
"$vref" : "#/ckan/ksp-avc",
5+
"x_netkan_force_v": true,
6+
"name" : "ROCapsules",
7+
"identifier" : "ROCapsules",
8+
"abstract" : "ROCapsules is a mod that takes the best versions of capsules available and uses them as the in-game models for Realism Overhaul parts.",
9+
"author" : "pap1723",
10+
"license" : "CC-BY-SA",
11+
"release_status" : "stable",
12+
"depends" : [
13+
{ "name" : "RealismOverhaul" },
14+
{ "name" : "TexturesUnlimited" },
15+
{ "name" : "BDAnimationModules" }
16+
],
17+
"recommends" : [
18+
{ "name" : "ROEngines" },
19+
{ "name" : "ROTanks" },
20+
{ "name" : "ProceduralFairings" },
21+
{ "name" : "ProceduralParts" },
22+
{ "name" : "MechJeb2" },
23+
{ "name" : "RealSolarSystem" },
24+
{ "name" : "KSCSwitcher" },
25+
{ "name" : "RP-0" }
26+
],
27+
"conflicts" : [
28+
{ "name" : "TweakableEverything" }
29+
],
30+
"install" : [
31+
{
32+
"file" : "GameData/ROCapsules",
33+
"install_to" : "GameData"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)