LokiMoonLabs-ExtendedTechQueue icon

ExtendedTechQueue

Extends Dyson Sphere Program's research queue length with one configurable setting while keeping vanilla queue behavior unchanged.

Last updated 6 hours ago
Total downloads 10
Total rating 0 
Categories Cheats Quality of Life Resources
Dependency string LokiMoonLabs-ExtendedTechQueue-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

Extended Tech Queue

Version 1.0.0
By Loki Moon Labs

Extended Tech Queue is a lightweight Dyson Sphere Program mod that increases the maximum research queue length while leaving the game's normal queue behavior untouched.

Features

  • Extends DSP's research queue beyond the vanilla limit of 8.
  • One configurable queue-length setting.
  • Default queue length: 100.
  • Supported range: 8 to 1000.
  • Uses DSP's existing vanilla queue ordering and reordering behavior.
  • No custom UI.
  • No per-frame processing.
  • Preserves already-queued technologies when lowering the configured queue length.

Configuration

After launching the game once, BepInEx creates:

BepInEx/config/com.lokimoonlabs.extendedtechqueue.cfg

The setting is:

TechQueueLength = 100

Changes take effect the next time a save is loaded or a new game is initialized.

Installation

r2modman / Thunderstore Mod Manager

Install Extended Tech Queue and launch Dyson Sphere Program modded. BepInEx 5.4.17 is the only dependency.

Manual

  1. Install BepInEx 5.4.17 for Dyson Sphere Program.
  2. Place Extended.Tech.Queue.v.1.0.0.dll in a folder under Dyson Sphere Program/BepInEx/plugins/.
  3. Start the game once to generate the config file.
  4. Adjust TechQueueLength if desired, then reload your save.

Compatibility

Extended Tech Queue intentionally does not replace or modify DSP's native tech-queue reordering behavior.

Do not run another mod that also resizes GameHistoryData.techQueue at the same time, such as ReorderTechQueue's queue-length feature, because whichever patch runs last can determine the final queue size.

Credits

Loki Moon Labs

Dark Lord Coz — project direction, design, testing, and gameplay requirements.
Luna — architecture, implementation, compatibility work, and optimization.
Loki the Cat — official Loki Moon Labs companion and quality-control supervisor.

ReorderTechQueue by starfi5h was used only as a behavioral/API reference for the queue-resize approach. Extended Tech Queue is a separate project with its own code, scope, and identity.