Difference between revisions of "How to create a perk"

From Nexus Mods Wiki
Jump to: navigation, search
m (List of steps)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
 
== Overview ==
 
== Overview ==
 +
 
To demonstrate how to make a custom perk for Fallout 3 or Fallout: New Vegas.
 
To demonstrate how to make a custom perk for Fallout 3 or Fallout: New Vegas.
  
==List of steps==
+
== List of steps ==
1. Bring up the Geck and make sure that the correct master file is selected.  This will either be Fallout3.esm or FalloutNV.esm.
 
  
2. Use the Object Window to open "Actor Data," and then open "Perk." You should now see all of the vanilla perks.
+
#Bring up the Geck and make sure that the correct master file is selected. This will either be Fallout3.esm or FalloutNV.esm.  
 +
#Use the Object Window to open "Actor Data," and then open "Perk." You should now see all of the vanilla perks.  
 +
#Right-click above the vanilla challenges and select "New." This will open a dialogue box named "Perk."
 +
#:[[File:Perk window.png|Your screen should look like this by step 3]] 
 +
#Type in an ID with no spaces in the "ID" heading. This will identify your perk when you want something to use it.
 +
#Type in a name in the "Name" heading. This will be the name displayed in the Pip-boy and level-up or trait selection screen depending on when you want your perk to be available.
 +
#To the right of the "ID" and "Name" headings is "Perk Icon." Select a .DDS file to use as the image for the perk.
 +
#Underneath the "Name" heading, there are three check boxes. The two to be concerned with are "Trait" and "Playable." If you check "Trait," this perk will only be available when for the New Vegas trait selection box. If you check "Playable," this will add the perk to the level-up selection screen. If you are making a [[Challenge|challenge]] for New Vegas, this is a reason to have "Playable" unchecked, because you can add the perk through the challenge instead of the level-up screen.
 +
#Underneath the check boxes, there is are two headings, "Level" and "Num Ranks." These determine which level the perk becomes available at, and how many times the perk can be gained.
 +
#To the right of "Level" and "Num Ranks" is "Perk Description." Whatever you type in here will be displayed as in the Pip-boy and level-up screen as the explanation for what the perk does.
 +
#Below all of these headings is "Conditions." This lets you add qualifiers to the perk to further determine whether the player may have the perk. An example of a perk's qualifiers are "GetPermanentActorValue" "Charisma" ">=" "6" "AND" "GetPermanentActorValue" "Survival" ">=" "45." This is what the player needs to be able to select "Animal Friend."
 +
#The last thing you need to set are the "Perk Entries." This determines what you perk does and when it does it. Most perks are set to be active all the time, for example, "Animal Friend," but the example "Soda Challenge" in the mod section adds a perk with a condition so that it only runs when the "Perk Owner" "IsSpellTarget" of any Nuka Cola drink or Sunset Sarsaparilla.
 +
#Save your esp! You just made a perk!
  
3. Right-click above the vanilla challenges and select "New." This will open a dialogue box named "Perk."
+
== Mods ==
[[File:Perk_window.png|200px|thumb|right|Your screen should look like this by step 3]]
 
  
4. Type in an ID with no spaces in the "ID" heading.  This will identify your perk when you want something to use it.
+
----
  
