You are viewing a potentially older version of this package. View all versions.
tony4twenty-Safe_Beehive_Looting-2.0.0 icon

Safe Beehive Looting

Use flares to disperse attacking swarms or around beehives

Date uploaded a week ago
Version 2.0.0
Download link tony4twenty-Safe_Beehive_Looting-2.0.0.zip
Downloads 5528
Dependency string tony4twenty-Safe_Beehive_Looting-2.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

Safe Beehive Looting

Disperse the swarm with smoke.

This mod allows lit flares to safely disperse bee swarms in PEAK.
Simply light a flare and walk near a beehive or attacking swarm โ€” they'll buzz off peacefully after a short delay. You can even throw one!

Find the mod in the Peak Modding Discord under #mod-releases to discuss mod related topics like issues/reports/thanks

๐Ÿ Features

  • ๐Ÿงจ Disperse bees by standing near them with a lit flare
  • ๐ŸŽฏ Works on swarms guarding beehives and those already chasing you or a friend!
  • ๐Ÿ”ฅ Automatically triggers the game's built-in dispersal logic
  • ๐Ÿ•น๏ธ No keybinds, no configuration needed โ€” just play

๐Ÿ› ๏ธ How It Works

After lighting a flare, checks every second for sixty seconds if the smoke is close enough to beehives to disperse them.

This effect is network-safe and works in multiplayer.


โš™๏ธ Configuration

You can tweak these values in the config file generated after first launch:

BeeCheckRadius (default: 12.0) โžค How close the smoke must be to a swarm (in Unity units, roughly meters)

SmokeProximityTime (default: 3.0) โžค How long the smoke must remain within range before bees disperse (in seconds)

๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Compatibility

  • โœ… Works in multiplayer
  • ๐Ÿšซ Does not patch or override base game behavior

๐Ÿ“ฆ Installation

  1. Download via Thunderstore
  2. Place the .dll file in: /PEAK/BepInEx/plugins/
  3. Launch the game โ€” mod will log [FlareBeeDispersal] Mod loaded! on startup

๐Ÿฅš Or install it through the Thunderstore Mod Manager for instant yolk mode ๐Ÿฅš

Credits


๐Ÿ’ฌ Feedback

If you have suggestions, issues, or want to contribute, reach out on the PEAK Modding Discord

CHANGELOG

Changelog

[2.0.0] - 2025-07-24

  • Switched to coroutines for better performance
  • added config for time smoke is near bee swarm to trigger dispersal
  • added config for distance to bee swarm

[1.0.0] - 2025-7-15

  • Initial release.