NPCData

From Luma's Workshop
Revision as of 21:13, 23 January 2024 by MTLenz (talk | contribs) (Created page with "Category:Files '''NPCData''' is an archive that contains BCSV tables for some NPCs which store information on items they carry around. Each entry in the table corresponds to a ''obj_arg'' value. However, some objects do not assign these to their args and use the first entry by default. The file can be found in ''both games'' in ''ObjectData/NPCData.arc''. The BCSV files here have identical structures and use these fields: {| class="wikitable" ! Field !!...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

NPCData is an archive that contains BCSV tables for some NPCs which store information on items they carry around. Each entry in the table corresponds to a obj_arg value. However, some objects do not assign these to their args and use the first entry by default. The file can be found in both games in ObjectData/NPCData.arc. The BCSV files here have identical structures and use these fields:

Field Type Description
mGoods0 string Model name of the first item.
mGoods1 string Model name of the second item.
mGoodsJoint0 string Joint name to which the first item is attached.
mGoodsJoint1 string Joint name to which the second item is attached.