rkusa / dcs-scratchpad

Resizable and movable DCS World ingame Scratchpad for quick notes - especially useful in VR.
MIT License
179 stars 32 forks source link

Outputting only DMS precision coordinates? #69

Closed Gil80 closed 2 weeks ago

Gil80 commented 2 weeks ago

Hi, Is it possible to only output DMS precision coordinates in the text area, instead of all the other formats?

rkusa commented 2 weeks ago

You'd have to change the copy of your mod. If you replace those lines with

return {DMS = true, DDM = false, MGRS = false}

you should get the desired result.

Gil80 commented 2 weeks ago

Thank you.

Lastly, is it possible to use this add on to automatically insert the coordinates via UFC in the F18?

rkusa commented 2 weeks ago

Lastly, is it possible to use this add on to automatically insert the coordinates via UFC in the F18?

Yes, @aeronautes created a plugin for that. At the top of the plugin script, there is a install and usage documentation: https://github.com/rkusa/dcs-scratchpad/blob/main/Scripts/Scratchpad/Extensions/Disabled/aeronautes-pit.lua

Gil80 commented 2 weeks ago

Lastly, is it possible to use this add on to automatically insert the coordinates via UFC in the F18?

Yes, @aeronautes created a plugin for that. At the top of the plugin script, there is a install and usage documentation: https://github.com/rkusa/dcs-scratchpad/blob/main/Scripts/Scratchpad/Extensions/Disabled/aeronautes-pit.lua

Sorry to bother you once again. I tried to use it but it doesn't seem to input the correct coordinates. Do I need to be in precise mode or some other f18 config for this plugin to work?

Untitled-1

rkusa commented 1 week ago

@Gil80 I personally haven't used this mod yet so I cannot help. Maybe check the forum thread about the Scratchpad it looks like it has some conversations about the mod: https://forum.dcs.world/topic/195700-in-game-scratchpad-mod-available-works-great-in-vr/page/32/