--- NOTE FOR 1.5 OPENBETA USERS --- Issue: ED has made DCS 1.5ob a complete seperate install from 1.2 which causes VAICOM to not correctly load settings/mission data for 1.5ob. You will see some 'file not found' messages when VAICOM initializes. This has to do with DCS folder naming, it should automatically be resolved when ED releases 1.5 as an official update (which should be very soon now). Workaround: In the mean time if you're on 1.5ob you can try this. With a text editor (notepad or Notepad++) edit the file called 'VAICOM_fetch_data.cmd' in VAICOM\Tools folder and change this line 'COPY /Y %USERPROFILE%\AppData\Local\Temp\DCS\tempMission.miz TEMP\tempMission.zip' into: COPY /Y "%USERPROFILE%\AppData\Local\Temp\DCS.openbeta\tempMission.miz" TEMP\tempMission.zip Note that when 1.5 gets out as an official release you will have to change this back.