Running EG-Overlay

Running EG-Overlay#

EG-Overlay can be started by just running the main program, eg-overlay.exe. Most users won’t need to do anything additional.

Command Line Options#

--debug#

Enable debug logging.

Version History

Version

Notes

0.3.0

Added

--target-win-class <window class name>#

Set the window class that is used to determine the target window. This is normally a GW2 window, but it can be set to something else for debugging purposes.

Version History

Version

Notes

0.3.0

Added

--script <script path>#

Run a Lua script instead of starting the overlay.

Version History

Version

Notes

0.3.0

Added

--lua-path <path>#

Add the given directory to the Lua module search paths.

Version History

Version

Notes

0.3.0

Added