Hi all, i kinda have i problem. I downloaded some maps but they are a uz2 file... and as far as i know unreal maps are ut2 file's. So could anyone help with this, how i can get that file good.. Thnx Exo
Announcement
Collapse
No announcement yet.
Help...
Collapse
X
-
Try this:
put the uz2 files in your system directory, and make a batchfile containing the following:
ucc decompress file1.uz2
ucc decompress file2.uz2
ucc decompress file3.uz2
etc
Where you replace the fileX with the names of the uz2 files. After running that batch file some new files should end up in your system dir, move those to their appropriate locations (UT2 files go in the maps directory, USX files go in the Staticmeshes directory, etc)
Comment