You are viewing a potentially older version of this package. View all versions.
Dinorush-MirrorWeapons-1.0.0 icon

MirrorWeapons

Allows all weapons to be equipped in either slot.

Date uploaded 3 weeks ago
Version 1.0.0
Download link Dinorush-MirrorWeapons-1.0.0.zip
Downloads 230
Dependency string Dinorush-MirrorWeapons-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1

README

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.

CHANGELOG

v1.0.0

  • Initial Release