This page is under construction
Archives/bf1942/levels/GC_Taskforce.rfa
bf1942/levels/GC_Taskforce/ai/AIdefault.con
echo *****************************************************************************************
echo *****************************************************************************************
echo *****************************************************************************************
echo AIdeault.con*****************************************************************************************
echo *****************************************************************************************
echo *****************************************************************************************
echo *****************************************************************************************
rem **** This line is really important, it forces the AITemplates information to be loaded! ****
game.isAiLevel 1
aiSettings.setNSides 2
run AI/Conditions.con
run AI/Prerequisites.con
run AI/Strategies.con
aiSettings.setMaxNBots 64
aiSettings.createLODManager 200 2
aiSettings.lodEnable 1
run ai/radio.con
game.showAIStats 0
game.autospawnbots 1
rem EOF
echo *****************************************************************************************
echo *****************************************************************************************
echo AIdeault.con*****************************************************************************************
echo *****************************************************************************************
echo *****************************************************************************************
echo *****************************************************************************************
rem **** This line is really important, it forces the AITemplates information to be loaded! ****
game.isAiLevel 1
aiSettings.setNSides 2
run AI/Conditions.con
run AI/Prerequisites.con
run AI/Strategies.con
aiSettings.setMaxNBots 64
aiSettings.createLODManager 200 2
aiSettings.lodEnable 1
run ai/radio.con
game.showAIStats 0
game.autospawnbots 1
rem EOF