pcfantasy / MoreEffectiveTransfer

Cities: Skylines Mod: Optimize transfer manager in vanilla game. match the shortest transfer bettween offers
https://steamcommunity.com/sharedfiles/filedetails/?id=1680840913
MIT License
14 stars 11 forks source link

Add option to control match mode for every transfer type #11

Closed pcfantasy closed 4 years ago

pcfantasy commented 4 years ago
  1. Incoming only mode 0 (incoming can search all nearest outgoing)
  2. Outgoing only mode 1 (outgoing can search all nearest incoming)
  3. Balanced mode 2 (incoming can search all nearest outgoing, outgoing can search all nearest incoming, one by one)
  4. Incoming first mode (incoming can search all nearest outgoing, outgoing can only search low priority incoming offer)
pcfantasy commented 4 years ago

done