
MirrorWeapons
Allows all weapons to be equipped in either slot.
Last updated | 2 days ago |
Total downloads | 39 |
Total rating | 0 |
Categories | Rundown Mods |
Dependency string | Dinorush-MirrorWeapons-1.0.0 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 3.2.1README
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.