NetKAN updated mod - GPPSecondary-1.6.6.0
This commit is contained in:
parent
38a836cf2c
commit
76b2e43e6a
|
@ -2,7 +2,7 @@
|
||||||
"spec_version": "v1.4",
|
"spec_version": "v1.4",
|
||||||
"identifier": "GPPSecondary",
|
"identifier": "GPPSecondary",
|
||||||
"name": "GPP Secondary",
|
"name": "GPP Secondary",
|
||||||
"abstract": "GPP secondary puts Galileo's Planet Pack around the stock solar system.",
|
"abstract": "Puts Galileo's Planet Pack around the stock solar system",
|
||||||
"author": [
|
"author": [
|
||||||
"Galileo88",
|
"Galileo88",
|
||||||
"OhioBob"
|
"OhioBob"
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
"ksp_version_max": "1.12.99",
|
"ksp_version_max": "1.12.99",
|
||||||
"license": "CC-BY-NC-ND",
|
"license": "CC-BY-NC-ND",
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-galileos-planet-pack/",
|
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-*",
|
||||||
"repository": "https://github.com/Galileo88/Galileos-Planet-Pack",
|
"repository": "https://github.com/Galileo88/Galileos-Planet-Pack",
|
||||||
"bugtracker": "https://github.com/Galileo88/Galileos-Planet-Pack/issues",
|
"bugtracker": "https://github.com/Galileo88/Galileos-Planet-Pack/issues",
|
||||||
"remote-avc": "https://raw.githubusercontent.com/Galileo88/Galileos-Planet-Pack/master/GameData/GPP/Version/GalileosPlanetPack.version"
|
"remote-avc": "https://raw.githubusercontent.com/Galileo88/Galileos-Planet-Pack/master/GameData/GPP/Version/GalileosPlanetPack.version"
|
||||||
|
@ -21,18 +21,60 @@
|
||||||
"config",
|
"config",
|
||||||
"planet-pack"
|
"planet-pack"
|
||||||
],
|
],
|
||||||
|
"localizations": [
|
||||||
|
"en-us",
|
||||||
|
"es-es",
|
||||||
|
"es-mx",
|
||||||
|
"ja",
|
||||||
|
"ru",
|
||||||
|
"zh-cn"
|
||||||
|
],
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "GPP"
|
"name": "ModuleManager"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Kopernicus"
|
"name": "Kopernicus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ModuleManager"
|
"name": "GPPTextures"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "FinalFrontier"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "JNSQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GrannusExpansionPack-Primary"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "GPP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "StockVisualEnhancements"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
|
{
|
||||||
|
"find": "GPP",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"comment": "This is the main install for GPP"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"find": "Optional Mods/GPP_FinalFrontier/GameData/Nereid",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": [
|
||||||
|
"Grannus"
|
||||||
|
],
|
||||||
|
"comment": "This correctly installs Final Frontier for GPP"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"find": "Optional Mods/GPP_Secondary/GameData/GPP_Secondary",
|
"find": "Optional Mods/GPP_Secondary/GameData/GPP_Secondary",
|
||||||
"install_to": "GameData",
|
"install_to": "GameData",
|
||||||
|
|
Loading…
Reference in New Issue