XaiJu
avb
avb

patreon


WTRTI v2.0


General:

      Native Linux port of WTRTI.

      Works with native and wine(Windows) versions of the game.

      Borderless window mode, requires Compositor to be enabled.

     - HiDPI monitors support

     - themes (classic, light, pink, grey, black)

     - draggable indicators at the main window

     - switching localization on the fly

     You can enable specific mode by Settings->Advanced->"FM mode"/"VR mode"

     The "VR" button(VR Settings) at the main window, only appears when "VR mode" is enabled.

     Available at "Custom Indicator Settings window"->Lua script. After enabling this option, Lua Sample script will be created at Indicators/"Name"/update.lua.

     For now you can create a completely new indicator with custom name, units and value processing.


Scripting:

     example:   math.cos(x)

      getUpdateTime() - returns Update Time in seconds.

      getStateValue(state_key_str) - to get values from "State" list.

      If the key is not found, the function returns nil. Check the Value for 'nil' before using it.


Groups:

     With ability to use "%d" in the group name, for sub-group numeration.

      Example: Engine %d

     List: ENGN1, ENGN2, ENGN3, RPM1, RPM2, RMP3, etc

     Shuffle (like in the game): ENGN1, RPM1, ENGN2, RPM2, ENGN3, RPM3, etc

     sw - screen width in pixels.

     sh - screen height in pixels.

     example:

     '(sw / 2) + 100' : this expression will set the X/Y position to the center of the screen and add 100 pixels.


Vehicle Information window:


Battle log window:


OSD:

     This will allow you to switch to "Windowed" mode and move the OSD window to the second monitor.


Indicators:

     This option allows you to place the indicator value in the "State" list(F2 at the main window).

     All "In-State" indicators will be in a separate calculation order("from top to bottom"), before of non-"In-State" indicators.

     An indicator with an "In-State" key that depends on another "In-State" indicator, must be below of that indicator in the main list, otherwise it will be "N/A".

    "Specific energy, J/kg" (MER)

         "Supercharger gear", "Critical AoA", "Critical G", "Wing flutter", "Gear flutter", "Flaps flutter"


Fixes:

     Also checks the condition even if Alert depends on the "N/A" indicator.




More Creators