General:
- Changed WIP version numbering from "build date" to WIP#.
- Added "Docs/CHANGES_2.3.txt" with full list of v2.3 changes.
Indicators:
- Added the ability to display text values from "State Key"(eg. "type"...
2024-01-19 15:30:04 +0000 UTC
View Post
"Plot" Window:
If all the selected data for the Y-axis have the same name, the line names in the Legend will be by group.
Indicators:
General:
You can now create a script, like this:
#!/bin/bash
export PATH=$PATH:/path/to/WTRTI
./launcher &
2023-12-08 15:00:12 +0000 UTC
View Post
The new feature allows you to load CSV files from previous tests and visualize them on the plot.
2023-12-04 15:55:50 +0000 UTC
View Post
General:
Plot Window (New):
W...
2023-11-28 15:01:08 +0000 UTC
View Post
A new window that visualises real-time telemetry data on a plot.
2023-11-24 16:38:58 +0000 UTC
View Post
OSD:
Requires that WTRTI be run with administrator privileges, and enabled "Fullscreen Optimizations" in Properties for the game executable (by default is en...
2023-11-01 14:14:06 +0000 UTC
View Post
A new feature that allows you to play the game in Fullscreen mode instead of "Fullscreen window" (Borderless).
2023-10-26 19:19:36 +0000 UTC
View Post

General:
General:
How-to:
1. Start the game with gamescope in terminal.
2. In terminal find which socket is used for Xwayland server (on X11 it's usually: :1, on Way...
2023-10-13 11:30:01 +0000 UTC
View Post
Script options, for custom indicators that can be specified in lua-script, set in the GUI and saved in the profile.
2023-10-10 15:46:16 +0000 UTC
View Post
Indicators:
- Added hotkeys for switching the view mode: fps_view_key (F2) and tps_view_key (F3)
- Improved "FPS view" mode..
- Reduced jit...
2023-09-29 11:30:01 +0000 UTC
View Post
Key state in lua-script
2023-09-27 17:47:14 +0000 UTC
View Post
by Zekex
2023-09-19 11:29:57 +0000 UTC
View Post
General:
Updated internal FM database to the game version 2.29.0.24.
Reduced "Updated Interval" increment value, 25 -> 5, from now you can set 5 ms update interval.
Included a new showcase HUD "Indicator" by Zekex: GFX HUD..
...
2023-09-19 11:27:21 +0000 UTC
View Post
2023-09-08 15:01:27 +0000 UTC
View Post
Scripting:
- Added ability to make a custom graphical indicators in Lua, with Graphics API similar to HTML5 canvas API.
To understand the basics, it's recommended to take a look at the code of "GFX Boresight". For a bit more complex example...
2023-09-08 13:00:41 +0000 UTC
View Post
Custom Graphical Indicators in Lua script
2023-08-29 09:39:23 +0000 UTC
View Post
General:
- Added "Welcome" window, displayed only once at startup.
Fixes:
- Fixed potential deadlock (freez) when closing the app.
- Deprecated "Forum" button replaced with Discord.
- Better handling of abnormal termi...
2023-08-23 14:29:51 +0000 UTC
View Post
Settings:
- Advanced: Ability to set the "Playback Device" for Alert Sounds.
Game Chat Settings:
- Add missing Lingva's "Instances Checking" button for the in-app translate.
Fixes:...
2023-08-17 13:09:10 +0000 UTC
View Post
General:
- The network library has been replaced to improve performance and stability, and to reduce the size of the executable (8.6MB -> 6.6MB).
- Added WTRTI's log-to-file for debugging purposes (located at Logs/WTRTI.log).
2023-07-29 11:25:05 +0000 UTC
View Post
General:
- Added initial "DCS World" support.
Installation:
1. Copy-Paste the Export.lua (DCS folder) file to the %USERPROFILE%\Saved Games\DCS\ folder.
2. Enable "TCP Listener" (Settings ->...
2023-05-30 10:41:51 +0000 UTC
View Post
Settings:
- Group tab: Added "Multi-Group setup" feature, to set up multiple groups at the same time.
Select multiple groups in the group list, change the settings, and click Apply.
Only the changed settings will be applie...
2023-04-30 10:52:38 +0000 UTC
View Post
General:
- Added the ability to use Joystick buttons as Hotkeys.
- Windows: Any device that supports: DirectInput or Xinput.
- Linux: evdev.
- Added a new sho...
2023-04-28 12:00:06 +0000 UTC
View Post
General:
- Added ability to set multiple hotkeys for an action (max. 3 combinations).
Fixes:
- GUI: Fixed random switching of the game state(in battle or not), that may lead to in the "State" window flickering values.
- Game...
2023-03-28 13:33:22 +0000 UTC
View Post
Settings:
- Added ability to change the font "Units Scale" (Group tab), default value is 75%.
Indicators:
- Added ability to set Alert condition for a specific Value index (Any or 1-8).
State:
General:
- Added local TCP listener (9111 port), which can receive data in JSON form (e.g. DCS World, the Export.lua file will be available later).
OSD:
- WTRTI: The font renderer has been rewritten to improve perf...
2023-02-17 12:31:52 +0000 UTC
View Post
Right after the v2.1 release, I decided to rewrite a font renderer for the built-in OSD.
As a result, we now have less CPU usage and 3-4 times more FPS when the update time is uncapped.
On newer systems, the difference may not be significant or even noticeable, but on older or slower ...
2023-02-17 12:30:11 +0000 UTC
View Post
General:
- Make "Show values" enabled by default.
VR Settings:
- Added "Reset" button, to reset VR settings to their default values.
Fixes:
- Fi...
2023-01-30 14:17:42 +0000 UTC
View Post
General:
- Added the app auto-update system, with a new option "Automatically update check" in Settings.
- Increased default "Value Alignment": 6 -> 9
State window:
- Save size and position of the window at clo...
2023-01-20 14:49:22 +0000 UTC
View Post