-
Notifications
You must be signed in to change notification settings - Fork 90
Ethos simulators
Latest simulators can be found here: https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/tag/simulators
Download them on your computer
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
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.