This page is under construction
archives/bf1942/levels/dc_no_fly_zone_brit.rfa
bf1942/levels/DC_No_Fly_Zone_Brit/ctf/ControlPointTemplates.con
rem ControlPointTemplates.con created by Battlecraft 1942
rem (C:\Program Files\EA GAMES\Battlefield 1942\Mods\mydesert\bf1942\levels\DC_No_Fly_Zone/ctf/ControlPointTemplates.con)

NetworkableInfo.createNewInfo ControlPointInfo
NetworkableInfo.setPredictionMode PMNone
NetworkableInfo.setBasePriority c_NIGhostAlways

rem -----------------------------------------
rem --- US_CTF_Base ---
rem -----------------------------------------
ObjectTemplate.create ControlPoint US_CTF_Base
ObjectTemplate.networkableInfo ControlPointInfo
ObjectTemplate.setControlPointName US_CTF_Base
ObjectTemplate.radius 5
ObjectTemplate.team 2
ObjectTemplate.spawnGroupId 2
ObjectTemplate.objectSpawnerId 2
ObjectTemplate.areaValue 20
ObjectTemplate.timeToGetControl 10
ObjectTemplate.timeToLoseControl 10
ObjectTemplate.disableIfEnemyInsideRadius 0
ObjectTemplate.disableWhenLosingControl 0
ObjectTemplate.loseControlWhenEnemyClose 1
ObjectTemplate.loseControlWhenNotClose 0
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hasCollisionPhysics 1


rem -----------------------------------------
rem --- Iraqi_CTF_Base ---
rem -----------------------------------------
ObjectTemplate.create ControlPoint Iraqi_CTF_Base
ObjectTemplate.networkableInfo ControlPointInfo
ObjectTemplate.setControlPointName Iraqi_CTF_Base
ObjectTemplate.radius 5
ObjectTemplate.team 1
ObjectTemplate.spawnGroupId 1
ObjectTemplate.objectSpawnerId 1
ObjectTemplate.areaValue 20
ObjectTemplate.timeToGetControl 10
ObjectTemplate.timeToLoseControl 10
ObjectTemplate.disableIfEnemyInsideRadius 0
ObjectTemplate.disableWhenLosingControl 0
ObjectTemplate.loseControlWhenEnemyClose 1
ObjectTemplate.loseControlWhenNotClose 0
ObjectTemplate.unableToChangeTeam 1
ObjectTemplate.hasCollisionPhysics 1


rem EndOfFile