Makedevshots Question

EArkham

Necromancer
aa
Aug 14, 2009
1,625
2,774
For those who don't know, this is a nice way to make before-and-after comparisons or timelapses of your map's progress. Set a point_devshot_camera in a location aimed at what you want to screenshot, give it a unique name. Compile with -makedevshots and make sure you have "run the game after compiling" is checked. It'll start up TF2 and take screenshots from each point_devshot_camera location (look in your screenshots folder).

However it makes these as targa (tga) files. There a way to make it take these screenshots as jpegs? Or pngs, even.... just want something that Windows can see as a thumbnail so it's easier to sort things, and I don't need high quality screenshots at this stage.

Kep
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
There are numerous little plugins/addons that will generate Windows thumbnails of targas (and other odd formats). Have a look on Google for one that works with your flavor of Windows and suits you.
 

RavenStryker

Former Alias: †Blade†/Xi.Cynx
aa
Nov 25, 2008
782
845
I have this in my autoconfig for when I take screenshots. Not sure it it'll do the same thing from the devshot camera, but if so then you might wanna try this out. Just change 100 to whatever quality you want the screenshots to be! =)

bind "F5" "jpeg_quality 100;jpeg" // Make a Screenshot as jpeg
 

lana

Currently On: ?????
aa
Sep 28, 2009
3,075
2,778
I have this in my autoconfig for when I take screenshots. Not sure it it'll do the same thing from the devshot camera, but if so then you might wanna try this out. Just change 100 to whatever quality you want the screenshots to be! =)

bind "F5" "jpeg_quality 100;jpeg" // Make a Screenshot as jpeg

He's asking about devshots, not regular screenshots, just an FYI
 

nik

L12: Fabulous Member
Aug 14, 2009
987
564
I don't know if that's going to work for the devshots though blade.
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Yeah, devshots are annoyingly stuck as targas. I swear it's the most annoying feature there is... it's awesome, yet it only makes targas and it's a launch parameter that closes the game when it's done, so you end up having to launch the game twice if you actually want to run around the map too >:/
 

Ginger

L4: Comfortable Member
Jun 29, 2010
151
56
I always use Paint.net to convert .tga's to .jpg's easiest way
 

Ravidge

Grand Vizier
aa
May 14, 2008
1,544
2,818
Irfanview has batch conversion, renaming and whatever else... saved me tons of time so I'm gonna recommend that.
 

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
Or there's always photoshop. That program deals with almost every image extension type.

It might be time consuming if you have a lot of shots, but it does do the job. Also, it kinda depends on whether you have it or not too.
 

EArkham

Necromancer
aa
Aug 14, 2009
1,625
2,774
Thanks for the replies.

Yeah, I've got photoshop. I have a lot of cameras in the level (12, down from 22). Of course it works, but as said it's time consuming. Not a problem if I were doing passes to show off, but at this stage I'm only playing with sunlight angles, skybox colours and such so quick, dirty and easy is the order of the day.

I've downloaded something called Thumbplug TGA to show the tga thumbnails in windows explorer; that should do the trick. :)

Kep