Oneofthe8devilz@Posted: Tue Jul 08, 2008 12:32 pm :
Hey ppl,

I basically would like to ask if anyone of you here has an idea how much work would be involved adding an additional bumpmap pass to ETQW's megatextures as I am not really happy with those "prelit" megatextures.

The idea is to have the terrain textures interact dynamically to lights such as gunfire (I have already made every weapon emitting a light on discharge for etqw...)

Since I am not too familiar with the material shader syntax of megatextures this is what I have in mind. I would prefer to use the lit megatexture file as the heightmap input for the dynamical bumpmap calculation...

Another approach might be using the "detail" textures as the bumpmap information.

Thanks for ideas in advance



mikebart@Posted: Mon Sep 08, 2008 2:23 pm :
Its probably way too expensive to render the megatexture dynamically like that, I think thats the reason they bake the bumpmap onto the diffuse, im pretty sure they're doing the same with idtech5 for the same reason.



Oneofthe8devilz@Posted: Mon Sep 08, 2008 11:12 pm :
wow.. I am glad that actually someone replied at all...

Now if this turns out to be the case for idtech 5, that would be quite a shocker for me :(

I can confirm for now that there seems to be no way to blend in another bumpmap pass to a megatextured surface for etqw....



The Happy Friar@Posted: Tue Sep 09, 2008 2:05 am :
last I remember, the only reason there's no bump mapping in ET:QW was because it didn't look good, so it was baked. But you can still do terrain as a normal texture if you wanted.



Gabrobot@Posted: Tue Sep 09, 2008 6:39 pm :
I thought the only problem in Quake Wars was the interaction shader? You might also want to look into the process of compiling a MegaTexture...I recall there were different settings as far as lighting and quality where you didn't have to merge as much stuff in (though I'm not sure that goes as far as having a separate bump map).

As far as id Tech 5...for Rage, they're baking the outdoor lighting to speed things up significantly, but they can do it in real-time as well. In fact when they're developing the levels, it is real-time...for the final version they compile a bunch of stuff down, but it's all controllable so it can stay real-time if they choose that.



parsonsbear@Posted: Tue Sep 09, 2008 7:31 pm :
Can't remember how I know this, but initially etqw megatextures had a normal pass. This may or may not be visible in the first trailer (in the beginning where you see the badger driving down the moonlit road casting shadows with its headlights.)

It may be possible to modify the megatexture shaders to get this pass back, but it's way over my head.