Dteyn-BotPackControl icon

BotPackControl

Blocks bots from picking up any resource packs that you don't want them to collect.

Last updated 2 days ago
Total downloads 49
Total rating 0 
Categories Client Mods
Dependency string Dteyn-BotPackControl-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

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

Preferred version: 3.2.2

README

BotPackControl

Control which resource packs bots are allowed to pick up.

Blocks bots from picking up any resource packs that you don't want them to collect.

Edit the GTFO\BepInEx\config\BotPackControl.cfg file to change settings for which packs can be picked up, per details below.

Configuration

The .cfg file contains 4 options, simply set true/false for whichever packs you want bots to ignore.

Default settings are for bots to pick up medipacks only.

[Allowed Packs]

## Bots are allowed to pick up Medical Packs
# Setting type: Boolean
# Default value: true
Medipack = true

## Bots are allowed to pick up Ammo Packs
# Setting type: Boolean
# Default value: false
Ammo = false

## Bots are allowed to pick up Tool Refill Packs
# Setting type: Boolean
# Default value: false
Tool Refill = false

## Bots are allowed to pick up Disinfect Packs
# Setting type: Boolean
# Default value: false
Disinfect = false

Source

https://github.com/Dteyn/GTFO-BotPackControl