Setup Walkthrough


Step 1: Create Game & Backend Configs

The plugin will automatically set up several config files that will get you hooked up to Rivet and OpenGB. These are the following:

  • backend.json: Configuration for how OpenGB should run
  • backend.dev.json: Override values from backend.json, useful for separating your development and production environments
{
  "modules": {
    "users": {},
    "rate_limit": {},
    "tokens": {},
    "lobbies": {
      "config": {
        "lobbies": {
          "regions": ["local"],
          "backend": {
            "localDevelopment": {
              "tags": { "test": "5" },
              "ports": {
                "game": { "protocol": "udp", "port": 7777 }
              }
            }
          }
        }
      }
    },
    "rivet": {}
  }
}

Step 2: Generated Backend SDK

The Rivet plugin uses Open Game Backend (OpenGB) to connect your game to Rivet.

This works by automatically generating an API for each OpenGB module that is being used. You can see each of the default modules that are being added in the base repo.


Step 3: Setup Multiplayer Scene

This step copies an existing Godot scene into your project that already includes nodes to test out connecting to Rivet


Step 4: Test Multiplayer Locally

Now that we have the scene set up, we can make sure that we can start a multiplayer game locally. For this, we'll use Godot's debug functionality to enable multiple game clients at once.


Step 5: Deploy To Server

Finally, we can try deploying our game server to Rivet. This will use Docker to create a build of the server locally, and then upload it to Rivet so that it can be deployed globally.


Edit Backend Config

You can learn more about the backend configuration in the OpenGB documentation. Within the context of the Godot plugin, there are a few important items to note with OpenGB:

  • TODO

Configure Lobbies

Was this page helpful?

Edit Page

Rivet

Open-source multiplayer infrastructure. Easy, flexible, and affordable.

This website is not sponsored by or affiliated with Unity Technologies or its affiliates. Unity Trademark(s) are trademark(s) or registered trademark(s) of Unity Technologies or its affiliates in the U.S. and elsewhere. | This website is not sponsored by, affiliated with, or endorsed by Epic Games, Inc. or its affiliates. 'Unreal Engine' is a trademark or registered trademark of Epic Games, Inc. in the U.S. and elsewhere. | The HTML5 Logo by the World Wide Web Consortium (W3C), used under a Creative Commons Attribution 3.0 License. Source | The Godot Engine Logo by the Andrea Calabró, used under a Creative Commons Attribution 4.0 International License. Source | Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.

© 2024 Rivet Gaming, Inc. All rights reserved.