Important information: this site is currently scheduled to go offline indefinitely by end of the year.

WTEX files from Star Trek Online

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
kajee
ultra-n00b
Posts: 1
Joined: Thu Jan 21, 2010 7:01 am

WTEX files from Star Trek Online

Post by kajee »

The contents of this post was deleted because of possible forum rules violation.
Cezero
ultra-n00b
Posts: 5
Joined: Thu Jan 28, 2010 4:37 am
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Cezero »

I am also interested in obtaining image/texture information from these files...
Cezero
ultra-n00b
Posts: 5
Joined: Thu Jan 28, 2010 4:37 am
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Cezero »

These files contain .dds textures... so WTEX appears to be some sort of a container file
Cezero
ultra-n00b
Posts: 5
Joined: Thu Jan 28, 2010 4:37 am
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Cezero »

Ok, so .WTEX files are really just .DDS files with an additional header. If you edit the file and delete everything prior to the characters 'DDS |' then they will open in any program that can edit DDS files (Photoshop, etc). I'm keen to know what the header info is, but it's not that hard to write a script to simply strip it and rename all the files to .dds
evilpie
beginner
Posts: 23
Joined: Sun Nov 29, 2009 10:13 pm
Been thanked: 9 times

Re: WTEX files from Star Trek Online

Post by evilpie »

Little BMS Script, if it doesnt work post some more fils.

Code: Select all

Get Offset LONG
Get FileSize ASIZE
Get FileName FILENAME

Set Size FileSize
Math Size -= Offset
String FileName -= 5
String FileName += ".DDS"

Log FileName Offset Size
Cezero
ultra-n00b
Posts: 5
Joined: Thu Jan 28, 2010 4:37 am
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Cezero »

Works perfectly! thanks.
Enforcer
ultra-n00b
Posts: 3
Joined: Wed Jan 27, 2010 4:39 pm
Has thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Enforcer »

evilpie wrote:Little BMS Script, if it doesnt work post some more fils.

Code: Select all

Get Offset LONG
Get FileSize ASIZE
Get FileName FILENAME

Set Size FileSize
Math Size -= Offset
String FileName -= 5
String FileName += ".DDS"

Log FileName Offset Size

Hi guys, may i ask for a little help? I have MultiEX commander but i have dot fugered out how to use the above bsm script. I saved it in not pad and hit bms and run Mex script and selected the not pad save, and then whet to the file, but no dice. I am new at this so sorry if i sound stupit. Can some one tell me what i did wrong?
evilpie
beginner
Posts: 23
Joined: Sun Nov 29, 2009 10:13 pm
Been thanked: 9 times

Re: WTEX files from Star Trek Online

Post by evilpie »

Should have mention that this was quickbms, http://aluigi.org/papers.htm#quickbms
Enforcer
ultra-n00b
Posts: 3
Joined: Wed Jan 27, 2010 4:39 pm
Has thanked: 1 time

Re: WTEX files from Star Trek Online

Post by Enforcer »

evilpie: THank for the reply, i was wondering what i missed,lol.
paulsfae
ultra-n00b
Posts: 1
Joined: Thu Apr 29, 2010 12:10 pm

Re: WTEX files from Star Trek Online

Post by paulsfae »

Hi all. Thanks to everyone's input so far it's easy to get the dds textures out for editing, but does anyone have any ideas on how to get them back again afterwards? I've tried simply replacing the header info that was stripped out, but no luck. Is there any way to convert dds back to wtex?

Any help would be much appreciated.
212antt
ultra-n00b
Posts: 2
Joined: Wed Jun 07, 2017 5:26 pm
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by 212antt »

I recommend using Wtex2DDS to convert a DDS to a Wtex and the opposite easily converting a Wtex to a DDS with a byproduct of a HED file.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: WTEX files from Star Trek Online

Post by Acewell »

212antt wrote:I recommend using Wtex2DDS to convert a DDS to a Wtex and the opposite easily converting a Wtex to a DDS with a byproduct of a HED file.
i can't find a copy of wtex2dds anywhere but if someone can upload samples i will modify evilpie's bms script to do the same thing. :D
212antt
ultra-n00b
Posts: 2
Joined: Wed Jun 07, 2017 5:26 pm
Been thanked: 1 time

Re: WTEX files from Star Trek Online

Post by 212antt »

Here's the file for wtex2dds.
You do not have the required permissions to view the files attached to this post.
Post Reply