Tahvohck Posted October 19, 2012 Share Posted October 19, 2012 (edited) So, I'm trying to make a mod that reduces the weight of the armor the player is wearing. The best (and only) way I could find to do this was with a custom perk. Unfortunately, no matter what I do I can't get the perk to show up in game; not the perk tree, but the game itself: when I type "help <perk name>" into the console it's not listed. So far I've tried: building a perk from scratch, building a perk from scratch based on the Steed stone's hidden perk, and making a copy of the Steed stone perk. None work. What might be the problem? And beyond that, if anyone knows of a better way to go about doing this/a mod that already does this, I'd love to know. EDIT: Further testing has revealed that it's not adding my messages from another mod of mine. Oddly, even though the perk/message isn't listed in-game on the console, I can somehow still add the perk through console. Is this just an issue with my script, then? Edited October 19, 2012 by Tahvohck Link to comment Share on other sites More sharing options...
Tahvohck Posted October 19, 2012 Author Share Posted October 19, 2012 Aaaand further testing revealed I hadn't coded the script right, in the perk's case: apparently you have to use the exact name of the item in the script. Who knew? Not me! Of course, I still can't get the scripts to show message boxes, and there I know it's using the same name. What gives? Link to comment Share on other sites More sharing options...
Recommended Posts