GreyHak-DSP_Smooth_Splitter icon

DSP Smooth Splitter

Smooths the priority output of your splitters.

Last updated 2 years ago
Total downloads 6490
Total rating 18 
Categories
Dependency string GreyHak-DSP_Smooth_Splitter-1.0.2
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

Smooth Splitter for Dyson Sphere Program

DSP Smooth Splitter 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 smooths out the output of the Splitter. Have you ever had a two inputs and two outputs where the input was greater than the priority output, and the priority output belt wasn't full? Do you have a 3-in-1-out splitter which is intermittently backing while intermittently outputting gaps? If you have, and this bothers you, this mod is for you.

The issues in the default game's splitter happen because the game's splitter contains no buffer, and the splitter just outputs when there's space at the front of the belt. This mod fixes that by shoving items into the output belt when that's possible. So you might see little gaps coming out of your splitters, and then closing up.

This mod does not change your save file format. So it is safe to uninstall later if you wish without losing your saves.

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.

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.8.19.7863 on Windows 10.

To manually install this mod, add the DSPSmoothSplitter.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.2

  • Fixed a bug where the mod's buffering mechanic, speeding up a splitter's ability to output, was shifting the priority responsibility later in the line where it's much harder to manage.

v1.0.1

  • API updated to work with the recent game build.

v1.0.0

  • Initial release.