Transport Fever 2

Transport Fever 2

Real Industrial Chains 1.6
Showing 1-9 of 9 entries
Update: 1 May @ 6:52pm

1.6
Fixed occasional crash on industry closure

Update: 26 Apr @ 12:39pm

1.5
Big update!

I spent two days debugging the issue with random cargo being missing on each save load
• It wasn't language or any other string dependent
• The only thing that was changing each load is the cargo list enumeration order, which led to loadConfigs being in a different order each time as well.
• Somehow, the game retains knowledge of cargo type loaded in the vehicle, but fails to put it into a correct load config, trying to use the old index instead.
• It does, however, check if the cargo type matches the load config, which it doesn't, resulting in a vehicle dropping its cargo instead of reassigning the index.

CARGO INJECTOR 3.0
• Near full rewrite of the previous version
• Now works with complex load configs containing multiple cargo entries (never seen that in the wild though)
• Fully stable processing
•• The order of existing load configs is preserved
•• New injections follow the vehicle cargo order, so it's stable unless vehicle model is altered
•• No more variation between savegame loads!
• It is now possible to overwrite cargo injections from mods loaded before RIC
•• Load configs and cargo entries are overridden in-place, preventing any cargo from disappearing
•• The sole purpose of this override is to fix cargo models poorly handled by other mods

Even better performance!
• Proper update of industries (no streets generated on top of old streets)
• Heavily refactored and optimized main loop scripts, making scan and update process invisiby light

Removed spaces from lang dictionary keys
Updated translations
Multitude of smaller improvements

Update: 30 Jun, 2023 @ 8:22pm

CARGO INJECTOR 2.0, updated translations

Update: 16 Jun, 2023 @ 12:41am

Update: 16 Jun, 2023 @ 12:40am

Added support for Gas Works, available until 1975 Added cargo and industries translations (en, de, ru)

Update: 14 Jun, 2023 @ 7:48am

Larger, resizeable industry window, everything fits now

Update: 12 Jun, 2023 @ 6:01pm

Added integration with Industry Expanded. See description

Update: 11 Jun, 2023 @ 6:31am

Update: 11 Jun, 2023 @ 4:46am