You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Whether to enable sending out vessels as in the original game. Note setting this option to false will freeze vessels that have taken off.").Value;
27
-
25
+
"Decide whether to allow sending out vessels as in the original game. Keep this setting enabled (true) to ensure compatibility with an existing game save.").Value;
Copy file name to clipboardExpand all lines: InstantDelivery/README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Mod for Dyson Sphere Program. BepInEx required.
4
4
5
-
Instantly delivery items from `Remote Supply` interstellar stations to `Remote Demand` interstellar stations.
5
+
Instantly deliver items from `Remote Supply` interstellar stations to `Remote Demand` interstellar stations.
6
6
7
7
Basically the stations work as usual (find matching pairs, find an available vessel, decide the amount to be sent), however now the cargo is delivered instantly. You can think of it as equipping vessel with infinite speed. Note it still consumes power and warpers, and requires at least one vessel to deliver, so it won't deliver cargos unless the related research has been unlocked, and the power/warper/vessel condition is satisfied. The station is also constrolled by options like Min Load of Vessels, and Transport Range of Vessels. Just as in the unmodded game.
8
8
@@ -16,21 +16,18 @@ Put `InstantDelivery.dll` into `...\Dyson Sphere Program\BepInEx\plugins`.
16
16
17
17
## Configurations
18
18
19
-
There is an option `EnableVessels` to control whether the game continues to send out vessels besides the functionality provided by `InstantDelivery`, and the option also controls whether the game continues to calculate paths for those vessels that have already departed.
19
+
There is an option `EnableVessels` to decide whether to allow sending out vessels as in the original game. Keep this option enabled (true) to ensure compatibility with an existing game save (when vessels are already in operation). You can set the option to `false` when starting a new run, to achieve a slight performance boost
20
20
21
21
You can find this option after running the game once with the mod installed, and check `...\Dyson Sphere Program\BepInEx\config\lxb007981.dsp.InstantDelivery.cfg`.
22
22
23
-
If you are using this mod in a new run with no exsiting vessels, you can set the option to `false`. Otherwise if the mod is used on an exsiting save, it might be better to leave the option `true` (with a little bit performance decrease). Since setting it to `false` will freeze all vessels that have departed, and they will never reach their destinations. Or you could manually take out all the vessels from all of the stations and then set the option to `false`.
0 commit comments