Extracting default properties???

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Silver_Ibex

Member
Feb 27, 2001
654
0
16
Anyone know of a code extractor that will get the default properties of the class along with the rest of the code???
 

Brood_of_Evil

Selene's martyr
Nov 3, 2001
147
0
0
45
Look outside your window!
Visit site
You can use UCC.exe in the UnrealTournament\system directory just type:

"Ucc.exe batchexport <the package name goes here> class uc <directory you want it extracted to>"

there's a lot you can do with UCC batchexport:
Here's the Command:
UCC batchexport <Package> <Item Type> <Extension> <extract Dir>

Packages can be files like .u, .umx, .uax and .utx

Valid item types are: Class, Texture, Sound and Music

Extensions are:
uc, for Class
wav, for Music and Sound
and...
pcx or bmp, for Texture
 
Last edited:

Shiit

Shiit
Dec 19, 2000
168
0
0
Better is it to use UnrealEd to extract all uc files, because UCC can't extract Core.u and UnrealEd cán.