Dyson Sphere Program mod for configurable fast start.
- Grants items at game start based on config.
- Unlocks technologies at game start based on config.
- Separate configs for combat and non-combat mode.
- Optional package clear before item grants.
Generated by BepInEx in the plugin config file.
General.EnableFastStart: Enable/disable this mod.General.ClearPackageBeforeGrantItems: Clear current package before adding configured items.Combat.TechIds/NonCombat.TechIds:techId1;techId2;...Combat.Items/NonCombat.Items:itemId(:count);itemId2(:count2);...
dotnet build .\DSP_CustomFastStart.sln -c ReleaseOutput DLL:
DSP_CustomFastStart\bin\Release\net472\DSP_CustomFastStart.dll
- Generated with Codex vibe coding.
- Fast-start logic reference: https://thunderstore.io/c/dyson-sphere-program/p/ckcz123/TheyComeFromVoid/
- Project structure and coding style reference: https://thunderstore.io/c/dyson-sphere-program/p/Shad0wlife/AssemblerUI/
- Plugin documentation style reference: https://thunderstore.io/c/dyson-sphere-program/p/jinxOAO/MoreMegaStructure/