FortressCraft Evolved
steveman0's Freight Carts
Εμφάνιση 1-10 από 198 καταχωρίσεις
< 1  2  3 ... 20 >
Ενημέρωση: 20 Ιουλ 2018 στις 14:48

Updated to work with P21 for vanilla freight merger's impact on the code.

Ενημέρωση: 17 Μαϊ 2018 στις 20:01

Moved the code into its own namespace to not conflict with the upcoming vanilla versions of the machines.

Ενημέρωση: 17 Μαϊ 2018 στις 18:49

Moved the code into its own namespace to not conflict with the upcoming vanilla versions of the machines.

Ενημέρωση: 4 Μαϊ 2018 στις 14:40

Bug Fix: Fix for ArgumentOutOfRange exception in FreightCartMob.RetrieveExcess

Ενημέρωση: 28 Απρ 2018 στις 14:41

Enhanced feature: Cart distribution between stations by demand is further improved by also looking at the number of carts servicing highly demanded stations. A small adjustment is used to penalize stations that already have many carts en route so that nearly equally demanding stations may also get some attention.
New Feature: carts now track their approximate time to their destination and report it on the system monitor. Carts nearing arrival will slow down a bit before arriving for a cleaner approach.

Ενημέρωση: 28 Απρ 2018 στις 8:21

Bug Fix: Actual fix for slope derails... SORRY!!

Ενημέρωση: 28 Απρ 2018 στις 8:08

Bug Fix: Potential fix for slope tracks?

Ενημέρωση: 27 Απρ 2018 στις 16:03

Bug Fix: Possibly resolved the crash on junction reset? At least I can't reproduce it after cleaning up a bunch of the code. Get me a log if you have it occur again!

Ενημέρωση: 26 Απρ 2018 στις 19:52

Bug Fix: Carts now correctly set their block offset and speed per tick to zero when they go idle or enter a station. This should resolve many oddities with navigation for fast carts and networks with many boosters.

Ενημέρωση: 26 Απρ 2018 στις 17:34

Bug Fix: Carts starting navigation from a junction will no longer pop an additional junction off the nav stack.