Jump to content
Sign in to follow this  
TaskMaster

Adding Tank driver Machine gun

Recommended Posts

I am trying to add a machine gun to the tank drivers postion.

I searched several forums but found nothing that helps.

I have manage to add the gun and have the driver fire it by adding the following to the config.cpp:

.

.

class cfgvehicles {

 class myTank: T72

 {

weapons[] = {"myGun"};

magazines[] = {"myAmmo"};

.

.

.

 };

};

However, the gun firs from some point within the Turret and I cannot determine what selection need to be

added in the P3d to alter its firing point.

Any help would be greatly appreciated.

Share this post


Link to post
Share on other sites

I tried the following in config:

memoryPointGun = "driver_gun_muzzle";

and added "driver_gun_muzzle" selection to memory LOD.

This did not work.

Share this post


Link to post
Share on other sites

Unlike in OFP, in Arma it is not possible to have a driver also operating a weapon. I think it has to do with the way they changed the control setup (in OFP you had the cursor, which you can't control the same in Arma). I could be wrong though.

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  

×