Users browsing this thread: 1 Guest(s)
UAX format?
#8
Are you sure that you're replacing the *FILENAME*.uax with whatever the file's called?

Either way, this will work.

Code:
for /f %%a IN ('dir /b *.uax') do umodel.exe -export -sounds %%a

Paste that in a TXT file, rename it to UModelSounds.bat, and run it in the same folder as both UModel and the sound effects, and it should output all of the sounds into separate folders, as WAV files.

And try this out, too, Roxas358:

Code:
for /f %%a IN ('dir /b *.fpk') do fpktool.exe -u %%a %%a_unpack

Save it in a TXT and call it FPKUnpack.bat... though the file name honestly doesn't matter. That will unpack all FPK files into separate folders!

(Don'tcha just love batch scripts?) Smile
Thanked by:


Messages In This Thread
UAX format? - by Shade - 12-19-2011, 07:46 PM
RE: UAX format? - by Random Talking Bush - 12-19-2011, 08:07 PM
RE: UAX format? - by Shade - 12-19-2011, 08:44 PM
RE: UAX format? - by Roxas358 - 12-19-2011, 10:33 PM
RE: UAX format? - by Shade - 12-19-2011, 11:03 PM
RE: UAX format? - by Garamonde - 12-19-2011, 11:12 PM
RE: UAX format? - by Roxas358 - 12-19-2011, 11:58 PM
RE: UAX format? - by Random Talking Bush - 12-20-2011, 12:30 AM
RE: UAX format? - by Roxas358 - 12-20-2011, 01:14 AM
RE: UAX format? - by Garamonde - 12-20-2011, 09:49 AM
RE: UAX format? - by Shade - 12-20-2011, 10:58 AM
RE: UAX format? - by Shade - 12-23-2011, 03:34 PM
RE: UAX format? - by Garamonde - 12-23-2011, 05:24 PM
RE: UAX format? - by Shade - 12-23-2011, 07:52 PM
RE: UAX format? - by Random Talking Bush - 12-23-2011, 08:02 PM
RE: UAX format? - by Garamonde - 01-03-2012, 11:07 PM
RE: UAX format? - by Roxas358 - 01-04-2012, 12:15 AM
RE: UAX format? - by Garamonde - 01-04-2012, 11:36 AM
RE: UAX format? - by Roxas358 - 01-04-2012, 12:22 PM
RE: UAX format? - by Garamonde - 01-04-2012, 01:12 PM

Forum Jump: