REQ: XxxXTranslocator

  • 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.

avi

New Member
Sep 5, 2009
11
0
0
Their download link has been dead for years.

Extracting cache doesn't give the .int and .ucl files.:(
 

Rokk

New Member
Jan 23, 2010
34
0
0
If you still have the .u file extracted from cache, you can use ucc.exe to generate ucl and int files for the .u file. Start up cmd.exe, type cd "(Path name to system folder of UT2004)" then type ucc.exe.

use ucc dumpint (.u file, has to be in the system folder) to make the .int files, and use ucc exportcache (.u file, has to be in the system folder) to make ucl files.

So if I have a Dualwield.u file, I first type in:

ucc dumpint Dualwield.u (Or ucc dumpint Dualwield, I forgot if you have to include the extension or not)

and then:

ucc exportcache Dualwield.u (Or ucc exportcache Dualwield, I forgot if you have to include the extension or not)

Done!
 
Last edited: