Dynamic AI build path

If you liked this item, please rate it up on Steam Workshop page.

Author: Thonio

Last revision: 24 Dec, 2020 at 11:25 UTC

File size: 334.23 KB

On Steam Workshop

Description:

Allows you to make the AI change what it builds according to its difficulty. It saddly requires you to tinker a bit with the game files though.

To make a file for this mod you have to
1 : record all the AI separetly
2 : merge all the AI instruction for the different file into one file (easy instructions then normal instructions then hard instructions)
3 : add in the first list the line of the last instruction for the easy AI and the normal AI.
example :
{ Type = CREATE_DEVICE, GroundPosition = { x = 1913.79, y = 0.00 }, LinkT = 1.57, DeviceSaveName = "mine" , EndBuildEasy = 380, EndBuildNormal = 784},

If you did evrything properly then congratulation! The AI now builds differently for each difficulty.