scubaman3D 0 Posted December 7, 2006 Has anybody actually seen the Harrier drop a bomb while under the control of the AI? I haven't been able to get the harrier to kill anything, even if I lase a target and instruct the AI to target the laser target. Share this post Link to post Share on other sites
Bumheaded 0 Posted December 7, 2006 I don't know about it killing anyone, but I'm personally disappointed with the harrier in game cause, the idea of a harrier is the capability of a vertical take-off and I've yet to see it. Share this post Link to post Share on other sites
Big Dawg KS 6 Posted December 7, 2006 What exactly does this have to do with mission editing and scripting? Unless maybe you are trying to come up with a solution, but you never said anything about that in your post. Share this post Link to post Share on other sites
UNN 0 Posted December 7, 2006 @scubaman3D Don't let Bumheaded and his like, drag this off topic and into the realm of pointless bickering. If you can post some example missions, then I would be interested in trying this out for myself. Air strikes are fundamental after all. Next they will be complaining about the lack of bouncing bombs and damn buster squadrons   Share this post Link to post Share on other sites
Peanut 0 Posted December 8, 2006 I tried some stuff with the harrier. The only way to get the AI to launch some bombs was NameOfHarrier fire "bomblauncher"; in a waypoint or trigger. keep in mind the bombs are unguided this way. Propaply one of the more experienced mission makers can get the harrier to target something and then fire its bomb, maybe it'll be guided then. Share this post Link to post Share on other sites
hoz 0 Posted December 8, 2006 Bumheaded lets keep the spam to ourselves. Share this post Link to post Share on other sites
b1sh0p 0 Posted December 8, 2006 I haven't gotten the harrier to drop it's bombs, whenever I'm scripting in a airstrike I just have the harrier fly over, then manually call in some BO_GBU12_LGB's on a set of 4-5 targets. Looks just like an airstrike, although you can't actually see the bombs falling from the harrier. Share this post Link to post Share on other sites
scubaman3D 0 Posted December 8, 2006 ^ Ah, so maybe thats how they do it in the campaign when you see two Harriers fly overhead and don't drop any bombs but they take out a checkpoint ahead of your position. How do you manually call in the bombs? Excuse my ignorance but I'm sort of new to scripting... Share this post Link to post Share on other sites
b1sh0p 0 Posted December 8, 2006 This is how I did it. Â First I lay down some Gamelogic targets, 4 or 5 of them in a line. Â I call them "target1", "target2" etc. Â Then I created an airstrike.sqs file, and put in "BO_GBU12_LGB" createVehicle [getpos target1 select 0, getpos target1 select 1, 0] Â and so forth, for target2, target3, etc. Â With a ~0.5 between each. Â Then it's just a matter of setting up a trigger to set off when the harrier flies over, and exec airstrike.sqs. Â There are other ways to do it, I'm sure, but that's what I did. The benefit to doing it this way rather than having the bombs actually fall (however it is that you do that) is you have complete control on where the bombs explode, every time. Of course, sometimes you might NOT want to have complete control, but in my case I did, so it worked well. Share this post Link to post Share on other sites