This page is under construction
Archives/bf1942/levels/SH_Dalen_001.rfa
bf1942/levels/SH_Dalen/AIpathFinding.con
if v_arg1 == host
rem *** pathfinding debug mode
rem game.aiPathfindingDebuggingActive 1

rem *** Set number of maps ***
rem ai.setNSearchMaps 2 *** DEPRICATED ***
rem ai.setNSearchTypes 2 *** DEPRICATED ***

rem *** Set number of AStar resources ***
rem ai.numAStarResources 12
rem *** Setup map parameters ***

rem *** Setup map parameters ***
rem *** searchMap name/waterHeight/waterDepth/maxSlope/brush/lowClipLevel/hiClipLevel/considerAITypes
rem *** searchType name/mapNum/minSearchLevel

rem *** Tank ***
ai.addSearchMap Tank0 0 0 30 3.0 0.3 2.5 0
ai.addSearchType Tank 0 0
ai.setMapSpawnPoints 0
ai.setSmoothing 0 20

rem *** Infantry ***
ai.addSearchMap Infantry1 0 1.5 40 1.0 0.4 2.0 1
ai.addSearchType Infantry 1 0
ai.setMapSpawnPoints 1 194/855
ai.setSmoothing 1 10

rem *** Car ***
ai.addSearchMap Car4 0 0 35 3.0 0.3 2.5 0
ai.addSearchType Car 4 0
ai.setMapSpawnPoints 4 618/545
ai.setSmoothing 4 6

rem *** Load maps ***
ai.loadMaps
rem run StaticObjects.con
rem ai.createAllMaps
endif