

DSP Star Sector Resource Spreadsheet Generator is a mod for the Unity game Dyson Sphere Program developed by Youthcat Studio and published by Gamera Game. The game is available on here.
This mod generates a comma-seperated-values, csv, file containing all the resources on all the planets in all the star systems in the whole star sector. This mod is intended to be used as a planning tool.
What to know what tidally locked planets are around high-luminosity stars? Want to know what system has spinform stalagmite crystals, fractal silicon and crude oil to make particle broadband? This mod is for you.
The generated spreadsheet will contain columns for the following data.
Generation of the resource spreadsheet is triggered by loading a save or pausing the game. The game does not keep all resource information loaded. So once spreadsheet generation is requested there is a delay of less than a minute until the .csv file is created.
On Windows the spreadsheet is saved to
On Linux the spreadsheet is saved to DSP_Star_Sector_Resources.csv without any specific subdirectory.
This mod uses the BepInEx mod plugin framework. So BepInEx must be installed to use this mod. Find details for installing BepInEx in their user guide. This mod was tested with BepInEx x64 5.4.5.0 and Dyson Sphere Program 0.6.16.5775 on Windows 10.
To manually install this mod, add the DSPResourceSpreadsheetGenMod.dll to your %PROGRAMFILES(X86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\plugins\ folder.
The source code for this mod is available for download, review and forking on GitHub here under the BSD 3 clause license.