Join also our Discord channel! Click here.
Alan Wake texture (.tex)
- evin
- ultra-veteran
- Posts: 336
- Joined: Sat Aug 05, 2006 2:04 pm
- Location: Hungary
- Has thanked: 1 time
- Been thanked: 146 times
- Contact:
Alan Wake texture (.tex)
The game use textures with .tex extension. The header(32byte) contain the dimensions etc, but I'm 100% sure, that this is a DDS without header. But these files are compressed, and I don't know how. Maybe LZO, but I had no luck with that.
You do not have the required permissions to view the files attached to this post.
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
Re: Alan Wake texture (.tex)
looks like a standard xbox swizzled dds.
if you make a header for it you can use the sdk to unswizzle the image.
if you make a header for it you can use the sdk to unswizzle the image.
Re: Alan Wake texture (.tex)
chrrox wrote:looks like a standard xbox swizzled dds.
if you make a header for it you can use the sdk to unswizzle the image.
How do I convert tex?
What a tool?