BotPackControl
Blocks bots from picking up any resource packs that you don't want them to collect.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
