Difference between revisions of "MQ2ScreenShot" - MMOBugs Wiki

Line 38: Line 38:
 
* <span class="highlight2">/ss acmdadd "/plugin mq2chatwnd"</span>
 
* <span class="highlight2">/ss acmdadd "/plugin mq2chatwnd"</span>
 
* <span class="highlight2">/ss acmdadd "/keypress FULLSCREEN"</span>
 
* <span class="highlight2">/ss acmdadd "/keypress FULLSCREEN"</span>
 +
 +
===Example Configuration===
 +
MQ2Screenshot.ini
 +
<pre>
 +
[Before Commands]
 +
bcmd1=/keypress NETSTAT
 +
bcmd2=/plugin mq2chatwnd unload
 +
bcmd3=/keypress FULLSCREEN
 +
[After Commands]
 +
acmd1=/keypress NETSTAT
 +
acmd2=/plugin mq2chatwnd
 +
acmd3=/keypress FULLSCREEN
 +
</pre>
  
 
==Availability==
 
==Availability==
  
 
This plugin is included with the MMOBugs Compile.
 
This plugin is included with the MMOBugs Compile.

Revision as of 01:49, 24 February 2009

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

Description

MQ2Screenshot Turns off mq2 captions, takes screenshot, then turns captions back on.

Commands

  • /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 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"

Example Configuration

MQ2Screenshot.ini

[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.