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

Compile with UCC/ Create *.ucl file

Hello Community and Greetz from Germany.

I have an Problem by create an *.ucl file
The Problem is an result of the problem while using 2 mutators (RO:CA Hud, ROHudPackage)

I have made now an script which includes the function of the one and the function of the other mutator.

I have used UCC while using the dos promt
UCC makes me an *.u file
But now is the question, how i can make a *.uc and *.int file :confused:

I have checked out beyondunreal.com
But it doesnt work. UCC says that all is ok, but where ist the file ?

Can help me someone to create the *ucl and *.int file ?

Thank you !
Greetz Grum
 
UCC.exe dumpint
Syntax: ucc dumpint <file.ext> [file.ext...]

UCC.exe exportcache
=======================================
ucc.exe: UnrealOS execution environment
Copyright 2001 Epic Games Inc
=======================================

Usage:
ucc exportcache [-a] [-y] [-v] <package.ext> [package.ext...] [destfilename.ucl]

Parameters:
-a Update matching entries in destfilename.ucl. Append any new entries.
-y Automatically answer 'Yes' to any prompts during the operation.
-v Verbose output (to ucc.log)
package.ext Space delimited list of packages (including extension) thatshould be exported. Wildcards are supported. Paths are not required.
destfilename.ucl Destination file for exported entries. Default filename isthe name of the package being exported. To export multiple packages to a single .ucl file, you must specify a destination filename.
 
Upvote 0
Ok Thx i will do. This week i look what can i do, and then i send you the Mutator Zetsumei =)

BTW The 08-15-Clan works on an Realism Server. I will told more if we have finished this project. We look on, that all which interested be involved by forumposts new ideas and so on in th server/Mutator configuration.

Sorry for my bad English, and the doppelpost in the coding forum, which are the same like this.
 
Last edited:
Upvote 0