MQ2ScreenShot - MMOBugs Wiki

Plugin Info
Name MQ2ScreenShot
Author Unity0110
Link Wiki Link
Commands /ss
Source Available Yes
Uses INI File Yes

Description

Allows you to take a screenshot without the MQ2 features.

Commands

  • /ss Takes a screenshot.
  • /ss help Display all the commands available with a description.
  • /ss load Load all commands from the .ini file.
  • /ss save Saves all commands to the .ini file.
  • /ss delay How long to wait for MQCaptions to turn off. (Pulses)
  • /ss acmdadd Adds a command that is executed after the screenshot is taken.
  • /ss acmddel Deletes a command that is executed after the screenshot is taken.
  • /ss bcmdadd Adds a command that is executed before the screenshot is taken.
  • /ss bcmddel Deletes a command that is executed before the screenshot is taken.
  • /ss cmdlist Lists all before and after commands.
  • /ss cmdclear Clears all before and after commands.

Example Usage

This command will take a screenshot without MQCaptions in it.

  • /ss


Before commands: These commands are executed just before the screenshot is taken.

  • /ss bcmdadd "/keypress NETSTAT"
  • /ss bcmdadd "/plugin mq2chatwnd unload"
  • /ss bcmdadd "/keypress FULLSCREEN"


After commands: These commands are executed after the screenshot is taken.

  • /ss acmdadd "/keypress NETSTAT"
  • /ss acmdadd "/plugin mq2chatwnd"
  • /ss acmdadd "/keypress FULLSCREEN"

Sample Configuration

MQ2Screenshot.ini

[Settings]
Delay=50
[Before Commands]
bcmd1=/keypress NETSTAT
bcmd2=/plugin mq2chatwnd unload
bcmd3=/keypress FULLSCREEN
[After Commands]
acmd1=/keypress NETSTAT
acmd2=/plugin mq2chatwnd
acmd3=/keypress FULLSCREEN

Availability

This plugin is included with the MMOBugs Compile.