• Welcome to Battlezone Universe.
 

News:

Welcome to the BZU Archive dated December 24, 2009. Topics and posts are in read-only mode. Those with accounts will be able to login and browse anything the account had access granted to at the time. No changes to permissions will be made to be given access to particular content. If you have any questions, please reach out to squirrelof09/Rapazzini.

Main Menu

making a flak cannon...

Started by TheJamsh, October 03, 2007, 10:43:14 AM

Previous topic - Next topic

TheJamsh

okay, im making a flak cannon, i.e. im making a real good and realistic one :D

problem... i need to basically fire a shell that will explode when it goes say 80 metres away... (i can set the 80 metres bit, its jsut that it doesnt seem to respond to:
explosionName = "yadayada"

i DO NOT want it to jsut dissapear like any old ordnance...

and i need to set the explosion so that when this thing Does blow up it sends otehr projectiles all over the place... i havent tried this much but can probably do ti... anyone wanna make it easier :D how can i do this??

ive tried everything i know now and im getting nowhere...

o and one more thing, how can i get units to attack air units only, or units above a certain height?


BZII Expansion Pack Development Leader. Coming Soon.

mrtwosheds

xplExpire =

Quote
and i need to set the explosion so that when this thing Does blow up it sends otehr projectiles all over the place...
splinter, it only works on ground impact...Nothing else that I know of.

rocket tank odf contains

attackTask = "AssaultTankAttack"
subAttackTask = "SupportSubAttack"
subAttackClass = "ANS"
// include air units as attack targets
// doesn't need to deploy to sub attack
// doesn't move towards unit in sub attack

Dont know a way to do air units only or height.