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

ThirdGunSlot

Use a gun in place of tool.

Date uploaded 2 months ago
Version 1.0.0
Download link Cactus-ThirdGunSlot-1.0.0.zip
Downloads 285
Dependency string Cactus-ThirdGunSlot-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

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.