What is the easiest way to export all the files within a .u?
I made a batch file below:
But there has to be a more turn-key way of exporting everything. I'm screwing around with "object" which wiki says can export everything, but I cant get it right. Anyone wilingl to jot down real quick what I/we should be doing?
Thank you for your time.
I made a batch file below:
Code:
UCC BatchExport %1 class uc c:\ut2004\%1\Classes UCC BatchExport %1 texture tga c:\ut2004\%1\Textures UCC BatchExport %1 sound wav c:\ut2004\%1\Sounds UCC BatchExport %1 model t3d c:\ut2004\%1\Models UCC BatchExport %1 textbuffer txt c:\ut2004\%1\Text
Thank you for your time.
Comment