You are viewing a potentially older version of this package. View all versions.
Zehs-ZombiesPlush-1.2.1 icon

ZombiesPlush

Adds a customizable Zombies plushie scrap item with complex interactions/behaviors and other secrets. 😈 (Includes 10+ variants)

Date uploaded 4 days ago
Version 1.2.1
Download link Zehs-ZombiesPlush-1.2.1.zip
Downloads 2109
Dependency string Zehs-ZombiesPlush-1.2.1

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
Evaisa-FixPluginTypesSerialization-1.1.1 icon
Evaisa-FixPluginTypesSerialization

Fix custom Serializable structs and such not properly getting deserialized by Unity.

Preferred version: 1.1.1
Evaisa-LethalLib-0.16.1 icon
Evaisa-LethalLib

Personal modding tools for Lethal Company

Preferred version: 0.16.1

README

ZombiesPlush

Adds a customizable Zombies plushie scrap item with complex interactions/behaviors and other secrets. 😈

This mod was made for Twitch streamer ZombiesAteMyChannel.

This plushie has 10 different states.
He starts happy and his mood changes depending on the situation.
Each state has its own set of squeeze voice lines.
Some states have special interactions/behaviors.
There are also some additional interactions.
Can you collect them all?

There's a lot for you to discover with this plushie :3

Mod Compatibility

API

Expand
// If enabled, will force any spawned Masked to become Masked Zombies.
// This will get reset automatically when the day ends.
public static bool ForceMaskedZombiesSpawns { get; set; }

// This must only be called on the Host/Server.
// Returns true if successful.
public static bool SetMaskedZombiesOnServer(MaskedPlayerEnemy maskedPlayerEnemy) { }

Credits

  • Models made by MissSuperE

CHANGELOG

v1.2.1

  • Made all the voice lines volume higher.
  • Fixed the interactions with the TakeyPlush mod not working.
  • Other changes and improvements.

v1.2.0

  • Added 5 new variants!
  • Fixed the Zombies plushie going invisible sometimes.
  • Made some changes to config settings.
  • Other changes and improvements.

v1.1.0

  • Removed LethalModDataLib as a dependency
  • Added LethalConfig integration.
  • Made some changes to the config settings.
  • Some bug fixes and improvements.

v1.0.9

  • Fixed the Zombies plushie not singing when spawned.
  • Changed the Zombies plushie carry weight config setting default value from 12 to 6 lbs.

v1.0.8

  • Small changes and fixes.

v1.0.7

  • Fixed the Zombies plushie going invisible sometimes.
  • Fixed the Zombies plushie not cooling down from being angry when dropped by a non-host client.
  • Fixed the Zombies plushie not saving/loading the scared state properly.
  • Added a visual to the angry Zombies plushie to see if the plushie has cooled down from being angry.

1.0.6

  • Optimized asset bundle.

v1.0.5

  • Made Masked Zombies only say voice lines when alive.
  • Slightly reduced the volume of some Masked Zombies voice lines.
  • Made some changes to the API.

v1.0.4

  • Updated Masked Zombies.

v1.0.3

  • Updated Masked Zombies.
  • Added API.
    • See README for more details.
  • Added XML file for API documentation.

v1.0.2

  • Small changes to squeeze voice lines.
  • Added Masked Zombies.
  • Added MaskedZombiesSpawnChance config setting.
    • Description: The percent chance a Masked enemy will turn into a Masked Zombies enemy.

v1.0.1

  • Fixed TypeLoadException error.

v1.0.0

  • Initial release.