Simple configurable script to input preplanned missions and waypoints coordinates into DCS aircraft.
Currently supported aircraft:
- F/A-18C
- AV-8B
- M-2000C
- F-14A/B
- A-10C
- Download and install Google Tesseract
- Unzip the contents of the DCS-Waypoint-Editor ZIP to a folder
- Run
dcs_wp_editor.exe
and perform the first time setup.
Waypoints and JDAM preplanned missions can be added by either manually entering a set of coordinates or capturing them from the DCS F10 map via optical text recognition.
-
Choose a waypoint type (WP = regular waypoint, MSN = JDAM preplanned mission)
-
Enter the latitude and longitude. Decimal seconds are supported.
-
Enter the elevation in feet (optional for regular waypoints, mandatory for JDAM preplanned missions)
-
(Optional) Choose a sequence to assign the waypoint to.
-
(Optional) Assign a name to the waypoint.
-
Click
Add
to add the waypoint to the list of active waypoints
-
Make sure your F10 map is in DD MM SS.ss or MGRS coordinate format. You may cycle coordinate formats with
LAlt+Y
. -
Click
Capture from DCS F10 map
-
In the DCS F10 map, hover your mouse over your desired position
-
Press the key you bound to F10 map capture during first time setup (default is
LCtrl+T
). The results will be indicated in the capture status textbox. -
(Optional) Assign a name to the waypoint.
-
Click
Add
to add the waypoint to the list of active waypoints
Quick capture works in a similar way to regular coordinates capturing, except it will automatically add a waypoint
at the desired position every time the F10 map capture keybind is pressed. This can be toggled on/off with a
hotkey (default is LCtrl+LShift+T
).
You may select a position from a list of preset coordinates. Coordinates for all Caucasus and PG airfields and BlueFlag FARPS are included.
Hornet JDAM preplanned missions work in a similar way to waypoints, however, you must select the correct station for the mission to be assigned using the station selector.
An optional hotkey can be assigned to enter coordinates into the aircraft. This is done during initial setup of the application.
-
Make sure the main HSI page is on the AMPCD (bottom screen) if you are entering waypoints.
-
If you are entering JDAM preplanned missions, make sure the JDAM preplanned missions page is on the left DDI
-
With a list of active waypoints and/or JDAM preplanned missions, click
Enter into aircraft
-
Tab back into DCS and let it enter everything
-
Make sure the main EHSD page is on the left AMPCD (left screen).
-
With a list of active waypoints, click
Enter into aircraft
-
Tab back into DCS and let it enter everything
-
With a list of active waypoints, click
Enter into aircraft
-
Tab back into DCS and let it enter everything
You may save your current list of waypoints as a profile and then load it later. Clicking save
with a profile active
will overwrite it with the current list.
If you wish to share your current profile, click Export to file
and give it a descriptive name.
Profiles may be imported from a file that was previously exported.
You may add more preset locations by adding more JSON formatted files in the data folder,
following the format in pg.json
and cauc.json
.
Support for exporting current profile to an encoded string has been implemented to allow for quick sharing
of waypoint and mission data to other people. Once you have created a mission, click the Encode to String
button. This will copy an encoded string to your clipboard to share with other users.
Once another user has sent their encoded string to yourself, just copy the string to your clipboard (default LCtrl+C
)
and press the Decode from String
button in the application. If successful, their mission data should be imported into
a new profile and a pop-up should appear letting you know import was successful.
- Attempting to enter sequence #2 or #3 without sequence #1 will not work.
If you'd like to support my work, it is very much appreciated!
DCS-BIOS is redistributed under GPLv3 license.
DCS-BIOS: https://github.com/DCSFlightpanels/dcs-bios
PyMGRS by aydink