PFQNiet / Satisfactorio

Factorio mod that brings Satisfactory mechanics
GNU General Public License v3.0
11 stars 2 forks source link

Improve self-driving AI #23

Closed PFQNiet closed 3 years ago

PFQNiet commented 3 years ago

AI has been improved to allow the car to just pass through waypoints that have no wait time, provided the car isn't steering (ie. it's going straight through).

The waypoint system itself should be reworked to record a path rather than require manual waypoint markers. When recording, driving straight doesn't place waypoints but turning does at intervals based on speed, so you can drive slowly to get close-together waypoints or round corners fast to get just a few points added.

This should hopefully make recording paths more intuitive, and UI can just be limited to "record, pause here, end recording" -- although to end a recording, you need to be within a short distance of the start point.