Summary
Randomized Loadout Manager
Random loadouts and loot for players and Scav-like AIs/NPCs
Utility for modders, does nothing by itself. Requires Workbench integration into scenario/game mode.
Description
Provides a drop-in replacement for the vanilla BaseLoadoutManagerComponent that enables full variant randomization of every loadout slot (+ weapons and loot!), allowing you to create thousands of uniquely kitted characters from a single character prefab. Great for randomizing player spawn loadouts in FFA game modes or implementing Scav-like NPCs.
Originally created to implement Scavs in MercOut!, refactored to be more general-purpose and released standalone to give something back to the modding community :)
Automatic arsenal randomization
Uses DynamicLoot to read and evaluate arsenal items from every faction's entity catalogs, this means chracter prefabs set up to use it will automatically get any gear (vanilla or modded) added to their "loot tables" with item rarity based on arsenal supply cost.
See Readme for setup instructions: https://github.com/wyqydsyq/randomized-loadout-manager
License
Arma Public License (APL)