Imports waypoints right into the plane navigation system, like a Data Transfer Cartridge. DCS Forums thread here
You choose points on the DCS F10 map, press a button, and those points will be entered as steerpoints into your plane automatically. You can also share those waypoints with your friends, and you will all fly the same route, regardless of the module they choose.
Supported modules:
- F-15E
- F-16 (& All IDF Mods Project F16s)
- F/A-18C (& Superbug FA-18E/F/G)
- A-10C and A-10C2
- Mirage 2000
- AV8BNA Harrier
- Ka-50 Blackshark
- AH-64D Apache (Pilot and CP/G)
- Mirage F1EE
- AJS-37 Viggen
- JF-17 Thunder
Multiplayer is supported as long as the server has Player Exports turned on (most servers do).
The special functionality is accessed using naming patterns. They are not case sensitive so "Additional" and "additional" are equivalent.
- Desired heading
If the name of the waypoint is 3 digits (e.g. 090) then it interpreted as desired heading (Route Désirée) which can be seen using the RD button on the PCA top row. - Creation of offset waypoints (BAD)
Create a waypoint after another and name it "BAD" or "Additional" and then it will be created as an offset for the previous waypoint. This will enable toss bombing a target using CCRP. Can also be created directly using shortcut Ctrl+Shift+A
- Waypoints are processed in order and assigned to B1 up to B9 (Shortcut Ctrl+Shift+S)
- Points named "M" or "Additional" are created as target waypoints (Shortcut Ctrl+Shift+A)
- Points named "Bx1" to "Bx9" are created as markpoints (and don't fall into B1-9 range), no shortcut key.
- Numbers are extracted from waypoint name (1 to 39). If no number is found then the previous waypoint number is incremented by 1.
-
- 01-29 Normal waypoint (Ctrl+Shift+A)
-
- 30-35 Route point (Steerpoints for anti-ship missiles)
-
- 36-39 Pre-planned points (Precision guidance for GPS weapons)
- DTC F10 map naming convention can be used
-
- Points named "PP1" to "PP4" or "Additional" are created as pre-planned points (Shortcut Ctrl+Shift+A)
-
- Points named "RP1" to "RP6" are created as route points , no shortcut key.
For example list of 4 points named "WPT1", "waypoint2", "3", " " would be created as waypoints 01 to 04
For getting the QFE of the target point without a kneeboard, you can use methods mentioned in this video from xxJohnxx What is QFE?
- On runway, set backup altimeter to show airport's altitude above sea level, its airpressure is now your QNH.
- Note the altitude of the target, use formulas for ballpark figures:
- Meters: QFE = QNH - tgt_alt / 9
- Feet: QFE = QNH - tgt_alt / 30
Note that these are very rough estimates for QFE.
-
Download the latest zip file from the Releases section, and extract it.
-
Copy everything in
Scripts
folder from the folder you just extracted intoUsers/YourUsername/Saved Games/DCS/Scripts
. TheDCS
folder name may beDCS.openbeta
if you are on the openbeta version of the game. If you are on Steam, the name will always be justDCS
. -
Edit the
Export.lua
file there and append this line at the end of the file, and save it:
local TheWayLfs=require('lfs'); dofile(TheWayLfs.writedir()..'Scripts/TheWay.lua')
If there is no Export.lua
file already existing there, create it yourself, and it should include only the line above.
- Run the installer from the zip file you've previously extracted.
- After installation, the program will launch, and you can go fly! You can find a shortcut to TheWay on your desktop.
If you are updating from an older version, simply download the newest release, rerun the installer and replace your existing Scripts files in Saved Games with the new ones.
Video tutorial here:
Make sure you have downloaded the program from the Releases section, and not the source code.
For VR the main waypoint list is not visible, but everything can be controlled using keybinds:
CTRL+SHIFT+F: Show/Hide crosshair
CTRL+SHIFT+S: to save a point
CTRL+SHIFT+A: to save a point named "Additional"
CTRL+SHIFT+T: to transfer the waypoints
CTRL+SHIFT+D: to delete all waypoints
Make sure you have followed the install instructions to the letter, and that every file is where it should be. Check if the server you are flying on has Player Exports turned on. If it doesn't, this won't work!
TheWay files are installed in Windows at C:\Users\USER\AppData\Local\Programs\theway
Go to C:\Users\USER\AppData\Roaming\theway
and delete the config.json
file. Now the dialogs will appear again.
This is a fork of DCSTheWay - AronCiucu
This is the way.