

Mod for Dyson Sphere Program. Needs BepInEx.
Take out building items stored in the initial planet (the first planet landed on) from other planet.
Right-clicking the building tool icon will move the corresponding item stored in the initial planet's storage to the inventory. Storage with an outgoing sorter attached will be ignored. One stack amount is moved at a time.
The following will be added to the building tool to make use of this feature.
Unlimited access to items regardless of stock in sandbox mode.
Replenishment has some settings depend on BepInEx (file name is com.hetima.dsp.Replenishment.cfg).
| Key | Type | Default | Description |
|---|---|---|---|
| EnableOutgoingStorage | bool | false | Whether or not to enable picking items from storages with an outgoing sorter attached. |
| EnableSearchingAllPlanets | bool | false | Whether or not to enable picking items from storages on any planets. |
| EnableSearchingInterstellarStations | bool | false | Whether or not to enable picking items from interstellar stations. |
初期惑星(ゲーム開始時に降り立つ星、正確には衛星ですが)のストレージに保管している建築アイテムを他の惑星からも取り出せるようになります。
建築ツールのアイコンを右クリックすると初期惑星のストレージに保管されている該当アイテムがインベントリに移動します。搬出ソーターが接続されたストレージは対象外です。1回につき1スタック分の量が移動します。
この機能を利用するために以下のアイテムが建築ツールに追加されます。
サンドボックスモードでは、在庫に関係なく無制限にアイテムが入手可能になります。
EnableSearchingAllPlanets and EnableSearchingInterstellarStations (default is off)EnableOutgoingStorage (default is off)