BeyondHomePlanetMod icon indicating copy to clipboard operation
BeyondHomePlanetMod copied to clipboard

Scatterer config path wrong for POSIX systems

Open georgedorn opened this issue 3 years ago • 0 comments

On Linux:

[LOG 18:45:50.295] [Scatterer][Debug] Custom sunflare cannot be added to Fate System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/user/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/BeyondHome/Scatterer/config/Sunflares/Fate/sunFlare.png".

The BeyondHome Sunflares.cfg says:

assetPath = BeyondHome/Scatterer/config/Sunflares/Fate

But the actual path is BeyondHome/scatterer/config/Sunflares/Fate. Windows will ignore this, but Macos and Linux paths are case-sensitive.

This can be fixed with a symlink or by editing Sunflares.cfg.

georgedorn avatar Aug 04 '21 01:08 georgedorn