Free UE 5.2 C++ Co-op Survival Sample: EpicSurvivalGame (Tom Looman)

Original title: EpicSurvivalGame (SurvivalGame)

Free UE 5.2 C++ Co-op Survival Sample: EpicSurvivalGame (Tom Looman)
Preview from the original source by Tom Looman

Overview

EpicSurvivalGame (SurvivalGame) is Tom Looman's third-person co-op survival sample written in C++ and currently maintained for Unreal Engine 5.2. It demonstrates multiplayer replication, weapons and an inventory system, zombie AI built with behavior trees, a day/night cycle with time-based enemy spawning, and Steam integration through the built-in OnlineSubsystemSteam plugin.

The MIT-licensed repository on GitHub is large at about 1.6 GB, with the .uproject located in the SurvivalGame/ subfolder, and Visual Studio is required to compile it. A long-standing reference project for programmers studying networked survival mechanics in Unreal.

What You Can Learn

  • Multiplayer replication with weapons and inventory
  • Zombie AI with behavior trees
  • Day/night cycle with time-based spawning and Steam OSS integration
Visit Original Project

Access: Free direct download