ticket bleed
  Home Page | Adding BG42 vehicles and statics | bot pathfinding | changing background movie | ticket bleed | maps from scratch  

Here I'll show how to set ticket bleed in conquest and co-op...

in the controlpointtemplate.con  it looks like this...the red lettering is were you will set the ticket bleed

ObjectTemplate.create ControlPoint axisbase
ObjectTemplate.networkableInfo ControlPointInfo
ObjectTemplate.setControlPointName axisbase
ObjectTemplate.radius 6
ObjectTemplate.team 1
ObjectTemplate.spawnGroupId 1
ObjectTemplate.objectSpawnerId 1
ObjectTemplate.timeToGetControl 10
ObjectTemplate.timeToLoseControl 10
ObjectTemplate.geometry flagbase_m1
ObjectTemplate.areaValue 5
ObjectTemplate.disableIfEnemyInsideRadius 0
ObjectTemplate.disableWhenLosingControl 0
ObjectTemplate.loseControlWhenEnemyClose 1
ObjectTemplate.loseControlWhenNotClose 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.addTemplate AnimatedFlag
ObjectTemplate.setPosition 0.000000/8.200000/0.000000
ObjectTemplate.setTeamGeometry 1 flagge_m1
ObjectTemplate.setTeamGeometry 2 flagus_m1

 

ObjectTemplate.create ControlPoint controlpoint1
ObjectTemplate.networkableInfo ControlPointInfo
ObjectTemplate.setControlPointName controlpoint1
ObjectTemplate.radius 6
ObjectTemplate.team 1
ObjectTemplate.spawnGroupId 2
ObjectTemplate.objectSpawnerId 2

ObjectTemplate.timeToGetControl 10
ObjectTemplate.timeToLoseControl 10
ObjectTemplate.geometry flagbase_m1
ObjectTemplate.areaValue 20
ObjectTemplate.disableIfEnemyInsideRadius 0
ObjectTemplate.disableWhenLosingControl 0
ObjectTemplate.loseControlWhenEnemyClose 1
ObjectTemplate.loseControlWhenNotClose 0
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.addTemplate AnimatedFlag
ObjectTemplate.setPosition 0.000000/8.200000/0.000000
ObjectTemplate.setTeamGeometry 1 flagge_m1
ObjectTemplate.setTeamGeometry 2 flagus_m1

now to get it so if you had 6 flags and you want ticket bleed to start after 5 flags are captured you would set the "Bases" to 5

and set the other controlpoints to 20

now if one team has 5 flags the tickets will start to bleed,but if they recapture 1 flag back the ticket bleed will stop...if you set to 30,40,or 50 the ticket bleed will start sooner with less flags captured..

 

 

 


 


 


 




Thank you for visiting my tutorials..