5. Type in a name in the "Name" heading. This will be the name displayed in the Pip-boy and level-up or trait selection screen depending on when you want your perk to be available.
+
{| width="100%" cellspacing="0" cellpadding="5"
 +
|-
 +
! style="border-bottom:1px solid" width="100" | Name
 +
| colspan="2" style="border-bottom:1px solid" |
 +
[http://www.newvegasnexus.com/downloads/file.php?id=35979 More Perks]
  
6. To the right of the "ID" and "Name" headings is "Perk Icon."  Select a .DDS file to use as the image for the perk.
 
 
7. Underneath the "Name" heading, there are three check boxes.  The two to be concerned with are "Trait" and "Playable."  If you check "Trait," this perk will only be available when for the New Vegas trait selection box.  If you check "Playable," this will add the perk to the level-up selection screen.  If you are making a [[challenge]] for New Vegas, this is a reason to have "Playable" unchecked, because you can add the perk through the challenge instead of the level-up screen.
 
 
8. Underneath the check boxes, there is are two headings, "Level" and "Num Ranks."  These determine which level the perk becomes available at, and how many times the perk can be gained.
 
 
9. To the right of "Level" and "Num Ranks" is "Perk Description."  Whatever you type in here will be displayed as in the Pip-boy and level-up screen as the explanation for what the perk does.
 
 
10. Below all of these headings is "Conditions."  This lets you add qualifiers to the perk to further determine whether the player may have the perk.  An example of a perk's qualifiers are "GetPermanentActorValue" "Charisma" ">=" "6" "AND" "GetPermanentActorValue" "Survival" ">=" "45."  This is what the player needs to be able to select "Animal Friend."
 
 
11. The last thing you need to set are the "Perk Entries."  This determines what you perk does and when it does it.  Most perks are set to be active all the time, for example, "Animal Friend," but the example "Soda Challenge" in the mod section adds a perk with a condition so that it only runs when the "Perk Owner" "IsSpellTarget" of any Nuka Cola drink or Sunset Sarsaparilla.
 
 
12. Save your esp!  You just made a perk!
 
 
==Mods==
 
 
{| cellpadding="5" cellspacing="0" width="100%"
 
|-
 
----
 
!style="background:#FFFFFF;border-bottom:1px solid;"  width="100"  | Name
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
More Perks
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Dree
 
Dree
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
More Perks for New Vegas is here! Adds +100 new perks and +10 traits that player can take. The goal is to offer alternatives to currently available perks and engage into the core gameplay mechanics without ruining the original taste of fallout NV
 
More Perks for New Vegas is here! Adds +100 new perks and +10 traits that player can take. The goal is to offer alternatives to currently available perks and engage into the core gameplay mechanics without ruining the original taste of fallout NV
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=35979]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=40552 Soda Challenge]
Soda Challenge
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
stx06
 
stx06
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Drink a bunch sodas (Nuka or Sarsaparilla) and get a perk!
 
Drink a bunch sodas (Nuka or Sarsaparilla) and get a perk!
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=40552]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=40532 Human Plague Perk]
Human Plague Perk
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
stx06
 
stx06
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Lord Death not enough of a bonus for you? Here's a challenge for the determined with a powerful perk to match!
 
Lord Death not enough of a bonus for you? Here's a challenge for the determined with a powerful perk to match!
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=40532]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=35841 ST Traits and Perks]
ST Traits and Perks
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
SmileyTops
 
SmileyTops
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
20 traits, 28 new perks, and makes tweaks to 9 perks. Most are classic oldies, but there are a few new ones.
 
20 traits, 28 new perks, and makes tweaks to 9 perks. Most are classic oldies, but there are a few new ones.
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=35841]
 
 
|}
 
|}
  
 +
 
  
{| cellpadding="5" cellspacing="0" width="100%"
+
----
 +
 
 +
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=36775 New and Improved Perks]
New and Improved Perks
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Lautreamont
 
Lautreamont
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Adds some new specialized perks for different and/or strange type of builds and improve vanilla existent perks.
 
Adds some new specialized perks for different and/or strange type of builds and improve vanilla existent perks.
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=36775]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=36259 WolverinePerkMod]
WolverinePerkMod
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
TheOneness
 
TheOneness
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Wolverine moves from Fallout 3 to NV.
 
Wolverine moves from Fallout 3 to NV.
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=36259]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=35897 Jarelle Perk Pack]
Jarelle Perk Pack
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Jarelle
 
Jarelle
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Adds 22 new perks and modifies some of the old ones.
 
Adds 22 new perks and modifies some of the old ones.
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=35897]
 
 
|}
 
|}
  
 +
 
 +
 +
----
  
