A code mod for the video game Spaceflight Simulator (SFS) that adds icons to planet packs in the mod menu.
Simply add a new "icon" field to your ImportSettings.txt, and put an image file in the same folder as ImportSettings.txt and reference it in the file.
e.g.
{
"includeDefaultPlanets": false,
"includeDefaultHeightmaps": true,
"includeDefaultTextures": true,
"hideStarsInAtmosphere": true,
"authorName": "n/a",
"version": "n/a",
"description": "n/a",
"icon": "icon.jpg"
}- SFS (PC Version)
- v1.6.00.16 and newer
Code Mod Installation Guide | SFS Modding Guide
https://sfsforum.com/index.php?threads/planet-pack-icons.20112/
https://kojamori.github.io/SFS-Modding-Guide/
See the LICENSE file for details.