Difference between revisions of "Object Mod"

Jump to navigation Jump to search
1,669 bytes added ,  5 March
added operations information
imported>Qazaaq
(changed object description)
(added operations information)
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Model}} This will be added to the specified attach point. For example, attaching a scope to the receiver of a weapon. This is not typically used for armor mods.
*{{Template:Editor:Property:Model}} This will be added to the specified attach point. For example, attaching a scope to the receiver of a weapon. This is not typically used for armor mods.
*{{Template:Editor:Property:Description|property=Desc}}
*{{Template:Editor:Property:Desc}}
*'''Target Type:''' Determines what kind of object this upgrades and which property modifiers may apply.
*'''Target Type:''' Determines what kind of object this upgrades and which property modifiers may apply.
**'''Actor:''' The property modifiers which will apply to an [[Actor]] object.
**'''Actor:''' The property modifiers which will apply to an [[Actor]] object.
Line 26: Line 26:
*'''Attach Parent Slots''':  The attach points that are a part of this mod.  For example, a gun receiver may have attach points for a barrel, grip and scope.  These attach points must be part of the 3D model associated with the mod. The "Collect from 3D" button will find the attach points defined in the NIF and for each one, create a new attach point keyword and add that keyword to the Object Mod's parent slots list.  You will be prompted for a prefix to use when naming the attach points.  The names of the attach points in the model start with "P-" which are replaced by the prefix you provide.  For example, if the model contains the prefix "P-Grip" and you specify the prefix "ap_gun", the attach point will be named "ap_gun_Grip".  
*'''Attach Parent Slots''':  The attach points that are a part of this mod.  For example, a gun receiver may have attach points for a barrel, grip and scope.  These attach points must be part of the 3D model associated with the mod. The "Collect from 3D" button will find the attach points defined in the NIF and for each one, create a new attach point keyword and add that keyword to the Object Mod's parent slots list.  You will be prompted for a prefix to use when naming the attach points.  The names of the attach points in the model start with "P-" which are replaced by the prefix you provide.  For example, if the model contains the prefix "P-Grip" and you specify the prefix "ap_gun", the attach point will be named "ap_gun_Grip".  
*'''Object Modifiers''':  Only enabled when the Mod Collection checkbox is selected.  This is the list of mods that make up the mod collection.  Right-click in the list to add/remove entries.  Modify entries using the Object Modifier Data panel to the right.
*'''Object Modifiers''':  Only enabled when the Mod Collection checkbox is selected.  This is the list of mods that make up the mod collection.  Right-click in the list to add/remove entries.  Modify entries using the Object Modifier Data panel to the right.
*'''Property Modifiers''': The properties that will be changed when this mod is applied (e.g., weight, damage resistance, color, etc.). Entries in this list are edited using the "Property Modifier Data" panel in the third column. To add a new one, right click in the list and choose new. See the Notes Section about a glitch with this dialog.
*'''Property Modifiers''': The properties that will be changed when this mod is applied (e.g., weight, damage resistance, color, etc.). Entries in this list are edited using the "Property Modifier Data" panel in the third column. To add a new one, right-click in the list and choose new. See the Operations Section for the specific operations to choose from. See the Notes Section about a glitch with this dialog.
**'''ebBodyPart''':
**'''ebBodyPart''':
**'''bautomatic''': Used in receivers. Boolean value. True for automatic.
**'''bautomatic''': Used in receivers. Boolean value. True for automatic.
Line 42: Line 42:
**'''peEnchantments''': Allows you to pick an enchantment that contains additional magic effects to be added to this mod. This allows you to have multiple enchantments on an object. Probably only valid with ADD. Select your enchant with the Form dropdown. Enchants should be of type Constant Effect, Self.
**'''peEnchantments''': Allows you to pick an enchantment that contains additional magic effects to be added to this mod. This allows you to have multiple enchantments on an object. Probably only valid with ADD. Select your enchant with the Form dropdown. Enchants should be of type Constant Effect, Self.
**'''piBashImpactDataSet''':
**'''piBashImpactDataSet''':
**'''piForcedInventory''': Adds and equips armor or weapons on an Actor without building an additional object template on the armor record. This allows you to have special effects NIFs at various attach points on the armor object or equip additional weapons onto actors such as vertibirds or turrets. Like all objects with attach points keywords, the armor and actor NIFs the effect is attaching to must have the node points set up on the model.
**'''pkKeywords''': Adds or removes keywords from the object being modded. Does not work for all types of keywords.  For example, you cannot use this property to dynamically add attach points to armor (or remove them).
**'''pkKeywords''': Adds or removes keywords from the object being modded. Does not work for all types of keywords.  For example, you cannot use this property to dynamically add attach points to armor (or remove them).
**'''pmBlockMaterial''':
**'''pmBlockMaterial''':
Line 49: Line 50:
*'''Recipes''': This is where all the [[Constructible Object]] forms that can create this mod will be listed. Appears to be informational only.
*'''Recipes''': This is where all the [[Constructible Object]] forms that can create this mod will be listed. Appears to be informational only.
*'''Mod Collection''': An Object Mod record can either be used to define a single mod or to define a collection of mods.  When filling out an [[Object Template]], if you specify a mod collection, the mod that will be applied is randomly chosen from the collection (subject to any specified level restrictions).  Think of it as a simplified version of [[LeveledItem]] but for Object Mods.
*'''Mod Collection''': An Object Mod record can either be used to define a single mod or to define a collection of mods.  When filling out an [[Object Template]], if you specify a mod collection, the mod that will be applied is randomly chosen from the collection (subject to any specified level restrictions).  Think of it as a simplified version of [[LeveledItem]] but for Object Mods.
*'''Legendary Mod''':
*'''Legendary Mod''': Allows the object to be marked with a star in the UI and the effects to be classified as legendary with the right keywords and attach point. Checking the box does not automatically add the object to any [[LeveledItem]], [[Instance Naming Rules]], or the game's legendary [[Array Reference|Array]].
*'''Object Modifier Data'''
*'''Object Modifier Data'''
**'''Filter''': Used to narrow the list of Object Mods that will appear in the Object Mod drop-down.
**'''Filter''': Used to narrow the list of Object Mods that will appear in the Object Mod drop-down.
Line 56: Line 57:
**'''Optional''':  
**'''Optional''':  
**'''Use All''':
**'''Use All''':
== Operations ==
* '''Set''': Sets a specific value. Used to set keywords, booleans, color remapping indices, zoom data, etc.
* '''Add''': Adds a value to the base value. Used to add actor values, keywords, physical damage resistance ratings, damage types, etc.
* '''Mul+Add''': Multiplies the value against the base value and then adds to the base value. The new value is then calculated against all other modifications when the item is upgraded.
* '''Rem''': Removes a value from the base value. Used to remove keywords.


== Notes ==
== Notes ==
Line 68: Line 75:
* All of the mods in a mod collection must have the same attach point.
* All of the mods in a mod collection must have the same attach point.
* Mod associations are ignored when a mod is selected from a mod collection.
* Mod associations are ignored when a mod is selected from a mod collection.
* If you associate a miscellaneous item with a mod collection it will appear in the crafting menus
* If you associate a miscellaneous item with a mod collection it will appear in the crafting menus.
* To be functional in game, legendary mods must be added to the main LegendaryItemQuest's script [[Array Reference|Array]] and those with new names other than the default must be added to Ruleset 0 of the [[Instance Naming Rules]]. See [[MergeWith]] and Instance Naming Rules. Modders with access to the DLCs have examples of both scripts necessary.


== See Also ==
== See Also ==

Navigation menu