DerekSpeare Posted December 23, 2020 Posted December 23, 2020 I don't think a stopwatch overlay/plugin/doodad exists for us DCS VR pilots (or for the flat earthers). Since having a running timer and stopwatch is part of pilotage, it would be cool if such an add-on existed. Yes, some planes have timers, but some do not. My vision for the stopwach overlay would be simple like the scratch pad or SRS. It would have two timers, one being the elapsed flight/mission time and the other a resettable stopwatch for timing between waypoints. Can someone make one? ED? Can one be made easily? (likely no). Derek "BoxxMann" Speare derekspearedesigns.com 25,000+ Gaming Enthusiasts Trust DSD Components to Perform! i7-11700k 4.9g | RTX3080ti (finally!)| 64gb Ram | 2TB NVME PCIE4| Reverb G1 | CH Pro Throt/Fighterstick Pro | 4 DSD Boxes Falcon XT/AT/3.0/4.0 | LB2 | DCS | LOMAC Been Flight Simming Since 1988! Useful VR settings and tips for DCS HERE
Noisy Posted December 24, 2020 Posted December 24, 2020 DCS_Stopwatch.zip This one just has the one timer. Based off of srs's overlay. 2 https://ready-room.net DCS cloud mission hosting.
Bailey Posted December 25, 2020 Posted December 25, 2020 23 hours ago, Noisy said: DCS_Stopwatch.zip This one just has the one timer. Based off of srs's overlay. This is awesome! Thank you! I changed the keybinds to Ctrl+Shift+F2 and Ctrl+Shift+F3 for the toggle and resets and it works great! 1 DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
DerekSpeare Posted December 25, 2020 Author Posted December 25, 2020 He has a new version with system time and stopwatch. I will leave it to him to post it. but there is a new version. Derek "BoxxMann" Speare derekspearedesigns.com 25,000+ Gaming Enthusiasts Trust DSD Components to Perform! i7-11700k 4.9g | RTX3080ti (finally!)| 64gb Ram | 2TB NVME PCIE4| Reverb G1 | CH Pro Throt/Fighterstick Pro | 4 DSD Boxes Falcon XT/AT/3.0/4.0 | LB2 | DCS | LOMAC Been Flight Simming Since 1988! Useful VR settings and tips for DCS HERE
Bailey Posted December 27, 2020 Posted December 27, 2020 On 12/26/2020 at 7:37 AM, DerekSpeare said: He has a new version with system time and stopwatch. I will leave it to him to post it. but there is a new version. On 12/24/2020 at 11:09 AM, Noisy said: DCS_Stopwatch.zip This one just has the one timer. Based off of srs's overlay. I'll be ready for it! I am a big fan bc now I can see how much time I am wasting, spending in DCS . DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
Noisy Posted December 28, 2020 Posted December 28, 2020 (edited) No worries. I prefer the simplicity of a single timer, but here it is DCS_Stopwatch_with_os_time.zip Edited December 28, 2020 by Noisy 1 https://ready-room.net DCS cloud mission hosting.
Bailey Posted April 30, 2022 Posted April 30, 2022 (edited) I was getting an odd os.time() conversion, possibly due to timezones. I changed the code at line 121 to: table.insert(_listMessages, { --message = formatTime(os.time()), -- default way to do it message = os.date("%H:%M:%S"), skin=_yellowText, height = 20 }) and it works well for me. The default method was a few hours off. Edited April 30, 2022 by Bailey DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
Recommended Posts