Log in

View Full Version : Screenshots of Loading Screens



Gorm
05-18-2007, 17:49
I can't seem to take a screenshot of the loading screens. They would make great desktop wallpapers. When I try hitting prntscreen, it waits until the atual load is finished and I get a view of the campaign map instead.

Any suggestions?

Shahed
05-18-2007, 17:55
Lived:
http://www.3dflags.com/media/icon/classic/p/3dflagsdotcom_pakis_2faws.gif http://www.3dflags.com/media/icon/classic/l/3dflagsdotcom_luxem_2faws.gif http://www.3dflags.com/media/icon/classic/b/3dflagsdotcom_belgi_2faws.gif

Proud to be:
http://www.3dflags.com/media/icon/classic/e/3dflagsdotcom_european_union_2fawl.gif

Thanks for that link in your sig, it's neat. http://www.3dflags.com/

Yes, I have 2 suggestions.


Unpack the game and do a search in Windows for " *.tga " They are in the game folder and can be extracted. You might need Irfanview (http://www.irfanview.com) (<-link) if you don't have a .tga reader/converter.

D/L Fraps, GameCam or any other such program and use it in the background to screenshot.


I'd also like to know how to screenshot the menu, IN GAME, as that does'nt work either.
Specifically I'd like to screenshot armies on the army selection screen in Custom Battle menu.

Any help greatly appreciated.

Gorm
05-18-2007, 18:08
Thanks, Sinan. Those 3-D flags are great. BTW, one of the requirements for showing those flags on a site (for free) is to add the link to them.

I will try unpacking the game.

Shahed
05-18-2007, 18:13
Pleasure.

It takes a while to unpack, and IIRC you need 7GB free for it. BTW in the unpacker is also a "list files" batch file. If you run this you will probably see all the .tgas, and then you can selectively extract them (check FQ in M2:TW Modding forums). This would save you a lot of space if all you want are the loading screens and nothing else.

Sorry about the link, LOL, I did'nt even read anything on that site, typical.
Edited my first post.

Gorm
05-18-2007, 23:18
Pleasure.

It takes a while to unpack, and IIRC you need 7GB free for it. BTW in the unpacker is also a "list files" batch file. If you run this you will probably see all the .tgas, and then you can selectively extract them (check FQ in M2:TW Modding forums). This would save you a lot of space if all you want are the loading screens and nothing else.

Sorry about the link, LOL, I did'nt even read anything on that site, typical.
Edited my first post.

I tried FRAPS. Works very well. I can use Photoshop to edit out the counter in the corner. I may even buy the program as it records video very well!

And about the link... I think you need to make it the way I have it set up, so that you acknowledge the site. It is in their terms of use. :smiley2:

Shahed
05-19-2007, 01:00
Oh right. Well I just copied your link, and posted it in the 1st post.

Fraps is great I bought it years ago. It works very well, specially for recording movies.

sapi
05-19-2007, 01:32
Mate, there's no need to unpack the whole game and waste all that space ~:)

You want this code (pop it in a .bat file in the unpacker directory)


unpacker.exe --source=..\..\packs\*.pack --destination=..\..\ --verbosity=1 --filter=loading_screen*.tga

Shahed
05-19-2007, 03:07
Excellent. (note I did mention that in my 2nd post)

HEY ! How do I do that only for the unit cards ?

sapi
05-19-2007, 04:01
Captains:

unpacker.exe --source=..\..\packs\*.pack --destination=..\..\ --verbosity=1 --filter=captain_card*.tga

Others:

unpacker.exe --source=..\..\packs\*.pack --destination=..\..\ --verbosity=1 --filter=0*.tga


unpacker.exe --source=..\..\packs\*.pack --destination=..\..\ --verbosity=1 --filter=1*.tga


unpacker.exe --source=..\..\packs\*.pack --destination=..\..\ --verbosity=1 --filter=2*.tga

Those should work (haven't tried them myself).

It really is a mess in the packs though; so I might have missed some (there's nothing neat like 'euro_card_1' or anything, it's just xxx.tga)

Shahed
05-19-2007, 04:31
Ok, Thanks. :2thumbsup: