Skip to content

Commit 8dbe206

Browse files
authored
Add missing info for /mqoverlay (#77)
* Updated other text to match in-game print. * Resolves #76
1 parent f218a75 commit 8dbe206

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

reference/commands/mqoverlay.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
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

0 commit comments

Comments
 (0)