FrostedBison Posted June 15 Share Posted June 15 Hello! I've been working on my first warpaint/overlay mod for RaceMenu, following both the guide on its Nexus page and the WinkingSkeever guide. I've got my dds files, my quest, I've got my .PSC script compiled into a .PEX, yet they don't show up in game. Here's a link to the zip file: https://drive.google.com/file/d/1nBlzCXTsW09aJmivp4zMhQvsTg713IeT/view?usp=sharing The overlays in question are vitiligo markings, which I can't find for Skyrim so wanted to try making my own. I don't know if this first pass looks good because of not being able to get them to show up in my texture list. Any help would be greatly appreciated! Link to comment Share on other sites More sharing options...
Hanaisse Posted June 15 Share Posted June 15 It looks like you simply misnamed your texture files in the script. You have them as Vitiligo01, 02, 03, 04, but your texture files are named Vitiligo 1, 2, 3, 4 (no zero's). Link to comment Share on other sites More sharing options...
FrostedBison Posted June 15 Author Share Posted June 15 Hmmm I just tried fixing this and they're still not showing up Link to comment Share on other sites More sharing options...
Hanaisse Posted June 15 Share Posted June 15 Ok, apparently the script is super case sensitive. Everywhere in your script where you have "Warpaint", change it to "WarPaint". Don't forget to re-compile it. I tested this time and it works. 1 Link to comment Share on other sites More sharing options...
FrostedBison Posted June 15 Author Share Posted June 15 This worked! Thank you so much for the help!! Link to comment Share on other sites More sharing options...
Recommended Posts