BF1942 vanilla
Issue : Disrupting players are using vehicles (jeeps, tanks, apcs, etc) to block friendly planes taking off at runways
Objective : Prevent this in an autonomous way without admins.
Solution : Deathbubbles at runways that destroy blocking vehicles or the players inside ?
I've been experimenting with the deathbubble from the tutorial using a few different values :
Code: Select all
rem *** Kills blue guys ***
ObjectTemplate.Active hanomagVehicleSupplyDepot
ObjectTemplate.radius 50
ObjectTemplate.team 2
ObjectTemplate.setHealth -1 -2 0
ObjectTemplate.addVehicleType sherman -1 -4 0
ObjectTemplate.addVehicleType willy -1 -4 0
ObjectTemplate.addVehicleType m10 -1 -4 0
ObjectTemplate.workOnVehicles 1
ObjectTemplate.workOnSoldiers 0
But tanks either keep burning forever - not disappearing, or blow up, leaving the wreck lying around forever.
Can anybody provide some values / code that makes tanks both blow up and their wrecks disappear ?
And is it possbile to make deathbubbles in other shapes than circles ? i.e. rectangles, etc ?