the idea: to have infantry or FAC/ spotter unit call in an airstrike via a nice build menu like gui? maybe different missions such as, bombing, close air support(anti armor), and anti air (fighter support)? the aircraft would probably have to eventually refuel/ resupply and leave after designated time or so many ground attacks
would it be difficult, and what would be the simplest way to tackle?
Air strike?
Moderator: Moderators
Like with Unreal Tournament 2004 Bomber call weapon(Target Painter), which after painted spawns a bomber that bombs and dissapears!KDR_11k wrote:Just add custom commands and spawn a plane at the map edge that attacks the target point.
EDIT: Though it could be shot down to not drop the bombs!
Last edited by Pendrokar on 18 Dec 2007, 14:15, edited 1 time in total.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
yes, well what i had in mind is something that spawns but can also be shot down, if the enemy has emplace AA strategically enough or maybe called for fight support patrol that screens for a time period and then leaves. but yah maybe a unit that's job specifically is to be a forward air controller and has no other real weapons, hence to be teamed up and defended?
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
the more i think about it the more i like the idea of air strikes, but how would you disable the cotrols for the air you call in so it only attacks and then leaves? also balance wise for gameplay how would you limit the number of air strikes? you cant just spawn a load of FACs to call in for spam air?
- HildemarDasce
- Posts: 74
- Joined: 13 Nov 2005, 12:06
I guess you want only the enemy team shooting at it tough, so this won't work perfectly. Just put in a check if it's the bomber and then return 0 in allowcommand like KDR says. U have to learn quite a bit about the whole command system to understand how it works and it's quite a pain, but then the rest is easy.imbaczek wrote:Or you can make the plane a gaia unit, which is what I did in the very first (I guess) Lua custom command demo - the orbital barrage. (It's completely obsolete now, but the basic idea should be the same.)