Difference between revisions of "Keyword"

Jump to navigation Jump to search
276 bytes added ,  20:30, 28 March 2018
added some details
imported>Gurgate
m (removed a note that is no longer true on modern versions of the game)
imported>Qazaaq
(added some details)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>KYWD</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Miscellaneous]]
'''Papyrus:''' [[Keyword Script]]
'''Papyrus:''' [[Keyword Script]]


Define keywords that allow you to tag associations across forms.
Define keywords that allow you to tag associations across forms. The [[Keyword]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]].


Some keywords are used by game systems, such as the weapon attachment system, and those are covered in the [[#Types|Types section]] below. Other keywords are ''semantic'', which means that they're used to describe things. For example, Bethesda uses the semantic ''ActorTypeRobot'' keyword on every robot actor (and modders should, too!), so [[conditions]] can check for that keyword to see if they're dealing with a robot, even if the robot belongs to a modded or DLC [[race]].
Some keywords are used by game systems, such as the weapon attachment system, and those are covered in the [[#Types|Types section]] below. Other keywords are ''semantic'', which means that they're used to describe things. For example, Bethesda uses the semantic ''ActorTypeRobot'' keyword on every robot actor (and modders should, too!), so [[Conditions]] can check for that keyword to see if they're dealing with a robot, even if the robot belongs to a modded or DLC [[Race]].


== Editor Dialog ==
== Editor Dialog ==
[[File:Keyword.png|right]]
[[File:Keyword.png|right]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Editor Color:''' Controls the color used for Render Window graphics related to this keyword. For example, preplaced workshop objects can be connected with power lines; these connections are shown as yellow lines, because the ''SplineLink'' keyword has a yellow Editor Color.
*'''Editor Color:''' Controls the color used for Render Window graphics related to this keyword. For example, preplaced workshop objects can be connected with power lines; these connections are shown as yellow lines, because the ''SplineLink'' keyword has a yellow Editor Color.
*'''Notes:''' A short textbox that can be used to explain the keyword.
*'''Notes:''' A short textbox that can be used to explain the keyword.
*'''Type:''' Determines the type of association this keyword is used for. See the types section.
*'''Type:''' Determines the type of association this keyword is used for. See the types section.
**'''Rule:'''
**'''Rule:'''
**'''Display Name:''' This field determines the displayed category name when at a crafting or modding workbench.
**{{Template:Editor:Property:Display Name}} This field determines the displayed category name when at a crafting or modding workbench.
*'''Restricted:'''  
*'''Restricted:'''  
{{ClearFloats}}
{{ClearFloats}}


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


* '''Anim Face:''' Defines a category of facial expressions, which can be used in dialogue.
*'''Anim Face:''' Defines a category of facial expressions, which can be used in dialogue.
*<span id="attachPoint">'''Attach Point:'''</span> 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, when no mod is attached. At the workbench, the order in which the attach points appear is controlled by do_ModMenuSlotKeywordList [[FormList]].  Attach points not in this list will appear in a random order after the items in the list. See [[Object Mod|Notes on the Object Mod]] page for information about creating new mod categories.
*'''Attraction Type:''' Specifies an [[AttractionRule]] which is part of a system used to get characters to react to specific events that occur around them.
*'''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.


* <span id="attachPoint">'''Attach Point:'''</span> 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, when no mod is attached. At the workbench, the order in which the attach points appear is controlled by do_ModMenuSlotKeywordList FormList.  Attach points not in this list will appear in a random order after the items in the list. See [[Object Mod|Notes on the Object Mod]] page for information about creating new mod categories.
== See Also ==
*[[Object Mod]]
*[[AttractionRule]]


* '''Attraction Type:''' Part of a system used to get characters to react to specific events that occur around them.


* '''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.
[[Category:Editor Reference]]
 
[[Category:Object Classes]]
* '''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.
[[Category:Miscellaneous]]
Anonymous user

Navigation menu