Jump to content

Perk mods how to?


nikosuave

Recommended Posts

modding or making perks is real simple:

 

bout 3 or 4 lines below "quests" you find perks, there you find all perks, just right click there click on new and make one.

 

it has a starting level of 0 entered, so change that to at least 1 (or it won't show up in the perks list ingame) (can be anything from 1 - 20 (or 30 if BS is installed)

 

under conditions you can set things like:

getactorvalue strength >= 6 (so requirement would be strength of 6 or higher)

 

and in the bottom field you enter the effects, either you pick them from a list or you select a script

 

a nice way to make changes in quests without having to much to do with scripting abilities in it etc. is to use perks, just use the checkbox: hidden and it won't show up in the level up dialogue

 

and for the quest you just enter the perk in the resultEnd box like this:

player.addperk PERKID

 

you don't have to use the hexcode here, you can type in the id you used for it like if you called it abc123 it will work if you type:

 

player.addperk abc123

 

or if you want to remove it at somepoint you can go with:

player.removeperk abc123

 

perks actually are pretty easy understandable, just open up a few perks and see how they are done, its a lot less complicated than dialogues

Link to comment
Share on other sites

  • Recently Browsing   0 members

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