A simple overlay application for Warframe that shows the current time of day at the Plains of Eidolon.
Warning: This program obtains information by parsing the worldState.php and the log file of the game (EE.log). This program will NOT modify the game files or the game process' memory, and I don't think using this program would violate the ToS of the game. However, YOU MUST USE IT AT YOUR OWN RISK.
Note: To use this program, you have to run the game in "Windowed" or "Borderless Fullscreen" mode. Due to how the game works in "Fullscreen" mode, it's not possible to support that as a third-party program. The overlay implements "Standalone" mode: if you have multiple monitors, you can run the clock overlay in the other monitor, as a separate window.
Note: As of 2019-04-01, the application uses bounties expiry information from EE.log (the game's main log file) as well as worldState.php. It shows the accurate time for the host while in the Plains, but otherwise the time may be off by ~1 minute, similar to other PoE clocks.
This program is a free software and licensed under the MIT License. It comes without any warranty. As of 2019-05-06, the comiled binary contains data from Warframe Worldstate Data.
<path to the executable>.Config
.Compiled binary (2020-06-08; Fixed Arbitration tracker for the current version of the game. Removed Kuva Flood tracker temporarily until we find out another way to detect it. Removed night sync display, which is no longer a thing (This is a good news!). Updated warframe-worldstate-data to the latest revision.): https://poepoe.org/warframe/files/WarframeClock.2020-06-08.exe
Source code (the MIT License): https://git.rhe.jp/wf-clock.git
Playing Warframe on Linux? Here is an alternative version built with Ruby/GTK3 - the Windows version is built with WPF and will not work properly on Linux.
Similarly to the Windows version, the overlay tries to find Warframe's main window and stick to it.
Arbitration and Kuva Flood trackers are not implemented because I no longer play these daily.
$ git clone https://git.rhe.jp/wf-clock.git && cd wf-clock/gtk3
$ # Check 'README' and follow the instructions