Jump to content
Sign in to follow this  
Apollo

Throw nade trough enemy tank hatch

Recommended Posts

Well ,i wondered if anyone could script this: An action menu option called "throw nade trough hatch" that would supposedly trow an grenade into the inside of a tank effectivly destroying it ,only possible if you could aproach the tank touch it.Dunno if this can be done IRL in modern warfare with modern tanks ,but i know that in WW2 lots of tanks were destroyed merely by throwing nades into it by infantry.

Share this post


Link to post
Share on other sites

most if not all modern hatches on armored vehicles are lockable from the inside ... something the military has learned from WW2 wink_o.gif

Share this post


Link to post
Share on other sites

here's something like script:  wink_o.gif

@aP distance _tank <= 5

id = aP addaction["throw whatever", "throw.sqs"]

-----------------------------------------------

script "throw.sqs"

-----------------------------------------------

gunner _tank setdammage 1

driver _tank setdammage 1

commander _tank setdammage 1

aP removeaction id

exit ; amin

hope this will help   blues.gif

Share this post


Link to post
Share on other sites

Pretty nice ,a simple function that gives dammage to the personel inside ,now you can take over the armor. smile_o.gif

Now to nag to the WWII addon makers to include this small feature.

Share this post


Link to post
Share on other sites

this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside ghostface.gif

there're still ammunition there, so i certainly sure that the whole tank will detonate.

Share this post


Link to post
Share on other sites
this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside ghostface.gif

there're still ammunition there, so i certainly sure that the whole tank will detonate.

It isnt an explosion inside, it just kills the crew through a simulated an explosion. Unless you are saying that the tank should not be usable for realisms sake.

I doubt a grenade explosion in an M1 would detonate the tank ammo anyways. Depends on the tank and position of ammo of course.

Share this post


Link to post
Share on other sites
this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside ghostface.gif

there're still ammunition there, so i certainly sure that the whole tank will detonate.

It isnt an explosion inside, it just kills the crew through a simulated an explosion. Unless you are saying that the tank should not be usable for realisms sake.

I doubt a grenade explosion in an M1 would detonate the tank ammo anyways. Depends on the tank and position of ammo of course.

Yes most modern tanks i.e. Challenger class hold ammo and charges in bins and racks so no it should not explode if a grenade goes off on the turret floor.

Share this post


Link to post
Share on other sites

Anyone interrested in perfectionizing the script for release and regular usage?

Share this post


Link to post
Share on other sites

Well for that matter i posted it as a suggestion on the inv 1944 forum ,but an official reply wheter to experiment on it i haven't gotten yet.

Share this post


Link to post
Share on other sites

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">AIA will have a look at it. watch this space.

Thank you. smile_o.gif

See ,if you whine long enough it helps. biggrin_o.gif

btw. what's the forum again of AIA?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×