You are viewing a potentially older version of this package. View all versions.
SavagePack-ElevatorMod-1.1.1 icon

ElevatorMod

Makes the elevator work like a real one! Move between floors independently without needing everyone inside. Shows a READY/BUSY status on screen.

Date uploaded a month ago
Version 1.1.1
Download link SavagePack-ElevatorMod-1.1.1.zip
Downloads 342
Dependency string SavagePack-ElevatorMod-1.1.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

README

ElevatorMod

Makes the elevator in Gamble With Your Friends work like a real one!

What does it do?

By default the elevator requires every single player to be standing inside before it moves. This mod removes that restriction so players can explore floors independently.

  • ✅ Elevator moves with just one player inside
  • ✅ Players inside the elevator travel to the new floor
  • ✅ Players outside stay exactly where they are on their current floor
  • ✅ Two players can be on different floors at the same time
  • ✅ Shows a READY / BUSY status on screen when you're near the elevator
  • ✅ Elevator won't move if nobody is inside

Status Display

When you walk near the elevator a small indicator appears at the top centre of your screen:

  • 🟢 ELEVATOR — READY — elevator is free to use
  • 🔴 ELEVATOR — BUSY — elevator is currently moving

You can turn this off in the config file if you prefer.

Installation

  1. Make sure you have BepInEx installed
  2. Drop ElevatorMod.dll into your BepInEx/plugins/ folder
  3. Launch the game

Notes

  • For the full experience, everyone in the session should have this mod installed
  • The host needs the mod for players to stay on their floor independently
  • Non-hosts benefit from having it installed too as it allows the elevator button to work alone

Config

After launching once a config file is created at:

BepInEx/config/com.yourname.elevatormod.cfg

Options:

  • Enabled — turn the whole mod on or off
  • ShowStatusDisplay — show or hide the READY/BUSY indicator

Changelog

1.1.0

  • Added READY/BUSY status display near the elevator
  • Status only shows when within 15 metres of the elevator

1.0.0

  • Initial release