- Steam App
- Forward Line (870260)
- Event type
- patch note
- Published
- 22 August 2019 - 22:05:04 UTC
- Source
- steam_community_announcements
Version Update: CharlieDeltaZuluBeefaholic I finally got the single player AI to work on the larger maps! This was a tough update. Yes, that's all I've been doing for the past months. The old way was each time a player wanted to move a unit, the game would calculate all the legal moves. However, when the AI had to evaluate thousands of units on the large map, over and over, it was just too much work and it would crash the computer. The new way is each time a unit moves, it's move options after the move are calculated and recorded. So that when the AI needs to know what they are, it's just a lookup instead of calculated fresh every time. The new way is ten times as complicated as the old way, and for a long time there were so, many, bugs. However I believe it is finally working, and though it can take a long time for the computer to take it's turn, the game shouldn't crash. I play tested ...