Search found 1 match

by ionbleynce
Wed Dec 18, 2019 12:29 pm
Forum: Graphic file formats
Topic: Raw TFC exporter (Paladins, Gigantic, DCUO)
Replies: 35
Views: 17376

Re: Raw TFC exporter (Paladins, Gigantic, DCUO)

Paladins seems to use a slightly weird format for some of its normals. It uses just pairs of bytes to represent the x, y components of the normals of each pixel as signed ints. But the tool expects them to be normal dds format with dxt1. So I wrote a script that fixes them and outputs a correct norm...