B.Miller 13 Posted March 22 Hello, is there a way to predefine a set of custom loadouts (with mod contents) and assign them via an F menue entry to a player. Kinda simlar to ACE in Arma 3? I would like the players to spawn with just clothes. This can be defined in the editor. Then they go to a crate or whatever, scroll to their respective role and get their loadout automatically. Is there already a solution for this? Script or mod - doesn't matter. If not: Which documentation/classes would I need to look into? Thanks Miller Share this post Link to post Share on other sites
Blackheart_Six 283 Posted March 27 1) Duplicate the characters, and then edit the base loadout items, IE Helmet, Shirt, Pants. Make sure you give a unique name. 2) Setup the loadoutmanager_base to create loadouts pointing to those characters. Share this post Link to post Share on other sites
zapat 56 Posted March 28 I just found out, that you need to inherit LoadoutManager_Base as well to be able to reliably save the added loadout. Simply adding LoadoutManager_base does not save when I apply the added loadout to the prefab, I need my own entity inherited from the default one. Share this post Link to post Share on other sites