RV There Yet is designed for a maximum of four players, but the van has six seats, and with a few adjustments, you can increase the player limit to six, eight or even more. This guide explains two methods. The first is a simple configuration edit that requires no additional downloads. The second uses a mod in case the configuration method stops working.
Takeaways:
- Can you add more than 4 players to RV There Yet?
- Learn how to add more than 4 players to RV There Yet on PC.
Table of Contents
OPTION 1: Editing the Configuration File
This is the easiest method and in many cases the only step needed. You can increase the player limit by editing a game configuration file. There's no real player limit using this method, but you probably won't want to over-crowd your game for obvious reasons.
- The location of the configuration folder is usually:
%LocalAppData%\Ride\Saved\Config\Windows
- Depending on your system, it may be under a folder such as WindowsGDK. If the first location does not exist, try opening:
%LocalAppData%\Ride\Saved\Config\
To open the folder quickly:
- Press Windows plus R to open the Run dialogue
- Paste the path into the box
- Press Enter to open the folder in File Explorer
Create or Edit Game.ini
Inside the Config folder, you will need to create a file named Game.ini if it does not already exist. You can do this using Notepad or another text editor.
Add the following lines:
[/script/engine.gamesession]
MaxPlayers=8
You can change the value to match your desired player limit. Save the file, close the editor, and then restart RV There Yet.
Optional Steps (Not required)
Although not strictly required, each player in the session can repeat the steps above. If the host makes the change alone it usually works, but if a connection issue occurs having all players apply the same configuration can prevent conflicts. All players should restart the game after editing the file so that the new settings take effect.
OPTION 2: Using Mods
If the configuration method stops working, you can use a mod to unlock a higher player limit. One commonly used option is the MoreRVers mod available on GitHub.
Install RE UE4SS
This mod requires the experimental version of RE UE4SS. To install it:
- Visit the GitHub releases section
- Find the experimental latest block and expand Releases
- Download the latest zip file such as UE4SS_v3.0.1-596-g96c34c5.zip
- Extract all contents including dwmapi.dll to:
<Steam>\steamapps\common\Ride\Ride\Binaries\Win64\
To reach this folder:
- Right click RV There Yet in Steam
- Select Manage
- Select Browse Local Files
- This will open a folder containing Ride.exe.
- Place the extracted files in this directory.
Install the MoreRVers Mod
- Open the new ue4ss folder and then open the Mods folder.
- Download the latest release of the MoreRVers mod. Choose the Source code zip and open it.
- Inside the archive locate the following folder:
MoreRVers-1.0.0\Mods\MoreRVers\
- Extract only this folder. Place it inside:
<Steam>\steamapps\common\Ride\Ride\Binaries\Win64\ue4ss\Mods\
- Your folder structure should end with a path similar to:
ue4ss\Mods\MoreRVers\
Configure the Mod
- Open the configuration file found at:
ue4ss\Mods\MoreRVers\config.ini
- Edit the MaxPlayers value to the number you want. The default is eight, but you can raise it further if desired.
- Next, open the following file:
ue4ss\Mods\mods.txt
- Add this line to the bottom:
MoreRVers : 1
After restarting RV There Yet the mod should unlock the expanded player limit. This method requires more steps but is reliable if configuration editing no longer works.