Gaming Zone > Killing Floor Mod
KF Mod Version 3 - progress
N3Cr0:
I didn't try it yet, but you should have taken a look to the download page. It seems easy to handle (as far as you know the name of the package you wanna view/extract - take a look in the Animations folder): Just define the path as an argument.
for example:
--- Code: ---umodel -path=c:/games/ut2004/KFMod20 KFCharacterModels
--- End code ---
the line above will show you all contents of that package
To extract it try this:
--- Code: ---umodel -path=c:/games/ut2004/KFMod20 -export KFCharacterModels
--- End code ---
This should work and Linux and Windows the same way.
EDIT: By the way:
1st try: For me it displays much more (the full help text) - even without setting any argument (poompoom500, don't use symbols like "?" or "/" behind the command)
Just to demonstrate what I see in my terminal (Linux version):
--- Code: ---basti@basti-ubuntu:~/Spiele/UT2004/umodel_linux$ ./umodel
UE viewer / exporter
Usage: umodel [command] [options] <package> [<object> [<class>]]
<package> name of package to load, without file extension
<object> name of object to load
<class> class of object to load (useful, when trying to load
object with ambiguous name)
Commands:
-view (default) visualize object; when <object> is not specified,
will load whole package
-list list contents of package
-export export specified object or whole package
-taglist list of tags to override game autodetection
Developer commands:
-log=file write log to the specified file
-dump dump object information to console
-check check some assumptions, no other actions performed
-pkginfo load package and display its information
Options:
-path=PATH path to game installation directory; if not specified,
program will search for packages in current directory
-game=tag override game autodetection (see -taglist for variants)
-pkg=package load extra package (in addition to <package>)
Compatibility options:
-nomesh disable loading of SkeletalMesh classes in a case of
unsupported data format
-noanim disable loading of MeshAnimation classes
-nostat disable loading of StaticMesh class
-notex disable loading of Material classes
-sounds allow export of sounds
-3rdparty allow 3rd party asset export (ScaleForm)
-lzo|lzx|zlib force compression method for fully-compressed packages
Platform selection:
-ps3 override platform autodetection to PS3
-ios set platform to iOS (iPhone/iPad)
Viewer options:
-meshes view meshes only
-materials view materials only (excluding textures)
Export options:
-out=PATH export everything into PATH instead of the current directory
-all export all linked objects too
-uncook use original package name as a base export directory
-groups use group names instead of class names for directories
-uc create unreal script when possible
-pskx use pskx format for skeletal mesh
-md5 use md5mesh/md5anim format for skeletal mesh
-lods export all available mesh LOD levels
-notgacomp disable TGA compression
-nooverwrite prevent existing files from being overwritten (for performance)
Supported resources for export:
SkeletalMesh exported as ActorX psk file or MD5Mesh
MeshAnimation exported as ActorX psa file or MD5Anim
VertMesh exported as Unreal 3d file
StaticMesh exported as psk file with no skeleton (pskx)
Texture exported in tga format
Sounds file extension depends on object contents
ScaleForm gfx
FaceFX fxa
Sound exported "as is"
List of supported games:
Unreal Engine 1:
Unreal 1, Unreal Tournament 1 (UT99), The Wheel of Time, DeusEx, Rune,
Undying
Unreal Engine 2:
Unreal Tournament 2003,2004, Unreal Championship, Splinter Cell 1,2,
Splinter Cell: Conviction, Lineage 2, Land of Chaos Online (LOCO),
Battle Territory Online, Star Wars: Republic Commando, XIII, UE2Runtime,
Tribes: Vengeance, SWAT 4, Bioshock, Bioshock 2, Ragnarok Online 2, Exteel,
Killing Floor
Unreal Engine 2X:
Unreal Championship 2: The Liandri Conflict
Unreal Engine 3:
Unreal Tournament 3, Gears of War, Gears of War 2, Gears of War 3,
Infinity Blade, Bulletstorm, EndWar, Rainbow 6: Vegas 2, Mass Effect,
Mass Effect 2, BlackSite: Area 51, Mortal Kombat vs. DC Universe,
Mortal Kombat, Turok, Fury, TNA iMPACT!, Stranglehold, Army of Two,
Destroy All Humans, Huxley, The Last Remnant, Mirror's Edge,
X-Men Origins: Wolverine, Magna Carta 2, Batman: Arkham Asylum, Crime Craft,
AVA Online, Frontlines: Fuel of War, Homefront, 50 Cent: Blood on the Sand,
Borderlands, Dark Void, Legendary: Pandora's Box,
TERA: The Exiled Realm of Arborea, Blade & Soul, Alpha Protocol,
All Points Bulletin, The Bourne Conspiracy, Transformers: War for Cybertron,
Transformers: Dark of the Moon, America's Army 3, Mortal Online,
Enslaved: Odyssey to the West, Medal of Honor: Airborne,
Medal of Honor 2010, Berkanix, Undertow, Singularity, Nurien,
Hunted: The Demon's Forge, Dungeons & Dragons: Daggerdale,
Shadows of the Damned
For details and updates please visit http://www.gildor.org/en/projects/umodel
basti@basti-ubuntu:~/Spiele/UT2004/umodel_linux$
--- End code ---
So I would say, if you can work with a console (it's not as difficult as many people think) you should be able to handle it easily.
EDIT2:
Holy Sh!t 111
I just opened the KFCharacterModels , it immediately started loading all the content and then a new window has opened , rendering a clot.
personally I like this tool - it fits my style ;)
EDIT3:
Wow, I didn't know the chaingunner is still in V2.52
Nice! ^^
Snipe34:
--- Quote from: 100GPing100 on December 01, 2011, 17:22 ---UModel/UEViewer created by created by Gildor.
http://www.gildor.org/en/projects/umodel
It is a console application.
--- End quote ---
Thx N3cro for that advice!
100GPing100, thx I will use the app to extract!
poompoom500:
:( To Necro,
Where will the UModel place the exported files?
First of all, I placed the UModel.exe under a folder from C:\Program Files\UmodelUViewer. And I run it under DOS mode using the "cmd" in "Run". Then I change the directory to C:\Program Files\UModelUViewer. Then I run umodel. And I got the options (see picture below):
N3Cr0:
Oops, haven't tried extracting yet (I will do that when I'm back home), but I guess it will store the files eighter in the same directory as the .exe or the directory where you specify the path.
OK, now where you got the program running the rest is very easy:
your fault was you have not set any parameters - this can't do anything except of displaying you how to use this tool.
Well, what you entered in the cmd was
--- Code: ---umodel.exe
--- End code ---
(with or without the .exe extension - it should make no difference under Windows)
But you had to type in the following:
--- Code: ---umodel -path=c:/games/ut2004/KFMod20 KFCharacterModels
--- End code ---
or if you only wnat to export all content
--- Code: ---umodel -path=c:/games/ut2004/KFMod20 -export KFCharacterModels
--- End code ---
100GPing100:
I think there are some user made GUIs, so that it makes it easier for people who do not know how to use the console.
http://www.gildor.org/smf/index.php?topic=330.0
@poompoom500 to extract files from a .u package I use ucc.exe.
For example, to extract all classes from a .u file I open CMD and do:
cd C:\Unreal Anthology\UT2004\System
ucc batchexport .\MyuFile.u classes .uc ..\MyuFile\Classes\
"cd C:\Unreal Anthology\UT2004\System" will make the current directory the one indicated, in this case my System directory.
I can then call ucc.exe with ucc because I am currently in it's folder, the system folder.
I use the command batchexport that allows me to export things.
I indicate what file I want to export with. ".\" indicates it is the current directory and then the file name.
I tell the compiler I want to export classes into a file type of '.uc'.
Last I need to tell the compiler where to place the extracted files, so I use "..\" to indicate 1 directory back from the current directory ("...\" for 2 directories and so on). I told ucc to extract it into "C:\Unreal Anthology\UT2004\System\MyuFile\Classes\" so I can compile it without needing to move folders.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version