Action-Adventure

Asymmetric Multiplayer Horror

Blueprint template for asymmetric multiplayer horror with 4 vs 1 play, AI or player monsters, first/third person views, and a Cursed Forest demo.

Asymmetric Multiplayer HorrorAction-Adventure

Resource overview

Asymmetric Multiplayer Horror is a Blueprint template that assembles the core loop of a multiplayer horror game around a 4 vs 1 default. The side counts are not locked in; the number of players and monsters can be adjusted, so the template can be tuned to smaller groups or larger chaotic rounds. The human team can be opposed either by player-controlled monsters or by AI-controlled monsters, which opens two distinct ways to run a session.

4 vs 1 by Default, With Room to Tune Both Sides

The template is shaped by the familiar asymmetric structure: a small group of humans against a single stronger monster. Four humans on one side and one monster on the other is the default arrangement, but the customizable player and monster counts let a host skew the balance. A session with two humans and two monsters changes the tension entirely, and the same systems support those configurations without extra work.

The human team always faces a threat that can come from either a player or the AI. When the monster is player-controlled, the match becomes a direct contest of prediction and timing. When the monster is AI-controlled, the session leans closer to a co-op survival experience, with the human players coordinating against predictable behavior. The template therefore covers both competitive and cooperative flavors under one roof.

First and Third Person Views, With the Camera Fixed to the Head

Both first-person and third-person camera views are included. The template does not ship with FPS animations for weapons. Instead, the camera is attached directly to the character's head. This is a deliberate simplification that keeps the character rig straightforward while still allowing the player to see through the character's eyes or pull back to a third-person angle.

For a horror setting, the lack of weapon animations is rarely a problem. The camera placement is what carries the tension. In first person, the flashlight beam and the darkness around it do most of the work. In third person, the player can watch their own character react to the environment, which creates a different kind of dread. Because the camera is head-attached, adding a new character model later is less likely to break the view setup.

Rifle and Pistol on a TestLevel That Can Become Hunt Mode

The TestLevel map includes two weapons: a rifle and a pistol. They are not part of a full FPS arsenal, and there are no reload or aiming animations tied to them. They exist as functional pickups that let a player fight back. The level is set up so that you could create a hunt mode, where players take on a powerful monster. In that mode, the monster is the target rather than the hunter, and the rifle and pistol give the human side a chance to fight back.

The presence of weapons on the TestLevel also means the template is not limited to pure hide-and-seek horror. It can be restructured into an action-horror hybrid where a team of armed players tracks down a single dangerous creature. The gunplay is basic, but it is enough to prototype a hunt mode quickly without building a dedicated combat system from scratch.

Burn Altars, Collect Tapes, or Kill Every Human

The win conditions are explicit and asymmetric. Humans must complete a set of tasks to win, and the template provides two examples: burning altars and collecting all the tapes. Those tasks give the human team a reason to move around the map and take risks. Monsters, on the other hand, just have to kill all humans. This is the classic asymmetric trade-off. The humans have a goal that forces them into the open, while the monster has a simple path to victory that feeds on human error.

Task-based objectives like these are easy to replace. The structure suggests a simple approach: place a few objective points on a map, tie them to a progress tracker, and let the monster disrupt the attempts. The altar-burning and tape-collecting examples demonstrate the pattern clearly.

Lobby, Spectator Mode, and the Cursed Forest Demo

The multiplayer shell includes a lobby with character selection, host settings, chat, and the ability to kick players. The lobby is where the session is shaped before the game starts. Chat is present both in the lobby and during gameplay, and there is a teammates widget that displays the state of fellow humans.

Spectator mode is included, which is useful for players who die early or for hosting a live view of the match. The demo level is called Cursed Forest, and it pairs with the TestLevel map. The Cursed Forest level includes a flashlight, text notes, audio notes, and item pickups. These elements support exploration and lore delivery, letting players piece together the backstory of the forest while they try to survive.

Listen Servers, Dedicated Servers, and Commented Blueprint Structure

The template runs on both listen servers and dedicated servers. That means a player can host a match directly from their game or run a separate server process for a more persistent setup. The AI is fully replicated, so the behavior of AI-controlled monsters stays synchronized across all clients. This is an important technical point for a multiplayer horror template, as desynced AI would break the shared experience.

The Blueprint structure is well organized and commented. The codebase is meant to be read and modified, not just dropped into a project and used blindly. A main menu, main menu widget, game settings, and a server browser round out the template. With those pieces in place, the template covers the full flow from launching the game to joining a server and playing a match. The server browser and game settings add the quality-of-life touches that make a multiplayer project feel complete.

This package is set up to handle the entire asymmetric horror loop: lobby, match, objectives, combat, death, and spectator. The inclusion of both player-controlled and AI monsters makes it a strong starting point for any project prototyping an online horror game.

Related Resources Worth Checking

Free Download

Download this resource

Loading your download options...

Resources are manually reviewed before listing to improve quality and reduce obvious risks.

Resource archiveAsymmetricMultiplayerHorr.7z

Related resources