-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons for elements/molecules don't display in HQM quest book. #431
Comments
It's an interesting theory.. So loading up the icons in PS and re-saving them might fix this? To test your theory, would you mind checking out TiC tool parts? as TiC tools made of more that one item do not render either. Of course a third option is that we might be rendering our items too low, so they render behind the book.. that would be interesting |
I actually looked at the image layers, which seemed fine, so I don't think that's it unless you're setting a layer of some sort in the actual code. Will check TiC, report findings. Any specific pieces, or just whole tools? |
Is there any possibility that HQM is just grabbing the icon data and not being able to parse the process needed to color it? I'm still getting Photoshop set up on this system so I haven't checked the color space in the TiCon parts, but the non-static item icon is something that both affected mods have in common. |
The RenderItemInInventory method we use is fairly standard and is (from what I can tell) what HQM uses to render the Item in the book. |
Kinda fixed stuff in #432 just the text saying like H on element renders wrong. I still think HQM could do more about it then we can do. But for now it is fixed (except for the text) |
Not certain this is the cause, but Minechem is the only mod I've seen with an issue, and it's also the only one that uses index colors rather than RGB for it's icons and textures. I suspect changing to the RGB color space will correct the issue but haven't been able to test. (Adding this at Jakimfett's request.)
The text was updated successfully, but these errors were encountered: