Jump to content

A way to get rid of all your perks...


glaciergirl14

Recommended Posts

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...