I've spent about an hour looking, but I can't find information on the developer debug tool. I need to be able to see which texture files are being pulled for specific monsters in the game. Any help?
Thanks.
I've spent about an hour looking, but I can't find information on the developer debug tool. I need to be able to see which texture files are being pulled for specific monsters in the game. Any help?
Thanks.
Maybe that would be under preloads? You might also be able to look under the entity itself and see what its texture is (if we have that offset). The path might be the best info you get though
GitHub - DetectiveSquirrel/PoeHUD-Developer: Show PoeHUD Data through ImGUI Think its this one.
YES!!! Thank you!!!
I had to do some digging in the developer tool window, but using the debug highlighted object option allowed me to identify the monster so I could see the name of the metadata file it was using and thus ID the correct texture!
Specifically, it was Merveil. Her primary texture file is pulled from a couple "seawitchillusion" entries.![]()