Gaming Zone > Killing Floor Mod
KF Mod Version 3 - progress
poompoom500:
:( To 100GPing100,
Excellent. Thank you again. I tried the steps above but I kept getting the message - "Failed to find object 'Class Any.claaes.uc'". I typed this command:
cd c:\program files\unreal tournament 2004\kfmod20\system
ucc batchexport .\KFMahloeeh.u classes .uc ..\KFMahloeeh\Classes
But I want to know how you extract the "KFChar.u" from KFMod20\System.
[MiA]Raj:
Don't cd to KFMod/System. Those commands use UCC.exe, which is in your UT2004/System dir.
Try
--- Code: ---UCC BatchExport KFChar class uc ..\KFChar\Classes -mod=KFMod20
enter in file explorer:
$UCC BatchExport KFChar class uc ..\KFChar\Classes -mod=KFMod20
--- End code ---
Just enter this in your Explorer's adress bar when the UT2004\System folder is open, no need to cd. No need for of some secondary tools... same with "ucc make".
"ucc help" should give you the list of commands and help with syntax, check it out, useful stuff!
100GPing100:
[MiA]Raj is right.
You need to cd into UT2004's System directory, not the mod's directory.
There might be an option to export classes from the mod directory with ucc, but just copy the '.u' file you want to extract contents from to your UT2004's System folder and then run the ucc command. You can then delete the '.u' file.
poompoom500:
:) To MiA Raj,
--- Quote ---Try
Code:
UCC BatchExport KFChar class uc ..\KFChar\Classes -mod=KFMod20
enter in file explorer:
$UCC BatchExport KFChar class uc ..\KFChar\Classes -mod=KFMod20
--- End quote ---
THANK YOU RAJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I finally got it. Yo da man.
Now, my other problem (other question) is how do you re-pack the KFChar folder after you make the changes?
UPDATE: Never mind. I just found out.
You use the same commands as above except you type:
--- Code: ---ucc make KFChar uc ..\KFChar\Classes -mod=KFMod20
--- End code ---
UPDATE AGAIN: I take that back. It isn't working - the re-pack code with ucc make. I still need the code!
:) To 100GPing100,
Thank you too.
N3Cr0:
--- Quote ---UCC BatchExport KFChar class uc ..\KFChar\Classes -mod=KFMod20
--- End quote ---
Crap, it doesn't work under Linux
--- Code: ---basti@basti-ubuntu:~/Spiele/UT2004/ucc export$ sudo /usr/local/games/ut2004/System/ucc-bin-linux-amd64 BatchExport KFChar uc ..\KFChar\Classes -mod=KFMod20
=======================================
ucc.exe: UnrealOS execution environment
Copyright 2001 Epic Games Inc
=======================================
Commandlet BatchExport not found
basti@basti-ubuntu:~/Spiele/UT2004/ucc export$
--- End code ---
No matter if I write it in big or small letters or even just say "export" instead of "batchexport" or if I use the 32bit binary.
Also the "help" argument doesn't list any commands.
...I guess this function is just missing here
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version