I'm trying to make a mod for portraits and I ran into a bit of an annoyance: it seems you can only have a maximum of 27 frames read in from a .dds file.
Essentially what happens is, I have a very large .dds with 38 frames. As a series of experiments, in the portrait_properties.txt, I set the factor of all clothes (working on clothes atm) to 0, except for a single one (removed all modifiers). Then I changed which one wasn't at 0, basically making all characters wear the same clothes. Up until #26 (counting starts from 0), it worked just fine and dandy, but for any number beyond that, it was as if those entries weren't even there, the numbers "loop back" to the beginning again.
Is there really a hard limit like this or am I missing something? Would be really quite annoying if they put a limit like that in place, especially since it seems pretty pointless.
Essentially what happens is, I have a very large .dds with 38 frames. As a series of experiments, in the portrait_properties.txt, I set the factor of all clothes (working on clothes atm) to 0, except for a single one (removed all modifiers). Then I changed which one wasn't at 0, basically making all characters wear the same clothes. Up until #26 (counting starts from 0), it worked just fine and dandy, but for any number beyond that, it was as if those entries weren't even there, the numbers "loop back" to the beginning again.
Is there really a hard limit like this or am I missing something? Would be really quite annoying if they put a limit like that in place, especially since it seems pretty pointless.