README.md 861 Bytes
Newer Older
Vasyl Komarychyn's avatar
Vasyl Komarychyn committed
1 2 3 4 5 6 7 8
Installation:
=============

1. Put script into `Users\YOUR_USER\Saved Games\DCS.openbeta\Scripts\Hooks folder`

2. Enjoy SP and MP 


Vasyl Komarychyn's avatar
fix 2  
Vasyl Komarychyn committed
9
Integration script contains 2 telemetry data sets. In `vpc/common.lua` you can find basic telemetry for each plane. Inside `vpc/planes` script generates basic lua file (in case, when it is missing) for each flyiable DCS World aircraft, where you can write your own code and export plane specific telemetry like Handles or Lamps states. You can find planes code examples in `vpc/planes_examples` folder.
Vasyl Komarychyn's avatar
Vasyl Komarychyn committed
10 11

Tips: 
Vasyl Komarychyn's avatar
Vasyl Komarychyn committed
12
- inside `vpcGameGUI.lua` you can find UDP Host and Port options. If these options are changed inside Link Tool - they should be also chaged in this file.
Vasyl Komarychyn's avatar
Fix  
Vasyl Komarychyn committed
13

Vasyl Komarychyn's avatar
Vasyl Komarychyn committed
14
Notice!!! In order to export telemetry inside Multiplayer - your DCS World Server should have `Allow Player Export` and `Allow Sensor Export` options enabled.