Simple player count increase

  • RV There Yet? — Simple player count increase
Author:
Shang
Size:
114 байт
Date:
October 28, 2025, 05:08 AM
Downloads:
149
0.0 / 10
No one has rated the file yet.

This simple tweak unlocks the hidden multiplayer feature. By editing a small configuration file, you can enable co-op mode and travel with friends — no extra software or scripts required. All you need to do is create or edit the Game.ini file and add a few lines of code. The process takes less than a minute and instantly activates multiplayer in the game.

What this does:

  • Enables the game's built-in multiplayer system;
  • Lets you host or join sessions with other players;
  • Works via Steam and local network;
  • Allows you to set your own player limit (default is 4).

How to enable:

  1. Locate or create the file: %localappdata%\Ride\Saved\Config\Windows\Game.ini;
  2. Open it with Notepad and add the line: [/Script/Engine.GameSession]MaxPlayers=YOUR_NUMBER;
  3. Replace YOUR_NUMBER with the desired number of players (for example, MaxPlayers=6 for six players);
  4. Save and close the file;
  5. Launch the game — multiplayer should now be active.

Tips:

  • You can set any number of players in MaxPlayers;
  • Make sure to write /Script/Engine.GameSession exactly as shown (no spaces, correct capitalization);
  • This method is not officially supported, so stability may vary.

Useful links:

Comments 0