Page 1 of 1

Exctact textures from container

Posted: Sat Jun 20, 2015 1:01 pm
by Insane
Hi guys!
Can someone help me make script for Quickbms wich can extract two different tipes of texture containers (not compressed and not encrypted)?
I've attached examples
containers.rar

Re: Exctact textures from container

Posted: Sat Jun 20, 2015 4:22 pm
by chrrox
what game?
they are jsut plain dds files.
just delete the data before the letters DDS

Re: Exctact textures from container

Posted: Sat Jun 20, 2015 5:36 pm
by Insane
The name of game is Split Second, actualy i exctact this files with bms script by Aluigi.
Notice, there is several textures in file, i just need find way to separate them automatically because i have few thouthands files and i will grow old before done this manualy (:

Re: Exctact textures from container

Posted: Wed Aug 31, 2016 6:45 pm
by masterX244
for the variants with SXE as file extension there are multiple versions around. One containing multiple files and one containing only one file
Attached to the post there is a small java program to extract both SXE variants. to run it you call it with

Code: Select all

 java -jar unSXE.jar <path_to_file>