FortressCraft Evolved

FortressCraft Evolved

steveman0's Freight Carts
Näytetään 51–60 / 198
< 1 ... 4  5  6  7  8 ... 20 >
Päivitys: 15.9.2017 klo 14.44

Fixed some RouteFind debug logging.
Locked out track resets from allowing RouteFind to prevent IndexOutOfRange crash due to clearing the lists while a cart is trying to pathfind.

Päivitys: 15.9.2017 klo 4.29

Added cart tier filtering that allows no ore freighters.
Improved cleanup of freight interface registrations on deleting the machine or the station connected.
Carts now correctly check their assigned station for delivery as priority over others. This should make carts at requesting stations more consistently deliver the goods they collect to their assigned station.
Breaking a station will not automatically clear closest junction connections so manual reset is not necessary.

Päivitys: 14.9.2017 klo 8.29

Properly handle null/empty strings for station stats network syncing.

Päivitys: 14.9.2017 klo 7.32

Corrected RouteFind to pull the distance from the source node track segments and added a null check to prevent crashes.

Päivitys: 14.9.2017 klo 6.58

System monitor window explicitly resets scroll position on opening the window.
Carts now check for multiple segments between junctions and are sure to take the shorter path.
Paths with freight stations are now penalized 5 meters per station. This should help encourage carts to stay on the main line if paths don't contain their destination.
Paths with booster rail have a bonus which encourages carts to take them for speed.

Päivitys: 12.9.2017 klo 4.41

Some locking on TrackNetwork TrackJunctions to limit threading clashes.
Station hopper interfaces properly null out when the hopper is deleted.

Päivitys: 9.9.2017 klo 7.35

Cut down on some log spam.
Added junction coordinates for route find failures.

Päivitys: 7.9.2017 klo 16.35

Added upcraft recipe for scrap track to regular track to eliminate waste.
Moved cart filter label to new line in the UI to give it room for the full cart name.
Upgraded the freight system interface to provide the freight data for the connected stations network.

Päivitys: 4.9.2017 klo 17.49

Fixed hopper station navigation not correctly checking for matching network ID.
Fully network sync'd the freight system monitor track systems display. All info in the display should exactly match what the server sees regardless of distance from the system or order of generation. This should help network clients debug freight issues.

Päivitys: 9.7.2017 klo 14.12

Odd NRE catch on ToString for debugging.