Fix GPP mod suite compat and dependencies (#2389)
This commit is contained in:
parent
aaa898982f
commit
962c02b7f5
GPP
GPPCloudsHighRes
GPPCloudsLowRes
GPPSecondary
GPPTextures
|
@ -5,7 +5,7 @@
|
|||
"abstract": "Galileo's Planet Pack is an all new solar system. With high quality planets to explore, and more challeging gameplay than the stock game, GPP will give even the most accomplished KSPer hours of fun. GPP removes the stock planetary system and will corrupt stock system game saves.",
|
||||
"author": "Galileo88",
|
||||
"version": "1:1.6.4.0",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.9.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
|
@ -67,6 +67,9 @@
|
|||
},
|
||||
{
|
||||
"name": "SigmaReplacements-MenuScenes"
|
||||
},
|
||||
{
|
||||
"name": "Grannus-RibbonPack"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
|
@ -118,6 +121,9 @@
|
|||
{
|
||||
"find": "Optional Mods/GPP_FinalFrontier/GameData/Nereid",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"Grannus"
|
||||
],
|
||||
"comment": "This correctly installs Final Frontier for GPP"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"abstract": "Galileo's Planet Pack is an all new solar system. With high quality planets to explore, and more challeging gameplay than the stock game, GPP will give even the most accomplished KSPer hours of fun. GPP removes the stock planetary system and will corrupt stock system game saves.",
|
||||
"author": "Galileo88",
|
||||
"version": "1:1.6.4.1",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -66,6 +66,9 @@
|
|||
},
|
||||
{
|
||||
"name": "SigmaReplacements-MenuScenes"
|
||||
},
|
||||
{
|
||||
"name": "Grannus-RibbonPack"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
|
@ -117,6 +120,9 @@
|
|||
{
|
||||
"find": "Optional Mods/GPP_FinalFrontier/GameData/Nereid",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"Grannus"
|
||||
],
|
||||
"comment": "This correctly installs Final Frontier for GPP"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"abstract": "Galileo's Planet Pack is an all new solar system. With high quality planets to explore, and more challeging gameplay than the stock game, GPP will give even the most accomplished KSPer hours of fun. GPP removes the stock planetary system and will corrupt stock system game saves.",
|
||||
"author": "Galileo88",
|
||||
"version": "1:1.6.4.2",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -66,6 +66,9 @@
|
|||
},
|
||||
{
|
||||
"name": "SigmaReplacements-MenuScenes"
|
||||
},
|
||||
{
|
||||
"name": "Grannus-RibbonPack"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
|
@ -117,6 +120,9 @@
|
|||
{
|
||||
"find": "Optional Mods/GPP_FinalFrontier/GameData/Nereid",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"Grannus"
|
||||
],
|
||||
"comment": "This correctly installs Final Frontier for GPP"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.0",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.9.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
|
@ -27,6 +27,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.1",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -26,6 +26,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.2",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -26,6 +26,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.0",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.9.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
|
@ -27,6 +27,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.1",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -26,6 +26,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.2",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -26,6 +26,12 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "EnvironmentalVisualEnhancements"
|
||||
},
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.0",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.9.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
|
@ -22,8 +22,14 @@
|
|||
"planet-pack"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.1",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -21,8 +21,14 @@
|
|||
"planet-pack"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"OhioBob"
|
||||
],
|
||||
"version": "1.6.4.2",
|
||||
"ksp_version": "1.4.5",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/",
|
||||
|
@ -21,8 +21,14 @@
|
|||
"planet-pack"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
},
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
},
|
||||
"version": "3.0.0",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
},
|
||||
"version": "4.0.0",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
},
|
||||
"version": "4.1.0",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
},
|
||||
"version": "4.1.1",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
},
|
||||
"version": "4.2.0",
|
||||
"ksp_version": "1.4.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "GPP"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
Loading…
Reference in New Issue