update section about inserting coords in README

This commit is contained in:
Markus Ast 2021-10-15 18:19:19 +02:00
parent 8798859a8f
commit 9b020a0cae
No known key found for this signature in database
GPG Key ID: A24156F14E230197

View File

@ -26,9 +26,9 @@ The Scratchpads content is persisted into `Scratchpad\0000.txt` (in your saved g
When DCS starts, the Scratchpad looks for all text files inside the `Scratchpad\` directory (in your DCS saved games folder that do not exceed a file size of 1MB). If there is more than one, it will show buttons (←/→) that can be used to switch between all those text files. The file `Scratchpad\0000.txt`, where the content is persisted into by default, can be freely renamed, it is _not_ necessary to use the `000x` naming scheme.
## Insert Mark Point Coordinates
## Insert Coordinates from F10 map
This is unfortunately _only_ available for servers (the client hosting a server, or in singleplayer). If you are the server, there will be a `+ L/L` button below the text area of the Scratchpad that can be used to automatically append the coordinates of all currently existing mark points (the mark labels that can be added in the F10 map) to the currently opened page.
This is only available in single player or for servers that have _Allow Player Export_ enabled. If available, you'll have a checkbox at the bottom for the Scratchpad. The mode to insert coordinates is active while the checkbox is checked. While active, you'll have a white dot in the center of your screen and an additional `+ L/L` button below the text area of the Scratchpad. Open the F10 map and align the white dot with your location of interest and hit the `+ L/L` button. This will add the coordinates of the location below the white cursor to your Scratchpad.
## Kudos