Exctact textures from container

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Insane
ultra-n00b
Posts: 2
Joined: Sat Jun 20, 2015 12:42 pm

Exctact textures from container

Post by Insane » Sat Jun 20, 2015 1:01 pm

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
You do not have the required permissions to view the files attached to this post.

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Exctact textures from container

Post by chrrox » Sat Jun 20, 2015 4:22 pm

what game?
they are jsut plain dds files.
just delete the data before the letters DDS

Insane
ultra-n00b
Posts: 2
Joined: Sat Jun 20, 2015 12:42 pm

Re: Exctact textures from container

Post by Insane » Sat Jun 20, 2015 5:36 pm

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 (:

masterX244
beginner
Posts: 30
Joined: Mon Aug 16, 2010 5:48 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Exctact textures from container

Post by masterX244 » Wed Aug 31, 2016 6:45 pm

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> 
You do not have the required permissions to view the files attached to this post.

Post Reply