HOW TO vACMIFY ANY AIRCRAFT IN P3D V. 4.x
The latest version of vACMI allows you to make any aircraft capable of dropping bombs on ground targets, firing cannons against ground or air targets or launching missiles against aerial targets.
The procedure is very easy and does not require having programming knowledge.

The procedure requires:
1. edit the panel.cfg file
2. possibly modify a vACMIfied.xml file changing some parameters or accept the default ones without modifying anything.

1a. In the panel.cfg file you need to add a 2D window to open the vACMI client window

Code:

Code:
 [Window Titles] 
    .... 
    Window0X=vACMI client
1b. in a virtual cockpit add the following lines:
Code:

Code:
 //*************** 
    // vACMI modules 
    //*************** 
    gauge79= .\!vACMIfied 
    gauge80=..\..\..\..\vACMI!welcome,1,1,1,1 
    gauge81=..\..\..\..\vACMI!init,1,1,1,1 
    gauge82=..\..\..\..\vACMI!ipc_module,1,1,1,1 
    gauge83=..\..\..\..\vACMI!ground_tgt,1,1,1,1 
    gauge84=..\..\..\..\vACMI!SAM_bo,1,1,1,1 
    gauge85=..\..\..\..\vACMI!AAA_bo,1,1,1,1 
    gauge86=..\..\..\..\vACMI!radar,1,1,1,1 // needed to vacmi connection in mp 
    gauge87=..\..\..\..\vACMI!cs_routes,1,1,1,1 
    gauge88=..\..\..\..\vACMI!tgt_seeker,1,1,1,1 
    // vACMI sounds 
    gauge89=..\..\..\..\SimSkunkWorks\vACMI\modules\vACMI_voice_x64!Sound, 1,1,1,1, .\SimSkunkWorks\vACMI\sound\vacmi_sounds.cfg
INSTALL FILES
1. Download and from here:
https://www.dropbox.com/s/rcubohgqby...6.7.7.exe?dl=0
vACMI package and install it

2. Download the vacmify.zip from here:
https://www.dropbox.com/s/r7wchzm0mb...cmify.zip?dl=0

unzip and copy vACMIfied.xml into the aircraft /panel subfolder (or subfolder containing the panel.cfg)
The zipped file contains also an example of panel.cfg for
<device>\Program Files\Lockheed Martin\Prepar3D v4\SimObjects\Airplanes\Alabeo Extra300S P3D\panel
It can be used to watch how the panel.cfg of every aircraft can be edited.

HOW TO OPERATE

- Accepting defaults you have already loaded:
4 bombs MK82RT Snake Eye
4 AIM9L missiles
400 20mm rounds

- Once airborne all weapons are ready, however before use them you should set the vACMI Master Arm ON (shift+A)
- Bomb can be dropped using "SPACE"
- Gun can be operated with the BRAKES key (normally the joystick trigger)
- Missile can be launched assigning a key to the LANDING LIGHT (Center) sim event, we suggest button 2 of the joystick

Note:
- if you want change bombs loaded edit the vACMIfied.xml and change parameters on the file header, code should be self explanatory
- the vACMI client pop-up window auto-opens within 30 seconds after having loaded the vACMI module, unless you are using the vACMI server or target file that window
is not needed, you can close it. Those interested to use the vACMI server should visit the SSW Combat Zone site:
http://www.simskunkworks.com/combatzone/index.php


WEAPON CHARACTERISTICS
- vACMI Free fall / retarded bombs have realistic ballistic trajectory since have their own .air file, if the known target has been
hit produces an explosion.
- vACMI guided weapons such as GBU-12 can be aimed against a known ground/sea target, target files are easily done using vACMI partner
- vACMI Gun against aerial targets computes and solves the aiming problem, Betty voice advise you when you are on a good position to shoot
- vACMI Gun against ground targets compute bullets impact point and and produces an explosion if the targets has been hit.
- vACMI AA missiles have a seeker growling that indicates:
* lower frequency growling, seeker is searching
* higher frequency growling, target is on range
Target enters on range and is locked when distance from target is less than 7 NM and within a +- 10° searching cone ,
when locked the target remain locked within a +- 25° cone

SUPPORT
SSW is availabe to give support to those user who want to further customize their aircrafts.
To this end open a ticket on SSW help desk under vACMI ticket category.

WHAT vACMI CAN'T DO
vACMI does not take care of the weapons that are or are not attached to the model, it simply constructs a weapon and manage it
until hit the target or the ground.
Therefore it cannot render/hide weapons on the model, is the programmer responsibility to take care of the weapon visibility,
and all related questions about weight, drag and such.