This page is under construction
archives/bf1942/levels/Berlin.rfa
bf1942/levels/Berlin/AIPathFinding.con
rem *******************************************************
rem Berlin - AI'09 by Lotte|EoD
rem *******************************************************
if v_arg1 == host
ai.numAStarResources 10
rem *** WHeigh wDepth mSlope brush lowClp hiClip consAI
rem *** Tank ***
ai.addSearchMap Tank0 0000.0 0000.5 0030.0 0000.5 0000.4 0002.0 0001.0
ai.addSearchType Tank 0 0
ai.setSmoothing 0 20
rem *** Infantry ***
ai.addSearchMap Infantry1 0000.0 0001.5 0040.0 0000.5 0000.4 0002.0 0001.0
ai.addSearchType Infantry 1 0
ai.setSmoothing 1 10
rem *** Load maps ***
ai.loadMaps
endIf
rem Berlin - AI'09 by Lotte|EoD
rem *******************************************************
if v_arg1 == host
ai.numAStarResources 10
rem *** WHeigh wDepth mSlope brush lowClp hiClip consAI
rem *** Tank ***
ai.addSearchMap Tank0 0000.0 0000.5 0030.0 0000.5 0000.4 0002.0 0001.0
ai.addSearchType Tank 0 0
ai.setSmoothing 0 20
rem *** Infantry ***
ai.addSearchMap Infantry1 0000.0 0001.5 0040.0 0000.5 0000.4 0002.0 0001.0
ai.addSearchType Infantry 1 0
ai.setSmoothing 1 10
rem *** Load maps ***
ai.loadMaps
endIf