Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ZombiesPlush
[v81] Adds 1 scrap and 1 enemy skin. The Smol Zombies plushie has over 11 variants with each one having a unique appearence and voice lines. Some variants have special interactions and behaviours.
| Date uploaded | 3 months ago |
| Version | 1.3.0 |
| Download link | Zehs-ZombiesPlush-1.3.0.zip |
| Downloads | 1742 |
| Dependency string | Zehs-ZombiesPlush-1.3.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305TeamXiaolan-DawnLib
A modern API for Lethal Company content and all sizes of mods [V81]
Preferred version: 0.9.11Evaisa-FixPluginTypesSerialization
Fix custom Serializable structs and such not properly getting deserialized by Unity.
Preferred version: 1.1.4README
ZombiesPlush
Adds 1 scrap and 1 enemy skin. The Smol Zombies plushie has over 11 variants with each one having a unique appearence and voice lines. Some variants have special interactions and behaviours.
Who needs this mod installed for it to work? Everyone!
This mod was commissioned by Twitch streamer
ZombiesAteMyChannel 
Features
This mod adds 1 scrap and 1 enemy skin.
Smol Zombies (Scrap)
Smol Zombies has 11 different variants, with each one having a unique appearance and voice lines.
You have to unlock these variants by doing actions with/to them.
Some variants can change, while others get locked in.
Smol Zombies will always spawn in the facility as the variant sad.
The default variant is happy.
Some variants might have some special interactions and behaviors.
Can you collect them all?
Masked Zombies (Enemy Skin)
Masked enemies can sometimes spawn as masked zombies.
Skin chance is configurable in the config settings.
[!NOTE] This enemy skin doesn't use EnemySkinRegistry or DawnLib entity replacements yet TwT
Compatibility & Integration
- TakeyPlush - Adds additional interactions.
Click to see more details (Spoilers)
- Placing a Smol Zombies near a Smol Takey will cause a special interaction.
- Placing a Fight Club Smol Takey near a Smol Zombies will cause a special interaction.
- Emergency Dice Updated - Adds additional interactions.
Click to see more details (Spoilers)
- Heart Smol Zombies has a chance to give you a random die from a special interaction.
API
Click to Expand
namespace com.github.zehsteam.ZombiesPlush;
public static class Api
{
/// <summary>
/// If enabled, will force any spawned Masked to become Masked Zombies.
/// This will get reset automatically when the day ends.
/// </summary>
public static bool ForceMaskedZombiesSpawns { get; set; }
/// <summary>
/// This must only be called on the Host/Server.
/// </summary>
/// <returns>True if successful.</returns>
public static bool SetMaskedZombiesOnServer(MaskedPlayerEnemy maskedPlayerEnemy);
}
Developer Contact
Report bugs, suggest features, or provide feedback:
Credits
- Zombies 3D models made by MissSuperE
- "Santa" (https://skfb.ly/6ZwJD) by Kwin Heikoop is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
CHANGELOG
v1.3.0
- Fixed the mod to work in Lethal Company v81
- Added a new Smol Zombies variant.
- Switched from using LethalLib to DawnLib.
v1.2.2
- Performance improvements.
- Other changes and improvements.
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
MaskedZombiesSpawnChanceconfig setting.- Description: The percent chance a Masked enemy will turn into a Masked Zombies enemy.
v1.0.1
- Fixed
TypeLoadExceptionerror.
v1.0.0
- Initial release.