Cactus-ThirdGunSlot icon

ThirdGunSlot

Use a gun in place of tool.

Last updated 2 months ago
Total downloads 233
Total rating 1 
Categories Client Mods Rundown Mods
Dependency string Cactus-ThirdGunSlot-1.0.0
Dependants 2 other packages depend on this package

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

ThirdGunSlot allows players and Rundown Developers to equip weapons in the Tool slot.

Make a new block in ItemDataBlock and assign it "inventorySlot": 3 and make sure to use the appropriate prefab paths. (BulletWeapon or Shotgun, depending on the type of weapon)

idb

Assign the persistentID of your new block in ItemDatablock to the desired weapons via PlayerOfflineGearDataBlock and GearCategoryDataBlock. I recommend making a new block for GearCategoryDataBlock as well, to avoid any possible conflicts.

pogdb

gcdb

Finally, assign the persistentID of the desired weapon from ArchetypeDB to GearCategoryDataBlock and the .cfg file. Launch the game, and the weapon should be available in the tool slot. Weapons in the tool slot will use Tool Refill to reload.