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
Exctact textures from container
Exctact textures from container
You do not have the required permissions to view the files attached to this post.
- 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
what game?
they are jsut plain dds files.
just delete the data before the letters DDS
they are jsut plain dds files.
just delete the data before the letters DDS
Re: Exctact textures from container
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
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
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
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.
