GreyHak-DSP_Icarus_Skins icon

DSP Icarus Skins

Create your own Icarus mecha skins.

Last updated 2 years ago
Total downloads 4720
Total rating 18 
Categories Environment Mecha
Dependency string GreyHak-DSP_Icarus_Skins-1.0.7
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.5 icon
xiaoye97-BepInEx

BepInEx5.4.5 mod plugin framework, Mod框架

Preferred version: 5.4.5

README

Icarus Skins for Dyson Sphere Program

DSP Icarus Skins 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 makes it possible for you to create different skins for Icarus. You can either select one of the pre-built skins, or provide a path to a 2048 x 2048 image png or jpg file with your own skin.

Image of built-in skins, set 1 Image of built-in skins, set 2

If you like this mod, please click the thumbs up at the top of the page (next to the Total rating). That would be a nice thank you for me, and help other people to find a mod you enjoy.

If you have issues with this mod, please report them on GitHub. You can also contact me at GreyHak#2995 on the DSP Modding Discord #tech-support channel.

Config Settings

Configuration settings or loaded when you game is loaded. Settings will be reloaded when a game resumes after being paused.

This mod is also compatible with BepInEx.ConfigurationManager which provides an in-game GUI for changing the settings in real-time.

Config Settings Window image

The configuration file is called greyhak.dysonsphereprogram.icarusskins.cfg. It is generated the first time you run the game with this mod installed. On Windows 10 it is located at

  • If you installed manually: %PROGRAMFILES(X86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\config\greyhak.dysonsphereprogram.icarusskins.cfg
  • If you installed with r2modman: C:\Users\<username>\AppData\Roaming\r2modmanPlus-local\DysonSphereProgram\profiles\Default\BepInEx\config\greyhak.dysonsphereprogram.icarusskins.cfg

Installation

This mod uses the BepInEx mod patch 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.11.0 and Dyson Sphere Program 0.9.24.11192 on Windows 10.

To manually install this mod, add the DSPIcarusSkins.dll to your %PROGRAMFILES(X86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\plugins\ folder.

This mod can also be installed using ebkr's r2modman mod manager by clicking "Install with Mod Manager" on the DSP Modding site.

Open Source

The source code for this mod is available for download, review and forking on GitHub here under the BSD 3 clause license.

Change Log

v1.0.7

  • Will now work with Dyson Sphere Program 0.9.24.11192 update.

v1.0.6

  • Will now work with Dyson Sphere Program 0.8.21.8562 update.
  • Added a config flag to enable/disable the mod.

v1.0.5

  • Fixed non-critical error on startup.
  • Five more built-in skins from @ignite.

v1.0.4

  • Added ArgumentException handler.

v1.0.3

  • Fixed bug; added exception handling for sharing violations while reading in custom skin file.
  • One more built-in skin from @ignite.
  • Popup notification when the skin is loaded. This is helpful when using the AutoReload setting.
  • Decreased DLL size further.

v1.0.2

  • Fixed bug where skin Selection was set to 0 (zero) without a Path specified which was causing an exception.

v1.0.1

  • Decrease DLL size from 30MB to 5MB.
  • Auto-reload updated skin.
  • Added support for jpg files.
  • Fixed a bug when changing Selection config using BepInEx.ConfigurationManager, switching to or from Selection 0 not taking effect immediately.
  • Added error log entry when loading of custom skin fails.

v1.0.0

  • Initial release.