Difference between revisions of "MiscItem"

811 bytes added ,  04:34, 26 February 2022
Added known issues section with the destruction node nif/inventory renderer interaction.
imported>Qazaaq
(Added object description and obsolete property descriptions)
(Added known issues section with the destruction node nif/inventory renderer interaction.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''Type:''' <code>MISC</code>
'''Type:''' <code>MISC</code>
<BR/>
<BR/>
'''Papyrus:''' [[MiscObject Script]]
'''Papyrus:''' [[MiscObject Script]], [[ObjectReference Script]]


Miscellaneous items are objects than can be placed in the player's inventory, but do not otherwise have a function. They react to Havok physics, have a value and a weight, but are otherwise inert.
The [[MiscItem]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Items|Items Category]].
The [[MiscItem]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Items|Items Category]].
Miscellaneous items are objects than can be placed in the player's inventory, but do not otherwise have a function. They react to Havok physics, have a value and a weight, but are otherwise inert.


== Editor Dialog ==
== Editor Dialog ==
[[File:MiscItem_Editor.png]]
[[File:MiscItem Editor.png]]
*{{Template:Editor:Property:ID}}
*{{Template:Editor:Property:ID}}
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Weight}}
*{{Template:Editor:Property:Weight}}
*{{Template:Editor:Property:Value}}
*{{Template:Editor:Property:Value}}
**'''Calc from components:'''
**{{Template:Editor:Property:Clac from components}}
*{{Template:Editor:Property:Add Destruction Data}}
*{{Template:Editor:Property:Add Destruction Data}}
*{{Template:Editor:Property:Pickup Sound}}
*{{Template:Editor:Property:Pickup Sound}}
Line 18: Line 18:
*{{Template:Editor:Property:Preview Transform}}
*{{Template:Editor:Property:Preview Transform}}
*{{Template:Editor:Property:Featured Item Message}}
*{{Template:Editor:Property:Featured Item Message}}
*{{Template:Editor:Property:Inventory Image}} {{Template:Editor:PropertyObsolete}}
*{{Template:Editor:Property:Inventory Image}}
*{{Template:Editor:Property:Message Icon}} {{Template:Editor:PropertyObsolete}}
*{{Template:Editor:Property:Message Icon}}
*{{Template:Editor:Property:Model}}
*{{Template:Editor:Property:Model}}
*{{Template:Editor:Property:Pack-In Use Only}}
*{{Template:Editor:Property:Pack-In Use Only}}
Line 25: Line 25:
*{{Template:Editor:Property:Keywords}}
*{{Template:Editor:Property:Keywords}}
*{{Template:Editor:Property:Component Data}}
*{{Template:Editor:Property:Component Data}}
**'''Quantity:'''
 
**'''Display Index:'''
== Known Issues ==
 
* From Glitchfinder#8060 on Discord:
 
<blockquote>After a bit of poking around and experimenting with a few items, I have confirmed that there is (apparently undocumented) handling of havok in the FO4 inventory screen object renderer, that can happen if an item's nif has a destruction node in it.
 
This can cause the model's in-inventory position and angle to become effectively corrupted for all instances of the item so long as the specifically afflicted instance is in your inventory or loaded into a cell. This altered position also offsets where it falls when you drop it, and can offset where the object can be selected in console (creating a selectable "ghost" that you cannot see while the rendered object cannot be selected).
 
I have also fixed items "corrupted" by this issue by modifying their nif to remove the destruction node.</blockquote>


== See Also ==
== See Also ==
Line 34: Line 42:


[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Object Classes]]
[[Category:Items]]
[[Category:Items]]
7

edits