Difference between revisions of "Keyword"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Cipscis
m (Added Recipe Filter, Display Name info.)
Line 12: Line 12:
*'''Rule:'''  
*'''Rule:'''  
*'''Notes:'''  
*'''Notes:'''  
*'''Display Name:'''  
*'''Display Name:''' This field determines the displayed category name when at a crafting or modding workbench.
*'''Restricted:'''  
*'''Restricted:'''  


Line 21: Line 21:


* '''Mod Association''': Defines an association between a mod and its object. Create a keyword with this type, then put it in the Keywords section of the item that can be modded, and the Target Object Mod Association section of the [[Object Mod]] to link them together as a viable combo.
* '''Mod Association''': Defines an association between a mod and its object. Create a keyword with this type, then put it in the Keywords section of the item that can be modded, and the Target Object Mod Association section of the [[Object Mod]] to link them together as a viable combo.
* '''Recipe Filter''': Defines a new crafting category to be used with a workbench. The Display Name is what will be shown at the crafting workbenches as the category name.

Revision as of 22:55, 10 June 2016

Papyrus: Keyword Script

Define keywords that allow you to tag associations across forms.

Keyword.png

Editor Dialog

  • ID: The editor ID which is used by the Creation Kit.
  • Editor Color:
  • Type: Determines the type of association this keyword is used for. See the types section.
  • Rule:
  • Notes:
  • Display Name: This field determines the displayed category name when at a crafting or modding workbench.
  • Restricted:

Types

Keywords now have a Type field that determines the type of association this is used for.

  • Attach Point: Defines a mod attachment point for an object and its Object Mod. Does not have to be visually/physically attached. You can think of it as a category or class of Object Mod. The Display Name is what will be shown at the modding workbenches as the mod category name. See Notes on the Object Mod page for information about creating new mod categories.
  • Mod Association: Defines an association between a mod and its object. Create a keyword with this type, then put it in the Keywords section of the item that can be modded, and the Target Object Mod Association section of the Object Mod to link them together as a viable combo.
  • Recipe Filter: Defines a new crafting category to be used with a workbench. The Display Name is what will be shown at the crafting workbenches as the category name.