Skip to content

Multiplayer Series UE4 [2] – Deathmatch

In this part of tutorial series we’ll create Multiplayer Deathmatch Game in Unreal Engine 4. Our first goal is to build spawn queue and all the basic functionalities. In next parts we’ll create characters, damage systems, weapons, chat system, server joining systems and more.

This spawn queue is going to be time based queue, it will operate automatically on server. It will look like what Dayz has but it works in game spawning pawns for players.

If you have played Halo or Counter Strike then this should be really familiar to you, those are the games i’m going to use those games as reference. Deathmatch in those games was really smooth so that’s what we are going to aim for.

Completion time about 3 Hours

List of the things we are creating:

  1. Server and Client build from Source Code.
  2. C++ Classes.
  3. Player Controller.
  4. Widgets.
  5. Location and Team based Spawning.

Part 1 – Server Setup

Let’s talk about Gamemode

So basically this is the game, once you click that button you are building the game and Dedicated Server (client too). There is no separate Server or Client code, it all goes in the same project which is actually really smart because it makes everything so simple and easy.

Game Mode Base is a Class that in a Multiplayer game only exists on the server. There are other Classes and some exist in all clients and servers and some not. We’ll talk about that more as we progress.

Video out now:

Next Page

Pages: 1 2 3 4 5
Subscribe
Notify of
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

[…] Part 2 – Deathmatch Gamemode […]

Level Paradox
1
0
Would love your thoughts, please comment.x
()
x