This is the support topic for the tutorial How to take a screen shot for Windows. Please post here if you have any questions or feedback.
5 replies to this topic
#1
OFFLINE
Posted 16 January 2010 - 08:05 AM
OFFLINE
#2
OFFLINE
Posted 16 January 2010 - 10:03 AM
OFFLINE
I have always pressed Shift + Print Screen? but both seems to work. Wonder what the difference is? Nice tutorial lax, good job!

#3
OFFLINE
Posted 24 January 2010 - 06:07 PM
OFFLINE
I use Ctrl + Prt Scr (Print Screen)
#4
OFFLINE
Posted 25 January 2010 - 11:38 AM
OFFLINE
If you are playing ET there is a built in function for screen shots that is very easy to utilize and can be used with just one button. The screen shots will automatically be saved into a folder for the mod you are playing on (etpro, etpub, jaymod, NQ, nitmod). To find the screen shot simply go to your gaming folder located inside Wolfenstein - Enemy Territory and go to the correct folder for the mod you took the screen shot on (etpro, etpub, jaymod, NQ, nitmod). There you will see a folder labeled screenshots which will contain all screen shots taken while playing. This way you can take multiple screen shots without having to open up another program to save them.
Here is a simple code that can easily be added to any .cfg for taking screen shots and another one for toggling Demos on an off during a game. Like screenshots Demos will have their own folder located in the same place as the screenshots folder.
Here is a simple code that can easily be added to any .cfg for taking screen shots and another one for toggling Demos on an off during a game. Like screenshots Demos will have their own folder located in the same place as the screenshots folder.
unbind F11 // Auto screenshot unbind F12 // Record demo toggle bind F11 "autoscreenshot" ///////////////////////////////////////////////////////////////// // Record Demo Toggle // scripts for demo recording // binds F12 ///////////////////////////////////////////////////////////////// set demoon "autorecord; set nextdemo vstr demooff; echo ^2Recording ^7demo" set demooff "stoprecord; set nextdemo vstr demoon; echo ^7Recording ^1stopped" set nextdemo "vstr demoon" bind F12 "vstr nextdemo"
#5
OFFLINE
Posted 25 January 2010 - 06:23 PM
OFFLINE
Or here's code for a clear SS, without weap or HUD
bind = "vstr ScreenShot" set ScreenShot "cg_draw2D 0; cg_drawGun 0; cg_crosshairSize 0; wait 10; screenshotJPEG; cg_draw2D 1; cg_drawGun 0; cg_crosshairSize 50; play sound/movers/switches/switch_01.wav; echo ^3Screenshot ^2[^7o^2] ^1Taken^3"
#6
OFFLINE
Posted 20 July 2010 - 01:46 PM
OFFLINE
Is there a way to use
I've always had
but I've been looking through my screenshot folder and I have about 100 saved as jpeg which I can view in explorer and 600 saved as tga which I have to open quicktime to view.
Also the screenshots saved as tga don't have the date or time in their file name, so is there anyway to change this
/autoscreenshotand have it save as jpeg, because:
I've always had
cg_usescreenshotjpegset to 1
but I've been looking through my screenshot folder and I have about 100 saved as jpeg which I can view in explorer and 600 saved as tga which I have to open quicktime to view.
Also the screenshots saved as tga don't have the date or time in their file name, so is there anyway to change this
You are free to read,use ,abuse, spam, copy, sell, twist, steal, and soon EAT any of my posts. (Unless you're in the US ofc, then I wanna see a © or I shall beat you down with my SOPA bil)
*Thank you chuckun for sharing your creativity :rolleyes:
*Thank you chuckun for sharing your creativity :rolleyes:
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Contributor
Back to top










