glaciergirl14 Posted November 24, 2009 Share Posted November 24, 2009 Don't ask me why, but is there a way to get rid of all your perks at once without meticulously going through all of them with the console? Link to comment Share on other sites More sharing options...
csb Posted November 24, 2009 Share Posted November 24, 2009 Wow ... good question! Just off the top of my head, I don't think so. In a script that loops through, yes, but that's not suited to the console. Putting all of them in a text file (removePerks.txt, for example), one perk removal per line and then in the console typing bat removePerks might work. If I remember right. :biggrin: That gets more problematic with each year. The file has to be in your Data folder. Link to comment Share on other sites More sharing options...
gsmanners Posted November 24, 2009 Share Posted November 24, 2009 It isn't enough to just remove perks. You have to undo their side-effects, as well. A good example is Animal Friend perk, which really is just the same as: setally PlayerFaction AnimalFriendFaction 1 1 or setally PlayerFaction AnimalFriendFaction depending on whether you have level 1 or 2. To undo that particular perk, you would need to do: setenemy PlayerFaction AnimalFriendFaction Link to comment Share on other sites More sharing options...
csb Posted November 26, 2009 Share Posted November 26, 2009 gs has the right of it, when dealing with perks (or other permanent enhancements), you have to deal with removing the effects, whether in a script, console commands or a bat text file executed from the console. Link to comment Share on other sites More sharing options...
Recommended Posts