Jump to content

Recommended Posts

Posted

With this application u can exctract tga files from utx files. no decryption/encryption required.

 

there are a lot information at http://www.gildor.org/smf

 

http://www.gildor.org/down/13/umodel/umodel_win32.zip

 

usage is very easy. in Command Window type

 

.. umodel -export LineageWeaponsTex

 

Or u can create batch file.

 

Create a directory copy application and utx files which u want.

 

*************bUmodel.bat******************************************

@ECHO OFF

cls

for /f %%a IN ('dir /b *.xxx *.upk *.ukx *.utx') do call runner.bat %%~na %%~xa

*************bUmodel.bat******************************************

 

******runner.bat*********************************************

 

@ECHO OFF

umodel -export %1%2

@ping 127.0.0.1 -n 2 -w 1000 > nul

@ping 127.0.0.1 -n %1% -w 1000> nul

del %1%2

@ping 127.0.0.1 -n 2 -w 1000 > nul

@ping 127.0.0.1 -n %1% -w 1000> nul

 

*******runner.bat*********************************************

 

when u run bUmodel.bat

 

program will create a new directory and all tga ska spk psa files will be stored in this dir.

 

Program checks all files in its directory extract them and delete them  to see which files extracted.

 

Capabilities

   * Loading packages from some Unreal Engine based games

   * Visualization of skeletal and vertex meshes with animation support

   * Visualization of static meshes

   * Viewing supported material types

   * Export of skeletal animations and meshes into ActorX format (.psk and .psa) or idSoftware md5

   * Export of vertex meshes into Unreal .3D format

   * Export of static meshes into psk format

   * Export textures into tga format

   * List of packaged objects (.u, .uax, .ukx, .utx, .upk etc).

 

http://www.gildor.org/en/projects/umodel

 

well im not experienced with client modding. so what can u do with this i cant imagine. I saw some tutorials n videos trying extract tga files from utx files. But they r for Ct1. or ct2.

 

this tool can extract for freya.

 

You can download TGA Viewer 3,2 from this site. http://tgaviewer.com/

 

i just wanna share with you. GL.

Guest
This topic is now closed to further replies.


×
×
  • Create New...