Explanations on Loadout Costume feature - Mhburg/AwsomeInventory GitHub Wiki
What loadout system does and how it works:
- Stock up items on the wish list.
- If a player includes a range of items in the wish list and wants to exclude a subset of items, use the blacklist.
What loadout system doesn't do
- It doesn't tell pawn what to wear. However, if top level loadout setting is used, it tells pawn what not to wear, in the same way the vanilla Assign tab does.
- Blacklist would not stop pawn from picking up things in it. Do not use it to block things that are not desired. It won't work. Blacklist only comes to effect when a pawn is looking for things to fill the wish list.
What costume feature does and how it works:
- Force pawn to wear apparels that are listed in costume.
- Pawn won't take off apparels that are not listed in costume unless they are in conflict with those listed in costume.
- Players can only choose from items in loadout for their costumes.
- It follows restriction of its parent loadout.
- Click letter "C" in the upper left corner of loadout window to configure costume.
What costume doesn't do
- It doesn't optimized apparel choices for body parts that are covered by apparels listed in costume.
These features are decisions by design, so to provide better compatibility with mods that also interact with inventory. Thank you for reading.