
MirrorWeapons
Allows all weapons to be equipped in either slot.Details
Allows weapons to be equipped in either main or special slots.
By default, duplicate weapons are locked - if a weapon is picked in one slot, it cannot be picked in the other. Doesn't work correctly for bots (they have the host's locks).
Developer Settings
The mod uses a config file, generated on game boot if none exists. You can package it with your mod to set it for users.
The config allows you to disable duplicate weapon locking or adjust the offset on IDs that copied datablocks are generated with. Setting an offset on IDs can be useful for mods like GearPartCustomization where the copied offline IDs need to be known.
Internally, this mod copies all PlayerOfflineGear blocks in the main or special slots, copies their GearCategory and Item blocks, and swaps the copies to use the other slot.