Difference between revisions of "Screenshot"

From OdaWiki
 
(screenshot)
Line 1: Line 1:
 
===screenshot===
 
===screenshot===
  
This command will take a screenshot of whatever is on screen at the moment. It is recommend that this command be [[bind|binded]] binded to a key. If it is used from console, it will take a screenshot of the console.
+
'''screenshot [filename]'''
  
''Ex. To bind this to the print screen key the command '''bind prntscrn screenshot''' should be used. Now the print screen key will output a screenshot of whatever was on screen at the time of the key pressing to your base odamex directory.''
+
This command will take a screenshot of whatever is on screen at the moment and save it as the specified file in PCX format. If no file is specified, the name DOOMxxxx.PCX is used, where xxxx is the next available number (0000 to 9999, a file that does not yet exist). It is recommend that this command be [[bind|bound]] to a key. If it is used from the console, it will take a screenshot of the console.  
  
 
[[Category:Client_commands]]
 
[[Category:Client_commands]]

Revision as of 22:15, 20 April 2006

screenshot

screenshot [filename]

This command will take a screenshot of whatever is on screen at the moment and save it as the specified file in PCX format. If no file is specified, the name DOOMxxxx.PCX is used, where xxxx is the next available number (0000 to 9999, a file that does not yet exist). It is recommend that this command be bound to a key. If it is used from the console, it will take a screenshot of the console.