Skip to content

Commit

Permalink
Disable scatters to fix Kopernicus
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell authored Nov 14, 2023
1 parent ce65940 commit ecb7625
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion GameData/RealSolarSystem/Compatibility/Parallax/Parallax.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// Since we don't define any scatters ourselves, turn off scatters.
// This works around an issue brought to light in Kopernicus v192
@ParallaxGlobalConfig:FOR[RealSolarSystem]
{
@ScatterSettings
{
%enableScatters = false
}
}
// * actual planet configs *
@Parallax:FOR[RealSolarSystem]:NEEDS[Parallax,Parallax_StockTextures]
{
Expand Down Expand Up @@ -1132,4 +1142,4 @@
}
}
}
}
}

0 comments on commit ecb7625

Please sign in to comment.