PDA

View Full Version : Need Prog to extract unreal UTX texture files


Kemosabie
19th Jan 2000, 05:43 PM
to a a picture format of any kind

Wanderer
19th Jan 2000, 08:21 PM
Start up UnrealEd. Load up a texture package. Select the texture. Export it to somewhere familiar.

Latch
19th Jan 2000, 11:02 PM
if you want to export an entire texture set quickly, use UCC from DOS.

ucc batchexport Ancient.utx texture pcx c:\textures

where c:\textures is where you want the exported files to go. Note that some textures will cause ucc to crash. You'll have to get those by manually exporting them inside UnrealEd. I've exported most of them so that I can browse them better in PSP, and so far they total about 175 Mb.

Shagnasty
20th Jan 2000, 12:59 AM
Damn! Latch - thanks for posting that. I asked this question a long time ago, and got the ususal "view them in UnrealEd" answer. Damned useful knowing that's what UCC does /~unreal/ubb/html/smile.gif

Latch
20th Jan 2000, 08:56 AM
UCC does much more than that. Here's some more info;

UCC has many commandlets which are interfaces from UCC to Unreal. They are defined in Object->Commandlet. They can be scripted(such as Object->Commandlet->HelloWorldCommandlet) or done in C++, the later of which gives you better access to unreal and its package format. One of the more useful commandlets is BatchExport. BatchExport allows you to export all files of a specific type from a .u, .uax, .umx, and .utx. From the command prompt you just type 'ucc.exe batchexport 'Item type' 'File Extension 'path''. The valid types are 'Class', 'Sound', 'Texture', and 'Music'. So say for instance you wanted to export all the class files out of botpack.u without opening UnrealED, you would go to the command prompt and type 'ucc batchexport botpack.u class uc x:\tournament\botpack'.

Kemosabie
20th Jan 2000, 05:11 PM
Thanks. I have been looking for a way to do it with out exporting it in UnrealED for a long time.

Kemosabie
20th Jan 2000, 09:33 PM
I get a Commandlet batchexport not found when i type it into the dos prompt

Latch
21st Jan 2000, 08:33 AM
are you running it in \unrealtournament\system?

Kemosabie
21st Jan 2000, 06:49 PM
The origianl Unreal with the 2.25f update and the UnrealED fix 4

Latch
21st Jan 2000, 07:35 PM
Oh, I incorrectly assumed you were running UT. Perhaps the Unreal UCC doesn't support that function?

Kemosabie
22nd Jan 2000, 06:18 PM
oh shoot. thanks. if you think of anything I would be glad to know