Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google Log In with Steam Sign In
  • Create Account

W:ET - How to take a screen shot for Windows

- - - - -

  • Please log in to reply
5 replies to this topic

#1
OFFLINE   aarop2

aarop2

    L6: Expert

  • Inactive Member
  • 967 posts
  • Admin:12
Contributor
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.

#2
OFFLINE   thundercunt

thundercunt

    L8: Grand Teacher

  • Leader
  • 1797 posts
I have always pressed Shift + Print Screen? but both seems to work. Wonder what the difference is? Nice tutorial lax, good job!
Posted Image
Posted Image

#3
OFFLINE   Thor

Thor

    L4: Apprentice

  • Banned
  • 489 posts
Contributor
I use Ctrl + Prt Scr (Print Screen)

#4
OFFLINE   Thor

Thor

    L4: Apprentice

  • Banned
  • 489 posts
Contributor
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.

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   hobbit

hobbit

    L10: Grand Master

  • Honored Veteran
  • 3028 posts
  • User's Awards

         
Contributor
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"

Posted Image

First try at something sig-like
Posted Image


-Finished 3rd in OC 3o3 2011 6th League with Team Pornstars-

#6
OFFLINE   jaie

jaie

    L5: Journeyman

  • +++Platinum VIP
  • 794 posts
Contributor
Is there a way to use
/autoscreenshot
and have it save as jpeg, because:
I've always had
cg_usescreenshotjpeg
set 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:




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users