mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 10:12:49 -06:00
added provide threshold override
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[mod-setting-name]
|
||||
cybersyn-ticks-per-second=Central planning updates per second
|
||||
cybersyn-update-rate=Central planning update rate
|
||||
cybersyn-request-threshold=Default requester threshold
|
||||
cybersyn-request-threshold=Default request threshold
|
||||
cybersyn-network-flag=Default network mask
|
||||
cybersyn-fuel-threshold=Fuel threshold
|
||||
cybersyn-depot-bypass-enabled=Depot bypass enabled
|
||||
@@ -43,7 +43,6 @@ cybersyn-request-threshold=Request threshold
|
||||
cybersyn-locked-slots=Locked slots per cargo wagon
|
||||
|
||||
[cybersyn-messages]
|
||||
missing-trains=Could not find a train to make a delivery from __2__ to __1__
|
||||
nonempty-train=A train is being held in the depot because it still has cargo
|
||||
unexpected-train=A train has unexpectedly returned to the depot before completing its delivery
|
||||
stuck-train=A train from depot __1__ is stuck
|
||||
@@ -52,6 +51,10 @@ depot-broken=A train from depot __1__ is lost because its depot was broken.
|
||||
refueler-broken=A train from depot __1__ is lost because its refueler was broken.
|
||||
station-broken=A train from depot __1__ is lost because one of its delivery stations was broken.
|
||||
train-at-incorrect=A train from depot __1__ is lost; it parked at a station it was not scheduled to delivered to.
|
||||
missing-train=Could not find any train on the correct network to make a delivery from __2__ to __1__
|
||||
no-train-has-capacity=Could not find a train with large enough cargo capacity to make a delivery from __2__ to __1__
|
||||
no-train-matches-r-layout=Could not find a train on the allow-list of __1__ to make a delivery
|
||||
no-train-matches-p-layout=Could not find a train on the allow-list of __2__ to make a delivery to __1__
|
||||
|
||||
[cybersyn-gui]
|
||||
combinator-title=Cybernetic combinator
|
||||
@@ -62,7 +65,7 @@ refueler=Fuel loader
|
||||
comb2=Station info
|
||||
wagon-manifest=Wagon info
|
||||
network=Network
|
||||
network-tooltip=A signal is used to identify which network this combinator is a member of. Trains will only be dispatched from depots to provide and request stations if they are all identified with the same signal.
|
||||
network-tooltip=A signal is used to identify which network this combinator is a member of. Trains will only be dispatched from depots to provider and requester stations if they are all identified with the same signal.
|
||||
auto-tooltip=When checked trains in the network are automatically added to the allow-list if every wagon of the train is able to be loaded or unloaded by this station. When unchecked the allow-list is not used and all trains are allowed to park here.
|
||||
auto-description=Automatic train allow-list
|
||||
switch-provide=Provide only
|
||||
|
||||
Reference in New Issue
Block a user