...And im having a hard time opening them.They are all TGA files.Ive tried opening them with ms paint,and cant be opened at all,it says that Paint doesnt support this kind of files...Ive even tried photoshop...any help?Is there any other way to open these screenshots?Thnaks.
irfanview, xnview.
Photoshop does open them...
Well gave it to a friend of mine (who said he had photoshop) and told me he couldnt open emm...Peter! wrote:
Photoshop does open them...
?Mugen wrote:
irfanview, xnview.
Yea it should indeed.
EDIT
I meant photoshop should open them, and for those other programs, google it..
EDIT
I meant photoshop should open them, and for those other programs, google it..
Last edited by xGj (2007-12-27 14:24:53)
Tell your friend he's an idiotMetal-Eater-GR wrote:
Well gave it to a friend of mine (who said he had photoshop) and told me he couldnt open emm...Peter! wrote:
Photoshop does open them...
And get GIMP
xGj wrote:
for those other programs, google it...
Oh yeah, because of this stupid problem i made a script so all my screenshots were saved as jpegs .
Go into 'your account name'\team fortress 2\tf\cfg and make a new text file. Save it as 'autoexec.cfg'
Then open it up in notepad (pr whatever), and paste this into it. Ignore the -'s:
-------------
// Screenshot Script
jpeg_quality "100"
bind "MOUSE3" "jpgscreen"
alias "jpgscreen" "jpeg"
-------------
Change the button to whichever button you want to use to take screenshots, and you're good to go. However, you'll want to keep your old screenshot button somewhere for the freezeframes, as the jpg one won't clear the screen and add the camera effect like it's supposed to.
I've been using that script for a long time now.
Edit: This other stuff in in my autoexec.cfg:
--------------
bind "RIGHTARROW" "build 0"
bind "LEFTARROW" "build 3"
bind "UPARROW" "build 2"
bind "DOWNARROW" "build 1"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
----------------
The first makes building easier:
Left arrow builds turret (3), right arrow builds dispenser (0), down builds entrance (1) and up builds exit (2). (each arrow only gets out the blueprints)
The 2nd is for laughs only. Press Home and you'll explode .
Go into 'your account name'\team fortress 2\tf\cfg and make a new text file. Save it as 'autoexec.cfg'
Then open it up in notepad (pr whatever), and paste this into it. Ignore the -'s:
-------------
// Screenshot Script
jpeg_quality "100"
bind "MOUSE3" "jpgscreen"
alias "jpgscreen" "jpeg"
-------------
Change the button to whichever button you want to use to take screenshots, and you're good to go. However, you'll want to keep your old screenshot button somewhere for the freezeframes, as the jpg one won't clear the screen and add the camera effect like it's supposed to.
I've been using that script for a long time now.
Edit: This other stuff in in my autoexec.cfg:
--------------
bind "RIGHTARROW" "build 0"
bind "LEFTARROW" "build 3"
bind "UPARROW" "build 2"
bind "DOWNARROW" "build 1"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
----------------
The first makes building easier:
Left arrow builds turret (3), right arrow builds dispenser (0), down builds entrance (1) and up builds exit (2). (each arrow only gets out the blueprints)
The 2nd is for laughs only. Press Home and you'll explode .
Last edited by Spidery_Yoda (2007-12-28 05:02:15)
So is this right?
I actually think the suicide is really useful because I once got stuck somewhere in a custom map but couldn't suicide. (I have suicide when changing clss off)
Will that make F4 take png screenshots and HOME suicide?autoexec.cfg wrote:
// Screenshot Script
png_quality "100"
bind "F4" "pngscreen"
alias "pngscreen" "png"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
I actually think the suicide is really useful because I once got stuck somewhere in a custom map but couldn't suicide. (I have suicide when changing clss off)
I dunno if png will work. I'll give it a try.
K thank you, karma when I get a resupply.Spidery_Yoda wrote:
I dunno if png will work. I'll give it a try.
png just gives "Unknown command 'png'" unfortunately.
There's probably a way of getting it to work. I'll have a search.
Edit: I dont think there is.
Just had a look at this list: http://teamfortresstactics.com/console.php
And i had a look in the in-game console as well. Couldn't find anything to do with png's (but i only searched through all the p's). Email valve about it. They'll tell you.
There's probably a way of getting it to work. I'll have a search.
Edit: I dont think there is.
Just had a look at this list: http://teamfortresstactics.com/console.php
And i had a look in the in-game console as well. Couldn't find anything to do with png's (but i only searched through all the p's). Email valve about it. They'll tell you.
Last edited by Spidery_Yoda (2007-12-28 05:37:07)
Hey I nearly made a new forum for this Spidery_Yoda.
I tried using your cfg to change the way my screenshots are taken, but now it wont take screen shots at all!
I must have done something wrong, but this is what my autoexec.cfg looks like copied and pasted:
// Screenshot Script
jpeg_quality "100"
bind "F5" "jpgscreen"
alias "jpgscreen" "jpeg"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
I tried using your cfg to change the way my screenshots are taken, but now it wont take screen shots at all!
I must have done something wrong, but this is what my autoexec.cfg looks like copied and pasted:
// Screenshot Script
jpeg_quality "100"
bind "F5" "jpgscreen"
alias "jpgscreen" "jpeg"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
Make your bind key something different than F5 and try again?
And also put a space between alias "jpg... and bind " home...
Think it's the later.
And also put a space between alias "jpg... and bind " home...
Think it's the later.
Mine opens them, you gotta download a plugin I think.Metal-Eater-GR wrote:
Well gave it to a friend of mine (who said he had photoshop) and told me he couldnt open emm...?Peter! wrote:
Photoshop does open them...
"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
I'm not sure what the problem will be. Hmm. It's identical to mine except for the F5 part.ShowMeTheMonkey wrote:
Hey I nearly made a new forum for this Spidery_Yoda.
I tried using your cfg to change the way my screenshots are taken, but now it wont take screen shots at all!
I must have done something wrong, but this is what my autoexec.cfg looks like copied and pasted:
// Screenshot Script
jpeg_quality "100"
bind "F5" "jpgscreen"
alias "jpgscreen" "jpeg"
bind "HOME" "supersuicide"
alias "supersuicide" "wait 3; explode"
Does the exploding work?