Käpt'n Zur See
Chieftain
- Joined
- Mar 17, 2022
- Messages
- 8
Hi,
I've been having issues with the Moments Illustratrions for my unique unit and improvement.
I tried stealing some code from other mods too, so I don't see any issues in this illustrations table:
I have created the .tex files 2 times by now and I've tried to make it as close as possible to existing game files, like the one from the netherlands. Only difference is the number of mipmaps, which shouldn't be a problem(?).
Maybe related, I get two issues while building a solution every time that look like this:
Every texture works as intended, except the Moment Illustrations. The cooker.txt doesn't help me figure out what causes this, as it says something about the UILeader, which works perfectly fine. I included it in the files anyways. If you need any more files let me know.
Thank you very much in advance. I am out of ideas at this point.
I've been having issues with the Moments Illustratrions for my unique unit and improvement.
I tried stealing some code from other mods too, so I don't see any issues in this illustrations table:
Code:
INSERT INTO MomentIllustrations
(MomentIllustrationType, MomentDataType, GameDataType, Texture)
VALUES ('MOMENT_ILLUSTRATION_UNIQUE_UNIT', 'MOMENT_DATA_UNIT', 'UNIT_MORGANA_CAR', 'MOMENT_MORGANA_CAR.dds'),
('MOMENT_ILLUSTRATION_UNIQUE_IMPROVEMENT', 'MOMENT_DATA_IMPROVEMENT', 'IMPROVEMENT_CAFE_LEBLANC', 'MOMENT_CAFE_LEBLANC.dds');
I have created the .tex files 2 times by now and I've tried to make it as close as possible to existing game files, like the one from the netherlands. Only difference is the number of mipmaps, which shouldn't be a problem(?).
Maybe related, I get two issues while building a solution every time that look like this:
Code:
EXEC(0,0): error asset: (UIErrorTexture)
EXEC(0,0): error asset: (UIErrorTexture)
Every texture works as intended, except the Moment Illustrations. The cooker.txt doesn't help me figure out what causes this, as it says something about the UILeader, which works perfectly fine. I included it in the files anyways. If you need any more files let me know.
Thank you very much in advance. I am out of ideas at this point.