You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detailbump2.dds texture inside skydome.wtd goes unused.
It is the normal map (or actually bump map) of the noise16_p.dds texture, the game reads it but the shader only supports normals functionality partly, just inside the .xml, meaning it's not actually used.
I had the idea of generating a normal map of the noise16_p.dds texture from RDR1 (which is of a much much higher quality than the one from IV) with CrazyBump, for an even bigger(?) increase in the clouds' detail, however Nukie informed me with the info above, making it pointless.
If you agree to add support for that I'd be very grateful, however I wonder if it'd make any significant difference at the end of the day for it to be worth it...
If it does though, I could release a mod that makes full use of this. A mod where I could provide options to use the cloud hats from GTAV, RDR1 and RDR2, with adapted normals.
If you wanna test this, feel free to test with this skydome.wtd, it provides the RDR1 texture with an adapted normal: skydome.zip
RDR1 also seems to provide normal map support for the moon, and it does so by apparently reusing the moon_glow.dds texture for it, although the actual moon glow is probably done in shaders there, whereas in IV it's done using a texture sheet.
This one is probably too much of a pita to implement, and I understand. This is more food for thought.
The text was updated successfully, but these errors were encountered:
That's an interesting leftover, I wonder why the developers decided against including such a feature. Maybe they thought it didn't make a significant enough difference with the clouds implementation they had. GTA V uses normals for its clouds, but they work quite differently.
I don't have the knowledge required to implement that, as it's quite a bit more complex than simply adding normals to the deferred tree shader, for instance. Maybe in the future.
The detailbump2.dds texture inside skydome.wtd goes unused.
It is the normal map (or actually bump map) of the noise16_p.dds texture, the game reads it but the shader only supports normals functionality partly, just inside the .xml, meaning it's not actually used.
I had the idea of generating a normal map of the noise16_p.dds texture from RDR1 (which is of a much much higher quality than the one from IV) with CrazyBump, for an even bigger(?) increase in the clouds' detail, however Nukie informed me with the info above, making it pointless.
If you agree to add support for that I'd be very grateful, however I wonder if it'd make any significant difference at the end of the day for it to be worth it...
If it does though, I could release a mod that makes full use of this. A mod where I could provide options to use the cloud hats from GTAV, RDR1 and RDR2, with adapted normals.
If you wanna test this, feel free to test with this skydome.wtd, it provides the RDR1 texture with an adapted normal:
skydome.zip
RDR1 also seems to provide normal map support for the moon, and it does so by apparently reusing the moon_glow.dds texture for it, although the actual moon glow is probably done in shaders there, whereas in IV it's done using a texture sheet.
This one is probably too much of a pita to implement, and I understand. This is more food for thought.
The text was updated successfully, but these errors were encountered: