Spoiler
I'm trying to make a custom class for my personal use. Mainly to get the small description and icon thingy instead of null action every time I hover on my class name in the character sheet
I got the custom class' image shown in the class selection menu, but not in the character sheet, and the damn problem frustrates me
I used DXT3 with no mipmap for the DDS, the same compression I used for the custom class' image. I have put the small icon in textures/(menus/menus50/menus80)/stats/small_class/ with filename small_.dds, but it won't show up.
What do show up is the last icon shown. If I hovered on the Marksman skill before I hover on the class name, Marksman icon is displayed instead of the supposed class icon. If I hovered on the birthsign (which happens to be The Lady for mine) The Lady's icon is displayed instead of my custom icon. If I insisted on not hovering on anything before, the serpent icon mocks me instead
I've made sure I didn't make any typo in the file path, the is perfectly similar to the I put in class_creation_.dds for the class' image. I've also made sure the alpha channel is present and the whole image is supposed to be drawn, but here I am speechless
I tried to google the problem and searched on CS wiki and this forum, but no information turned up. Google results in generic custom class guide and a japanese modder facing the same problem, wiki didn't say anything about class, only birthsign (which is quite similar), and this forum... turned up nothing
Did I do something wrong? I'm sure I don't need mipmap because only one image is needed. DXT3 displays properly within the class selection menu, so what's the problem? Do I have to use a different compression? Do I have to do something after I put the files there?
Many thanks in advance
I got the custom class' image shown in the class selection menu, but not in the character sheet, and the damn problem frustrates me
I used DXT3 with no mipmap for the DDS, the same compression I used for the custom class' image. I have put the small icon in textures/(menus/menus50/menus80)/stats/small_class/ with filename small_
What do show up is the last icon shown. If I hovered on the Marksman skill before I hover on the class name, Marksman icon is displayed instead of the supposed class icon. If I hovered on the birthsign (which happens to be The Lady for mine) The Lady's icon is displayed instead of my custom icon. If I insisted on not hovering on anything before, the serpent icon mocks me instead
I've made sure I didn't make any typo in the file path, the
I tried to google the problem and searched on CS wiki and this forum, but no information turned up. Google results in generic custom class guide and a japanese modder facing the same problem, wiki didn't say anything about class, only birthsign (which is quite similar), and this forum... turned up nothing
Did I do something wrong? I'm sure I don't need mipmap because only one image is needed. DXT3 displays properly within the class selection menu, so what's the problem? Do I have to use a different compression? Do I have to do something after I put the files there?
Many thanks in advance
Nvm, worked it around. Turns out my CS won't properly display icons from a fresh new class, it has to be a duplicate from generic class and manually modified...