NetKAN updated mod - ROCapsules-v1.9.1.0

This commit is contained in:
NetKAN inflator Robot 2022-07-05 06:51:50 +00:00
parent 560ae44e4d
commit e80f29458f
1 changed files with 28 additions and 14 deletions

View File

@ -1,9 +1,12 @@
{ {
"spec_version": "v1.10", "spec_version": "v1.10",
"identifier": "ROCapsules", "identifier": "ROCapsules",
"name": "RO Capsules", "name": "ROCapsules",
"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.", "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.",
"author": "pap1723", "author": [
"pap1723",
"KSP-RO"
],
"version": "v1.9.1.0", "version": "v1.9.1.0",
"ksp_version_min": "1.8.1", "ksp_version_min": "1.8.1",
"ksp_version_max": "1.12.99", "ksp_version_max": "1.12.99",
@ -13,6 +16,7 @@
"homepage": "https://discordapp.com/invite/ZGbR6nv", "homepage": "https://discordapp.com/invite/ZGbR6nv",
"repository": "https://github.com/KSP-RO/ROCapsules", "repository": "https://github.com/KSP-RO/ROCapsules",
"bugtracker": "https://github.com/KSP-RO/ROCapsules/issues", "bugtracker": "https://github.com/KSP-RO/ROCapsules/issues",
"metanetkan": "https://github.com/KSP-RO/ROCapsules/raw/master/ROCapsules.netkan",
"remote-avc": "https://raw.githubusercontent.com/KSP-RO/ROCapsules/master/GameData/ROCapsules/ROCapsules.version" "remote-avc": "https://raw.githubusercontent.com/KSP-RO/ROCapsules/master/GameData/ROCapsules/ROCapsules.version"
}, },
"tags": [ "tags": [
@ -23,33 +27,34 @@
], ],
"depends": [ "depends": [
{ {
"name": "ModuleManager" "name": "RealismOverhaul"
},
{
"name": "TexturesUnlimited"
}, },
{ {
"name": "ROLib" "name": "ROLib"
}, },
{ {
"name": "TexturesUnlimited" "name": "B9PartSwitch"
},
{
"name": "DepthMask"
},
{
"name": "KSPWheel"
}, },
{ {
"name": "BDAnimationModules" "name": "BDAnimationModules"
} }
], ],
"recommends": [ "recommends": [
{
"name": "RealismOverhaul"
},
{
"name": "ROSolar"
},
{ {
"name": "ROEngines" "name": "ROEngines"
}, },
{ {
"name": "ROTanks" "name": "ROTanks"
} },
],
"suggests": [
{ {
"name": "ProceduralFairings" "name": "ProceduralFairings"
}, },
@ -62,13 +67,22 @@
{ {
"name": "RealSolarSystem" "name": "RealSolarSystem"
}, },
{
"name": "KSCSwitcher"
},
{ {
"name": "RP-0" "name": "RP-0"
} }
], ],
"conflicts": [ "conflicts": [
{ {
"name": "TweakableEverythingCont" "name": "TweakableEverything"
}
],
"install": [
{
"file": "GameData/ROCapsules",
"install_to": "GameData"
} }
], ],
"download": "https://github.com/KSP-RO/ROCapsules/releases/download/v1.9.1.0/ROCapsules-v1.9.1.0.zip", "download": "https://github.com/KSP-RO/ROCapsules/releases/download/v1.9.1.0/ROCapsules-v1.9.1.0.zip",