Jump to content

diffie

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by diffie

  1. @MiraZaWitch I borrowed this little snippet from KSCExtended and got it working with RSS, just put this in a new config file and it's all set. @STATIC:NEEDS[RealSolarSystem] { @Instances,*:HAS[#CelestialBody[Kerbin]] { @CelestialBody = Earth } } @Kopernicus:NEEDS[RealSolarSystem]:FOR[KSCEnhanced] { @Body[Kerbin] { @SpaceCenter { @radius = 9000 // 1500 } } }
  2. Magpie is using deprecated shaders in its configs. Luckily you can fix this manually with a text editor that has a find all/replace all function. VS Code works great for me, you can add the whole Magpie folder and it'll go through every files. For the fix, find every "SSTU/PBR/Metallic" (without quotes) and replace with "TU/Metallic", do that again with "SSTU/PBR/StockMetallicBumped" replace with "TU/Metallic".
×
×
  • Create New...