vespidae Posted April 9, 2012 Share Posted April 9, 2012 Okay, so I've made perks which effect players carryweight, I can get it in game, but the problem is I don't want to have to buy it with perk points, I want to be able to just have it available, I don't mind using the console command, but when I try to do that there is no item ID assigned to the perks.. Any help? what could I do? cheers guys Link to comment Share on other sites More sharing options...
fg109 Posted April 9, 2012 Share Posted April 9, 2012 Are you sure that you are unable to assign it through the console? If you know the name of your perk, you should be able to do it like this: help "name of perk" 0 Then it should list everything with "name of perk" in its name, and display the editor ID (a hexadecimal string) next to it. If for example, the string was "03000D66", you would use this in the console to add it: Player.AddPerk 03000D66 Link to comment Share on other sites More sharing options...
vespidae Posted April 9, 2012 Author Share Posted April 9, 2012 Yeah, I did this, but it said "no strings attached" I've gone into the creation kit and made sure each new perk is now a new object item, so i'll try it again, hopefully with better results! Thanks for taking the time to reply :) Link to comment Share on other sites More sharing options...
Recommended Posts