You are viewing a potentially older version of this package. View all versions.
Douux-BunkbedRevive_V80Fix-1.0.0 icon

BunkbedRevive V80Fix

Fixes Somex's BunkbedRevive interaction on Lethal Company V80. Install alongside the original mod.

By Douux
Date uploaded 11 hours ago
Version 1.0.0
Download link Douux-BunkbedRevive_V80Fix-1.0.0.zip
Downloads 41
Dependency string Douux-BunkbedRevive_V80Fix-1.0.0

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
Somex-BunkbedRevive-1.0.1 icon
Somex-BunkbedRevive

Revive dead players by carrying their body to the bunk beds for 25 credits

Preferred version: 1.0.1

README

BunkbedRevive V80 Fix

Compatibility add-on for BunkbedRevive 1.0.1 by Somex.

What it fixes

On Lethal Company V80, the bunk bed revive interaction can display [Hands Full] while carrying a dead player.

Somex's original mod enables twoHandedItemAllowed, but the current game interaction also requires the trigger to allow interaction while an object is already being held.

This add-on locates Somex's exact ReviveBed interaction and forces:

  • oneHandedItemAllowed = true
  • twoHandedItemAllowed = true

Installation

Install normally with Gale / a Thunderstore-compatible mod manager.

The original Somex-BunkbedRevive mod is required and is declared as a package dependency, so mod managers should install it automatically.

Credits

Original BunkbedRevive by Somex.

This project is a compatibility add-on. It does not contain or redistribute Somex's original DLL.

CHANGELOG

Changelog

1.0.0

  • Initial V80 compatibility release.
  • Fixes the ReviveBed interaction flags while carrying a corpse.
  • Uses Somex's exact BunkbedController interaction reference instead of scanning scene objects.