RO *.u Format

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

FiREBALL

FNG / Fresh Meat
Jun 20, 2007
3
0
0
why not?? i have many files *.uc format.. need pack to *.u format


How to unpack *.uax *.utx and pack again?
 

worluk

FNG / Fresh Meat
Nov 21, 2005
2,226
85
0
you compile .uc files to .u files using UCC, search for "Hello World on unrealwiki.
WIth the SDK you can export files from certain packs.
 

Shurek

FNG / Fresh Meat
May 21, 2006
857
13
0
www.darkesthourgame.com
For stock RO .u files you can use the SDK editor as worluk suggests using the export command.

You can also decompile .u custom files; I've done it a number of times.

Using a custom player class named "WSSCamo44.u" as the example in this case here, go to your DOS prompt and then cd to your Red Orchestra System folder. It should look something like this:

C:\program files\steam\steamapps\common\red orchestra\system\


then type this in on the same line, right after "\system\"

ucc batchexport WSSCamo44.u class .uc c:\Decompiled Classes\WSSCamo44\Classes


"c:\Decompiled Classes\WSSCamo44\Classes" indicates a folder I set up on my C drive to receive the decompiled class files.

Hope this helps!

You can export most texture and sound files out of their respective .utx and .uax packages by using the SDK editor.

(Disclaimer: I cannot be held responsible for you jacking up your red orchestra system files:))


And this thread should probably be moved to the "Coding" section...
 
Last edited: