NetKAN generated mods - Spectra-v1.3
This commit is contained in:
parent
ae0e6880c2
commit
26b0e65cf3
|
@ -2,10 +2,11 @@
|
||||||
"spec_version": "v1.4",
|
"spec_version": "v1.4",
|
||||||
"identifier": "Spectra",
|
"identifier": "Spectra",
|
||||||
"name": "Spectra",
|
"name": "Spectra",
|
||||||
"abstract": "A well optimized and yet breathtakingly beautiful revamp of all celestial bodies in KSP",
|
"abstract": "A well optimized and breathtakingly beautiful revamp of all celestial bodies in KSP",
|
||||||
"author": "Avera9eJoe",
|
"author": "Avera9eJoe",
|
||||||
"version": "v1.3",
|
"version": "v1.3",
|
||||||
"ksp_version": "1.9.1",
|
"ksp_version_min": "1.3",
|
||||||
|
"ksp_version_max": "1.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"resources": {
|
"resources": {
|
||||||
|
@ -19,7 +20,6 @@
|
||||||
"graphics"
|
"graphics"
|
||||||
],
|
],
|
||||||
"provides": [
|
"provides": [
|
||||||
"PlanetShine-Config",
|
|
||||||
"EnvironmentalVisualEnhancements-Config"
|
"EnvironmentalVisualEnhancements-Config"
|
||||||
],
|
],
|
||||||
"depends": [
|
"depends": [
|
||||||
|
@ -37,44 +37,69 @@
|
||||||
{
|
{
|
||||||
"name": "Scatterer"
|
"name": "Scatterer"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "TextureReplacer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Kopernicus"
|
"name": "Kopernicus"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "TextureReplacer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "DistantObject"
|
"name": "DistantObject"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "CollisionFXReUpdated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "CrewLight"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EngineLightRelit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "HafCoSpaceCenter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "IndicatorLights"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "IndicatorLightsCommunityExtensions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "KSPRC-CityLights"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PlanetShine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "RealPlume-StockConfigs"
|
"name": "RealPlume-StockConfigs"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ReentryParticleEffect"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ReStock"
|
"name": "ReStock"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PlanetShine"
|
"name": "ShipEffectsContinued"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PlanetShine-Config-Default"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SpaceplaneCorrections"
|
"name": "SpaceplaneCorrections"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
|
||||||
"name": "PlanetShine-Config"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "EnvironmentalVisualEnhancements-Config"
|
"name": "EnvironmentalVisualEnhancements-Config"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "GreenSkullRevived"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file": "Step 2 - Spectra/GameData/TextureReplacer",
|
"file": "Step 2 - Spectra/GameData/TextureReplacer",
|
||||||
"install_to": "GameData",
|
"install_to": "GameData"
|
||||||
"filter": "logoFullRed_alt.dds"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "Step 2 - Spectra/GameData/Spectra",
|
"file": "Step 2 - Spectra/GameData/Spectra",
|
||||||
|
|
Loading…
Reference in New Issue