You are viewing a potentially older version of this package. View all versions.
EliteMasterEric-SlimeTamingFix-1.0.2 icon

SlimeTamingFix

Fixes a bug that made Hygroderes unable to be tamed with Boomboxes.

Date uploaded 6 months ago
Version 1.0.2
Download link EliteMasterEric-SlimeTamingFix-1.0.2.zip
Downloads 645338
Dependency string EliteMasterEric-SlimeTamingFix-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

SlimeTamingFix

A plugin which fixes a bug with Hygrodere behavior.

NOTE: Everybody in the lobby must have this mod installed in order for it to work properly.

NOTE: There is a radius on this effect, don't take the Boombox too far away for too long or the slime will become aggressive again.

Explanation

In the game's code, there are references to "taming" Hygroderes by playing a Boombox near it. This is reinforced by an explicit reference to this in its Terminal entry:

they have great taste! cause I made a friend with one somehow,, and we think it was my music.

In-game, being exposed to a Boombox's music speeds up the Hygrodere, and is supposed to trigger code which prevents the Hygrodere from dealing damage. However, this code has a typo which causes it to only work when the Hygrodere has been hit by a player (using a Shovel or Stun Grenade); this increases an "anger" timer, but when the anger timer has elapsed, the taming code now works as expected.

Demonstration

Bug Demonstration

Issues

Report any issues on the Lethal Company Modding Discord.

Credits

  • EliteMasterEric: Programming
  • FoguDragon: Playtesting
  • SoftySapphie: Icon

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.2] - 2023-12-15

Fixed

  • Verified mod works on v45.
  • Removed internal soft dependency on LC_API.

[1.0.1] - 2023-12-06

Fixed a minor issue.

Fixed

  • Fixed an issue where the mod ZIP was being built into the mod ZIP, causing console log errors.

[1.0.0] - 2023-12-04

Initial release.

Added

  • Added the Slime Taming fix patch to the Blob AI.