Home   Help Search Login Register  

Author Topic: How Make IA Load HEAT  (Read 589 times)

0 Members and 1 Guest are viewing this topic.

Exaercase

  • Guest
How Make IA Load HEAT
« on: 02 Oct 2004, 05:04:35 »
Hello,

   I have search in all the forum but nobody seems to have answer to the question : How make AI Load HEAT (or anyother shell type) ???

   Thx in Advance

HuNtA

  • Guest
Re:How Make IA Load HEAT
« Reply #1 on: 02 Oct 2004, 09:52:54 »
tank selectWeapon "weaponname"

eg. if U wanted a tank to select the HEAT shell, U would put in its init

this selectWeapon "HEAT125"

Maclav

  • Guest
Re:How Make IA Load HEAT
« Reply #2 on: 03 Oct 2004, 14:54:57 »
the "weaponname" depends on the type of the tank.
Generally, there are shells and heats, but with various numbers.
Abrams - 120
M60 - 105
T-80 - 125
T-72 - 125
BMP - 73
T-55 - 105
if you want, for example, an Abrams to load a HEAT, you write nameoftank selectweapon "HEAT120"
if you order him to load for example HEAT 125, I suppose it won`t work.

Comrade Joe

  • Guest
Re:How Make IA Load HEAT
« Reply #3 on: 04 Oct 2004, 09:33:18 »
Or if you want the tank to fire ONLY heat-shells, you could try this:

removeallweapons "tankname"
"tankname" addweapon "heat105" (m60 cannon)

Actually, with this saweet feature, you can add any weapon you like to your tank (how about some 57mm rockets, a 125mm gun and a 32mm cannon on an M2? Or even on a single soldier!) :D .
« Last Edit: 04 Oct 2004, 09:34:16 by Comrade Joe »

Maclav

  • Guest
Re:How Make IA Load HEAT
« Reply #4 on: 04 Oct 2004, 17:14:19 »
you can try adding these lines to the init of a jeep with MG or a static MG:
this addweapon "zsucannon";this addmagazine "zsucannon" and it shall shoot with AA bullets (Shilka cannon). Normal MG bullets still remain. Or a FFAR launcher. That`s fun.
« Last Edit: 04 Oct 2004, 17:16:32 by Maclav »