Skip to content

Commit 25d9c6e

Browse files
committed
update readme
1 parent d98f787 commit 25d9c6e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

InstantDelivery/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Mod for Dyson Sphere Program. BepInEx required.
44

55
Instantly delivery items from `Remote Supply` interstellar stations to `Remote Demand` interstellar stations.
66

7-
Basically the stations work as usual (find matching pairs, decide the amount to be sent), however now it requires no vessels and the cargo is delivered instantly. You can think of it as a station equipped with a vessel with infinite speed. Note it still consumes power and warpers, so it won't deliver cargos unless the related research has been unlocked, and the power/warper supply is satisfied. The station is also constrolled by options like Min Load of Vessels, and Transport Range of Vessels. Just as in the original game.
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.
88

9-
- No vessels required
9+
- **Behavior Changed!** Requires at least one vessel at the station.
1010
- Supports Orbital Collectors
1111
- Consumes power and warpers
1212

@@ -20,7 +20,7 @@ There is an option `EnableVessels` to control whether the game continues to send
2020

2121
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`.
2222

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 against 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`.
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`.
2424

2525

2626
------------------------------------------------------------------------
@@ -30,9 +30,9 @@ If you are using this mod in a new run with no exsiting vessels, you can set the
3030

3131
瞬间将货物从`星际供应`物流站传送到`星际需求`站。
3232

33-
Mod不会改变星际物流站的工作方式。尽管无需运输船,但星际物流站仍会消耗电力和翘曲器,而且受到运输船起送量、最远运送距离等选项控制。你可以将此Mod理解为将星际物流站变为不需要运输船也能工作,且运送速度无限
33+
Mod不会改变星际物流站的工作方式。星际物流站仍需要至少一艘运输船,并会消耗电力和翘曲器,而且受到运输船起送量、最远运送距离等选项控制。你可以将此Mod理解为将运输船的速度变为无限大
3434

35-
- 无需运输船
35+
- **与上版本不同!** 需要至少一艘运输船
3636
- 支持轨道采集器
3737
- 仍需消耗电力与翘曲器
3838

@@ -53,6 +53,10 @@ Mod不会改变星际物流站的工作方式。尽管无需运输船,但星
5353

5454
## Release Notes
5555

56+
### v1.0.0
57+
58+
- update to game lib ver 0.10.30.22292-r.0
59+
5660
### v0.1.0
5761

5862
- Initial Release

0 commit comments

Comments
 (0)