{| cellpadding="5" cellspacing="0" width="100%"
+
{| width="100%" cellspacing="0" cellpadding="5"
 
|-
 
|-
----
+
! style="border-bottom:1px solid" width="100" | Name
!style="background:#FFFFFF;border-bottom:1px solid;" width="100" | Name
+
| colspan="2" style="border-bottom:1px solid" |  
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
[http://www.newvegasnexus.com/downloads/file.php?id=37321 Magic Fingers Perk]
Magic Fingers Perk
+
 
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Author
+
! style="border-bottom:1px solid" | Author
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
LFox
 
LFox
 +
 
|-
 
|-
!style="background:#FFFFFF;border-bottom:1px solid;" | Description
+
! style="border-bottom:1px solid" | Description
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|  
+
| colspan="2" style="border-bottom:1px solid" |  
 
Adds a new perk that allows you to steal EVERYTHING a NPC is wearing including their clothes.
 
Adds a new perk that allows you to steal EVERYTHING a NPC is wearing including their clothes.
|-
+
 
!style="background:#FFFFFF;border-bottom:1px solid;" | Link
 
|style="background:#FFFFFF;border-bottom:1px solid;" colspan="2"|
 
[http://www.newvegasnexus.com/downloads/file.php?id=37321]
 
 
|}
 
|}
  
 
+
[[Category:Tutorials]] [[Category:New Vegas]] [[Category:Fallout 3]] [[Category:Mod_Creation]]
[[Category:Tutorials]]
 
[[Category:New Vegas]]
 
[[Category:Fallout 3]]
 

Latest revision as of 05:28, 15 November 2018

Overview

To demonstrate how to make a custom perk for Fallout 3 or Fallout: New Vegas.

List of steps

  1. Bring up the Geck and make sure that the correct master file is selected. This will either be Fallout3.esm or FalloutNV.esm.
  2. Use the Object Window to open "Actor Data," and then open "Perk." You should now see all of the vanilla perks.
  3. Right-click above the vanilla challenges and select "New." This will open a dialogue box named "Perk."
    Your screen should look like this by step 3
  4. Type in an ID with no spaces in the "ID" heading. This will identify your perk when you want something to use it.
  5. Type in a name in the "Name" heading. This will be the name displayed in the Pip-boy and level-up or trait selection screen depending on when you want your perk to be available.
  6. To the right of the "ID" and "Name" headings is "Perk Icon." Select a .DDS file to use as the image for the perk.
  7. Underneath the "Name" heading, there are three check boxes. The two to be concerned with are "Trait" and "Playable." If you check "Trait," this perk will only be available when for the New Vegas trait selection box. If you check "Playable," this will add the perk to the level-up selection screen. If you are making a challenge for New Vegas, this is a reason to have "Playable" unchecked, because you can add the perk through the challenge instead of the level-up screen.
  8. Underneath the check boxes, there is are two headings, "Level" and "Num Ranks." These determine which level the perk becomes available at, and how many times the perk can be gained.
  9. To the right of "Level" and "Num Ranks" is "Perk Description." Whatever you type in here will be displayed as in the Pip-boy and level-up screen as the explanation for what the perk does.
  10. Below all of these headings is "Conditions." This lets you add qualifiers to the perk to further determine whether the player may have the perk. An example of a perk's qualifiers are "GetPermanentActorValue" "Charisma" ">=" "6" "AND" "GetPermanentActorValue" "Survival" ">=" "45." This is what the player needs to be able to select "Animal Friend."
  11. The last thing you need to set are the "Perk Entries." This determines what you perk does and when it does it. Most perks are set to be active all the time, for example, "Animal Friend," but the example "Soda Challenge" in the mod section adds a perk with a condition so that it only runs when the "Perk Owner" "IsSpellTarget" of any Nuka Cola drink or Sunset Sarsaparilla.
  12. Save your esp! You just made a perk!

Mods


Name

More Perks

Author

Dree

Description

More Perks for New Vegas is here! Adds +100 new perks and +10 traits that player can take. The goal is to offer alternatives to currently available perks and engage into the core gameplay mechanics without ruining the original taste of fallout NV

 


Name

Soda Challenge

Author

stx06

Description

Drink a bunch sodas (Nuka or Sarsaparilla) and get a perk!

 


Name

Human Plague Perk

Author

stx06

Description

Lord Death not enough of a bonus for you? Here's a challenge for the determined with a powerful perk to match!

 


Name

ST Traits and Perks

Author

SmileyTops

Description

20 traits, 28 new perks, and makes tweaks to 9 perks. Most are classic oldies, but there are a few new ones.

 


Name

New and Improved Perks

Author

Lautreamont

Description

Adds some new specialized perks for different and/or strange type of builds and improve vanilla existent perks.

 


Name

WolverinePerkMod

Author

TheOneness

Description

Wolverine moves from Fallout 3 to NV.

 


Name

Jarelle Perk Pack

Author

Jarelle

Description

Adds 22 new perks and modifies some of the old ones.

 


Name

Magic Fingers Perk

Author

LFox

Description

Adds a new perk that allows you to steal EVERYTHING a NPC is wearing including their clothes.