Parent directory of these .con files: Bf1942/Levels
Example:(from Bf1942/Levels/husky/AI.con)
Game.ShowAIStats 0
rem *** Bot statistic ***
Ai.BotStatisticUpdateSpeed 3
rem --------------------------------------
endIf
run AIPathFinding.con v_arg1
rem *** Create strategically important areas ***
run ai/StrategicAreas v_arg1
rem *** Load and set strategies for each side ***
run ai/conditions v_arg1
run ai/prerequisites v_arg1
run ai/Strategies v_arg1
if v_arg1 == host
rem ----- Host
rem -------------------------------------- Ai.AddSAIStrategy 1 beachDefence Ai.AddSAIStrategy 1 repulse Ai.AddSAIStrategy 2 assault