Texture Baking for D3.

For Descent, Descent II and Descent3 level editing and modification assistance.
Post Reply
User avatar
[]V[]essenjah
DBB Defender
DBB Defender
Posts: 3512
Joined: Mon Dec 20, 1999 3:01 am

Texture Baking for D3.

Post by []V[]essenjah »

From what I understand, it is commonplace these days to make a high-resolution mesh, lay out the UV coordinates and paint onto the High Resolution UV textures as apposed to the low resolution textures. What exactly is the advantage of doing this?


D3 only allows for 128X128 textures, and I prefer to just split up the model, lay out the UV's for each peice carefully and paint a bunch of 128X128 textures. I find that if I paint them on the mesh I have created directly, instead of making a high resolution mesh, painting on a high resolution texture, and scaling it down, if instead, you create a low poly mesh split it up as I mentioned above, and paint onto each 128X128 texture carefully, you get a bit more detail out of it. But that might just be me too.


Any thoughts?
User avatar
Floyd
DBB Captain
DBB Captain
Posts: 561
Joined: Sat Apr 26, 2003 2:01 am
Location: Germany
Contact:

Post by Floyd »

limited number of (custom) textures.
User avatar
[]V[]essenjah
DBB Defender
DBB Defender
Posts: 3512
Joined: Mon Dec 20, 1999 3:01 am

Post by []V[]essenjah »

:? Not sure what you mean.
User avatar
Kyouryuu
DBB Alumni
DBB Alumni
Posts: 5775
Joined: Fri Apr 30, 1999 2:01 am
Location: Isla Nublar
Contact:

Post by Kyouryuu »

I think what he's saying is that you might be limited by the number of textures you can have. I don't recall completely, but I think Descent 3 has a hard limit on the total number of textures per level. Obviously, if you require several 128x128 textures for one character, you are increasing the texture count.
User avatar
Duper
DBB Master
DBB Master
Posts: 9214
Joined: Thu Nov 22, 2001 3:01 am
Location: Beaverton, Oregon USA

Post by Duper »

that is correct.
User avatar
[]V[]essenjah
DBB Defender
DBB Defender
Posts: 3512
Joined: Mon Dec 20, 1999 3:01 am

Post by []V[]essenjah »

Actually, I'm hoping to run this thing off it's own HOG file. Regardless, I'll have to use several 128X128 textures. Even the regular GL uses a rather high number of textures.
User avatar
SuperSheep
DBB Benefactor
DBB Benefactor
Posts: 935
Joined: Sun Jun 03, 2001 2:01 am
Location: Illinois

Post by SuperSheep »

Well, you could replace textures instead. I did that for a level I was working on that required more than the remaining texture count.
User avatar
[]V[]essenjah
DBB Defender
DBB Defender
Posts: 3512
Joined: Mon Dec 20, 1999 3:01 am

Post by []V[]essenjah »

Oh, you just mean renaming the textures to match the original textures? That's a precaution I've been taking anyway, just to make it work better in-game in the first place. This mod is intended mostly as a visual replacer. But I plan to balance some of the ship and weapons in the final build using a HOG file. But for the demo release, I'll probably go this route.
User avatar
Pumo
DBB Captain
DBB Captain
Posts: 779
Joined: Tue Jan 18, 2005 11:48 pm
Location: Mexico
Contact:

Post by Pumo »

All that texture limit problems occurs only on 1.4 and below (if i'm not wrong). Use D3 v1.5 instead.

I'm (slowly :P ) making a little D3 campaign with a LOT of custom new 128x128 textures, and it doesn't works on version 1.4, but it works perfectly on 1.5.
User avatar
Sirius
DBB Master
DBB Master
Posts: 5616
Joined: Fri May 28, 1999 2:01 am
Location: Bellevue, WA
Contact:

Post by Sirius »

Except v1.5 isn't really well-supported or anything.
Post Reply