mspielberg / dv-remote-dispatch

Derail Valley mod for presenting an interactive web map of the world.
MIT License
19 stars 18 forks source link

Interop with PersistentJobs mod #15

Closed Banjobeni closed 8 months ago

Banjobeni commented 1 year ago

The PersistentJobs mod may change job tracks on the fly due to late reservation / not having space on the initially targeted track.

v3.1.0 adds an interoperability event for other mods to handle and update their state in case a track change hapens. See https://github.com/Banjobeni/DerailValley-PersistentJobs/blob/master/PersistentJobsMod/ModInteraction/PersistentJobsModInteractionFeatures.cs

It would be great if Remote Dispatch could handle that and update the web page job view accordingly.