Texture creation as a dds format

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
JackGriffin
Godlike
Posts: 3774
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Texture creation as a dds format

Post by JackGriffin »

I'm not a fan of cross-posting but I'd really like to get an answer today because I have my evening open. The following is copied from a post I just made at OU. Does anyone know the answer?
I am spending today messing around with different textural formats and seeing how they look after importing into the game. I'd like to find the "for myself" proper size and format to use to create a texture package.

My question concerns saving as a dds file. I added the NVidia tool so that photoshop can use the format but now it asks me to clarify the correct DTX when saving. LightningHunter was kind enough to school me once before on the proper settings but I can't find that hastily scribbled page in my notebooks. I've been googling for the answer as it pertains to Ued but can't find the answer. If someone knows off the top of their head I would love some guidance. TIA and Merry Christmas
So long, and thanks for all the fish
User avatar
fudgonaut
Adept
Posts: 363
Joined: Sat Oct 05, 2013 7:20 am
Personal rank: Easy Target
Location: "The Butthole of the World"
Contact:

Re: Texture creation as a dds format

Post by fudgonaut »

I may be understanding incorrectly, but if you want to use dds textures in UT99, it appears you want to use DXT1 per this comment. There's info scattered across the BeyondUnreal wiki like here and here which I'm guessing you've seen already.

Slightly off-topic, but kinda related: I've read the UnrealEd 2 can handle textures up to 1024x1024. If this is true, I'm curious why I don't see maps using textures higher than 256x256,

JackGriffin if you find out that UnrealEd 2 can also handle DXT 3 and 5, please let us know, seems like that would open up some possibilities...
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: Texture creation as a dds format

Post by Higor »

Textures that are too big will lag old renderers too much because they don't cache them in DXT format.
The best way to handle this is to make textures 128*128 while having S3TC counterparts for 1024*1024 (or 512*512 if you intend to put it on a server), just like the original CD2 packages.
User avatar
fudgonaut
Adept
Posts: 363
Joined: Sat Oct 05, 2013 7:20 am
Personal rank: Easy Target
Location: "The Butthole of the World"
Contact:

Re: Texture creation as a dds format

Post by fudgonaut »

Higor wrote:Textures that are too big will lag old renderers too much because they don't cache them in DXT format.
That totally makes sense. Although it leads to the question: is anyone running on an old renderer these days?
Higor wrote:The best way to handle this is to make textures 128*128 while having S3TC counterparts for 1024*1024 (or 512*512 if you intend to put it on a server), just like the original CD2 packages.
Good to know!!! :thuup:
User avatar
EvilGrins
Godlike
Posts: 9668
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Texture creation as a dds format

Post by EvilGrins »

I'd be curious to see how it goes.

As you may remember, from one of my earlier threads, I used to take screenshots of .dds files from the UnrealEd for ut2004 to get new skins for monsters to use in ut99.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: Texture creation as a dds format

Post by Higor »

fudgonaut wrote:That totally makes sense. Although it leads to the question: is anyone running on an old renderer these days?
Check back when your PSU starts failing and it cant deliver enough power for your video card, you'll wish your maps ran in Software mode.

EDIT:
I don't have to be that dramatic, editor support in software viewports is enough reason to keep textures in both formats inside the same package.
User avatar
Dr.Flay
Godlike
Posts: 3347
Joined: Thu Aug 04, 2011 9:26 pm
Personal rank: Chaos Evangelist
Location: Kernow, UK
Contact:

Re: Texture creation as a dds format

Post by Dr.Flay »

The reasons for the different DXT modes are explained here
https://www.ut99.org/viewtopic.php?f=5&t=5956

And you can have both regular small textures in a pack with big compressed textures, if you "conform" the texture pack.
It will then work for all users no matter what renderer.
Post Reply