This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
InGameRoomMenu
Allows host to manage room settings during gameplay. Accessed with F5 menu.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | VoidCrewModdingTeam-InGameRoomMenu-1.0.0.zip |
| Downloads | 348 |
| Dependency string | VoidCrewModdingTeam-InGameRoomMenu-1.0.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.2100VoidCrewModdingTeam-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.3README
InGameRoomMenu
version 1.0.0
For Game Version 0.25.1
Developed by Dragon
Requires VoidManager 1.0.3
💡 : 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.
🎮 : Client Usage :
- Push F5 and navigate to Mod Settings > In-Game Room Menu. Clients can view the current room settings, and the host can change room settings.
👥 : Multiplayer Functionality :
- ✅ Client
- ✅ Host
- ⬜ All
🔧 : Install Instructions : Install following the normal BepInEx procedure.
Ensure that you have BepInEx 5 (stable version 5 MONO) and VoidManager installed.
✔️ : Mod install : 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