Difference between revisions of "MQ2ScreenShot" - MMOBugs Wiki

(New page: {{plugin}} {{Pluginbox | name = MQ2Screenshot | author = Unity0110 | link = [http://www.mmobugs.com/wiki/index.php/MQ2Screenshot Wiki Link] | commands=/ss | source = Yes ...)
 
Line 16: Line 16:
 
* <span class="highlight2">/ss load</span> Load all commands from the .ini file.
 
* <span class="highlight2">/ss load</span> Load all commands from the .ini file.
 
* <span class="highlight2">/ss save</span> Saves all commands to the .ini file.
 
* <span class="highlight2">/ss save</span> Saves all commands to the .ini file.
* <span class="highlight2">/ss acmdadd</span> Adds a command that is executed after the screenshot is taken
+
* <span class="highlight2">/ss acmdadd</span> Adds a command that is executed after the screenshot is taken.
 
* <span class="highlight2">/ss acmddel</span> Deletes a command that is executed after the screenshot is taken.
 
* <span class="highlight2">/ss acmddel</span> Deletes a command that is executed after the screenshot is taken.
 
* <span class="highlight2">/ss bcmdadd</span> Adds a command that is executed before the screenshot is taken.
 
* <span class="highlight2">/ss bcmdadd</span> Adds a command that is executed before the screenshot is taken.

Revision as of 01:18, 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"

Availability

This plugin is included with the MMOBugs Compile.