A runtime mod that increases the multiplayer player cap beyond the default 4-player limit for RV There Yet.
Only the host needs to install the mod.
This mod patches the game's multiplayer cap at runtime, allowing you to host sessions with more than the default 4 players. The modification uses UE4SS for runtime patching without requiring binary editing or permanent game file changes.
Edit MoreRVers/config.ini:
MaxPlayers = 8
Configuration Parameters:
The game must be restarted for configuration changes to take effect.
Successful installation can be verified by checking the UE4SS log for the following messages:
[MoreRVers] [INFO] MoreRVers v1.0.0 loading. Target cap=8 (hard max 24)
[MoreRVers] [INFO] Applied MaxPlayers override: 4 → 8
Bug reports and feature suggestions can be submitted via GitHub Issues. Pull requests are welcome.