You are viewing a potentially older version of this package. View all versions.
VoidCrewModdingTeam-InGameRoomMenu-1.0.1 icon

InGameRoomMenu

Allows host to manage room settings during gameplay. Accessed with F5 menu. Host/Client-side

Date uploaded 3 weeks ago
Version 1.0.1
Download link VoidCrewModdingTeam-InGameRoomMenu-1.0.1.zip
Downloads 228
Dependency string VoidCrewModdingTeam-InGameRoomMenu-1.0.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
VoidCrewModdingTeam-VoidManager-1.0.3 icon
VoidCrewModdingTeam-VoidManager

Manages mods for multiplayer, gives users Mod controls via GUI (when provided by the mod, default keybind F5), and provides API for developers.

Preferred version: 1.0.3

README

InGameRoomMenu

version 1.0.1
For Game Version 0.26.1
Developed by Dragon
Requires VoidManager 1.1.1


💡 Function - Allows host to manage room settings during gameplay. Accessed with F5 menu.

  • Creates GUI for in-game management of the room name, room private toggle, and player limit.
  • Max player limit auto-adjusts if known player limit mods exist.

🎮 Client Usage

  • Access GUI at F5 > Mod Settings > In-Game Room Menu.

👥 Multiplayer Functionality

  • ✅ Client
    • Clients can view the current room settings.
  • ✅ Host
    • Host can change room settings.

🔧 Install Instructions - Install following the normal BepInEx procedure.

Ensure that you have BepInEx 5 (stable version 5 MONO) and VoidManager installed.

✔️ Mod installation - Unzip the contents into the BepInEx plugin directory

Drag and drop InGameRoomMenu.dll into Void Crew\BepInEx\plugins

CHANGELOG

1.0.1

  • Improved GUI formatting
  • Max player limit now auto-adjusts if known player limit mods exist.

1.0.0

  • Initial release