File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77## Syntax
88<!-- cmd-syntax-start-->
99``` eqcommand
10- /mqoverlay [reload | resume | stop | start | cursor [on|off] debug [mouse|graphics|fonts|cursor]]
10+ /mqoverlay [reload | resume | stop | start | cursor [on|off] | perchar [on|off] | copy {[server] <character> | default} | debug [mouse|graphics|fonts|cursor]]
1111```
1212<!-- cmd-syntax-end-->
1313
@@ -17,7 +17,13 @@ Simple controls for the imgui overlay in MacroQuest. If imgui crashes, it can be
1717<!-- cmd-desc-end-->
1818## Parameters
1919
20- - ** reload** - Reloads the overlay
21- - ** resume** - If imgui crashes, it can be resumed with this option.
22- - ** start|stop** - Starts or stops the overlay
23- - ** debug** - overlay debug info
20+ - ** reload** - Reload the overlay by shutting it down and starting it back up again.
21+ - ** resume** - Resumes the overlay in the event that an error has occurred.
22+ - ** stop** - Turns off the overlay. This state does not persist between MQ sessions.
23+ - ** start** - Turns on the overlay.
24+ - ** cursor [ on|off] ** - Turn cursor attachment emulation on/off (no param will toggle).
25+ - ** perchar [ on|off] ** - Turn per character overlay INI file on/off (no param will toggle).
26+ - ** copy** - Copy an overlay INI configuration to the currently logged in character.
27+ - ` copy [server] character ` - From the specified server+character (defaults to current server).
28+ - ` copy default ` - From the default overlay INI file.
29+ - ** debug** - overlay debug info
You can’t perform that action at this time.
0 commit comments