This page is under construction
Archives/bf1942/levels/GC_Kryos.rfa
Bf1942/Levels/GC_Kryos/AIPathFinding.con
if v_arg1 == host

rem *** Pathfinding debug mode
game.aiPathfindingDebuggingActive 0

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 *** searchMap name/waterHeight/waterDepth/maxSlope/brush/lowClipLevel/hiClipLevel/considerAITypes
rem *** searchType name/mapNum/minSearchLevel

rem *** Tank ***
ai.addSearchMap Tank0 0 0 25 1.0 0.3 2.5 0
ai.addSearchType Tank 0 0
ai.setMapSpawnPoints 0
rem *** Infantry ***
ai.addSearchMap Infantry1 0 1.5 30 0.5 0.4 2.0 1
ai.addSearchType Infantry 1 0
ai.setMapSpawnPoints 1


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

endIf