Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Godot Dedicated multiplayer course
Rating: 3.9 out of 5(35 ratings)
2,745 students

Godot Dedicated multiplayer course

Learn how to create a dedicated server multiplayer game in godot 3.x
Created byDavies Nzan
Last updated 9/2022
English

What you'll learn

  • Basic connection between client and server
  • Make a godot dedicated server
  • Use HighlevelMultiplayer and Websocket with Godot
  • Host godot dedicated server on VPS

Course content

1 section9 lectures1h 23m total length
  • Introduction0:14
  • Establishing connection12:19
  • Making Player objects6:07
  • Instancing Players And Movement Syncing9:29
  • Map Instancing And Spawn Points9:41
  • Player Shooting Bullets14:09
  • Player Kill & Respawn9:28
  • Kills Counter7:49
  • Hosting server on a digitalocean VPS14:32

    Commands:

    ssh root@ipaddress

    sudo apt update

    wget <Godot headless server download link>

    sudo apt install unzip

    unzip Godot_v3.2.3-stable_linux_server.64.zip

    nohup ./Godot_v3.2.3-stable_linux_server.64 --main-pack server.pck

Requirements

  • Have to have experience with making games with godot

Description

Learn Godot Dedicated Server Multiplayer

This course will train you step by step on how to create a multiplayer game with the godot game engine

Davies Nzan, The instructor has thought thousands of students with hundreds of thousands of viewers on YouTube.

This course is going to teach you step by step on how to create a multiplayer game and Host the server on a VPS so you can play with your friends.


In this course, I'm going to show you how to create a multiplayer game using Godot Dedicated server and the game development process. You will learn how to setup the networking code, create a game lobby and players, and finally how to create a game world and use the networking code to make it playable.

Godot is a game engine that provides a huge set of common tools, so you can just focus on making your game without any cost.

In this course I will show you how to create a multiplayer game with Godot. We'll work through the process of setting up an environment, using the networking system, and adding logic to handle collisions. between the players and objects.

Creating a multiplayer game is in the Godot docs, but this tutorial will show you how these pieces fit together.

In this tutorial I will use a simple square room where players can join and play.

At the end of this course, you'll be able to:

  • Understand basic server architecture

  • Create connection between the client and server with the MultiplayerAPI

  • Create connection between the client and server with WebSockets

  • Understand how data is passed over the network

  • Host the server on a VPS

Come join thousands of students who have learned from Davies Nzan, now!

Who this course is for:

  • Godot developers that are looking towards making multiplayer games