Mod articles
-
How to add extra Mannequin types and Poses
Adding Mannequins:
If the 7 Mannequin types are not enough for you than you can create a patch to add your own.
Simply override the TPD_Mannequins FormList and add new ones to the end.
The first item in this formlist is a menu of mannequins which you need to update/replace to include your extra Mannequin options.
Note that a Mannequin must be an NPC, not created from a LeveledNPC list (if they are humantype), and must have the following set to the same as the existing Mannequins:
Flags (in the ACBS record)
Factions
Packages
Keywords
Scripts
The following must also be added:
Perk : TPD_Perk
Package: TPD_HoldPackage
Properties: IgnoreExplosionKnockdown (value 1.0), Worksh...