Banjobeni / DerailValley-PersistentJobs

Derail Valley Peristent Jobs Mod
https://www.nexusmods.com/derailvalley/mods/794
MIT License
2 stars 1 forks source link

Completing FH job does not immediately spawn SU job #2

Closed Banjobeni closed 1 year ago

Banjobeni commented 1 year ago

After completing an FH job, the SU job generator may fail to find any storage track that has enough free space, thus no subsequent SU job is generated. The cars of the FH job will then be jobless.

The SU job generator should just pick any storage track that is long enough in this case, so the SU job is not "lost" (although the cars would be assigned to another SU jobs during car reuse if the player leaves the area, provided the necessary storage track space then).

Banjobeni commented 1 year ago

The same seems to be the case for SL->FH generation. In general, the job chain SL->FH->SU should always generate a subsequent job regardless of freeness of tracks.