Skip to content

Ethos simulators

Bertrand Songis @ FrSky edited this page Oct 23, 2024 · 8 revisions

Download the simulator installation program on your computer

Latest simulators can be found here: https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/tag/simulators

Download them on your computer image

Double click to install

image

Answer to questions

image

Wait until installation is complete

image

Launch the simulator

image

Keys and shortcuts

You can now click on the simulator keys to navigate, or use the keyboard and rotary encoder

Here is the page where the shortcuts are explained: https://github.com/FrSkyRC/ETHOS-Feedback-Community/wiki/Ethos-Simulator---Keyboard-Shortcuts

How to execute macros

If you launch the simulator from the Windows / Linux console, and press [space], you will record a macro: all the keys / touch events are recorded. When pressing [space] again, this macro will be stored on your computer and you will be able to replay it later.

Example1: executes simulator with FR radio settings in read only mode (it won't overwrite the settings and models), and runs the wizard.lua macro

cd ethos-manual\french\forge
'C:\Program Files (x86)\FrSky\Ethos\X20S\simulator.exe' --radio-settings .\x20s-fr.bin --read-only --exec .\macros\mainview.lua

Here is the full list of simulator arguments:

  --version      Shows the version and quits.
  --help | -h    Shows this help text and quits.
  --exec         Executes a lua script and quits.
  --no-gui       Executes the simulator in console mode.
  --no-audio     Executes the simulator in silent mode.
  --read-only    Executes the simulator in read-only mode.
  --system-directory     Set the system directory.
  --user-directory       Set the user directory.
  --audio-directory      Set the audio directory.
  --documents-directory          Set the documents directory.
  --bitmaps-directory    Set the bitmaps directory.
  --scripts-directory    Set the scripts directory.
  --radio-settings       Set the radio settings file path.
  --macros-directory     Set the macros directory.
  --screenshots-directory        Set the screenshots directory.