Low-Fantasy 3rd-Person RPG — Build-Pillar Study Path
Scope. A traditional, grounded low-fantasy RPG: third-person character, Mount & Blade-style open world / sandbox / factions, and Chivalry 2-style directional melee (multiplayer). This guide re-cuts the original 96-link study list around that target and adds 15 newly curated resources for topics the original list never covered.
How it's organized. By build pillar, not skill tier. Each row carries a relevance badge for this project and a one-line reason it's here. The 15 additions are marked NEW. Clearly off-genre material (Fortnite battle-royale/shooter, aim trainer, arcade samples) is kept but demoted to a collapsed Lower priority pillar at the end. Progress is saved locally and is independent of the generic guide.
1 · Foundations & Engine Basics
required literacy- Your First Hour in Unreal Engine 5.2Editor orientation before building any system.
- Unreal Engine 5 Beginner TutorialEnd-to-end first pass over the UE5 workflow.
- Quickstart: Your First Project in UnrealProject setup conventions.
- Blueprint - Introduction 5.00Blueprint literacy underpins every system below.
- Getting Started With BlueprintsReinforces core Blueprint nodes.
- Blueprints and Gameplay for Game DesignersDesigner-facing gameplay scripting.
- Blueprint CommunicationActor-to-actor comms = the glue between systems.
- Blueprint DebuggingDiagnose broken graphs fast.
- How to Cast in Unreal Engine 5Casting fundamentals.
- Unreal Engine - Casting and Interfaces ExplainedInterfaces decouple combat / RPG code.
- How To Use Cast Nodes And Why You Actually Want To Use InterfacesInterface-first architecture for scale.
- Demystifying Soft Object References | Inside UnrealAsync asset loading for large worlds.
- UE5 Blueprint Tips - Event Tick PerformancePerf discipline when many agents tick.
- Begin Play | GameplaySystem initialization order.
- Introduction to EnumerationEnums model states, factions, item types.
- Gameplay Tags - UE4 + UE5Tags drive combat states, factions, abilities.
- Unreal Blueprint Best PracticesKeeps growing systems maintainable.
- Making Better Blueprints | Unreal Fest 2022Scalable Blueprint architecture.
- Blueprints: Blending System Architecture and CreativityDesigning flexible BP systems.
- Blueprints In-depth - Part 1 | Unreal Fest Europe 2019Blueprint internals deep-dive.
- Blueprints In-depth - Part 2 | Unreal Fest Europe 2019Blueprint internals, continued.
2 · Third-Person Character & Camera
player feel- Build a Third Person Character from ScratchYour player pawn, built from the ground up.
- Camera Framework Essentials for GamesThe third-person camera rig and its tuning.
- Enhanced Input ActionsModern input for melee + mount controls.
3 · Melee Combat & Animation
Chivalry 2 core- Demonstrating Animation Blueprints and AI for Gameplay DesignersAnimBP for attacks + the base for enemy AI.
- Exploring the Gameplay Ability System (GAS) with an Action RPGAbilities / attributes / damage backbone for melee + RPG.
- Animation IntroductionAnimMontage skills for swings, blocks, hit reactions.
- UE5 Basic Melee Combat Tutorial SeriesCombos, hit detection, directional attacks — the Chiv-style loop.
- Reactive Melee Combat in Unreal Engine (design paper)Design reference for reactive/contextual melee.
4 · Mounts & Mounted Combat
Mount & Blade core- Unreal Horse Riding 1 — Horse CharacterBuild the rideable horse pawn.
- Unreal Horse Riding 3 — Mount and DismountEnter / exit the mounted state cleanly.
- Unreal Engine 5 RPG: Creating a Horse Mount SystemEnd-to-end mount system in UE5.
Mounted combat (attacking from horseback, couched lances, trample) layers on top of these + the GAS/melee work in Pillar 3. No single tutorial covers it end-to-end; expect to compose it.
5 · AI & Large-Scale Battles
M&B armies- Designing Scalable Crowds with Mass AIThousands of agents = M&B-scale battles.
- MassSample — UE5 Mass (ECS) examplesWorking Mass code + docs to learn the framework.
Single-unit enemy AI (perception, behavior) starts from Demonstrating Animation Blueprints and AI in Pillar 3.
6 · Multiplayer & Networking
Chivalry 2 is MP- Basics of Replication | Instances, RepNotify, RPC'sReplication is mandatory for MP melee.
- C++ Introduction to Networking in Unreal Engine 5.00Networked gameplay at the C++ level.
- Performing Lag Compensation in Unreal Engine 5Fair melee hits under latency — UE5 ships none of this built-in.
7 · RPG Systems & Data
stats · items · quests · saves- Working with Data in Unreal Engine 5 | Unreal Fest 2022Data-driven items, stats, factions (DataTables/assets).
- Creating User Interfaces with UMG and BlueprintsInventory, character sheet, and HUD menus.
- Interaction System - UE5Loot, NPC talk, world-object use.
- Build Gameplay Mechanics for a Collectible Item GamePickup / loot pattern.
- UE5 RPG Series — Equipment SystemEquip weapons / armor on the character.
- How to Make a Simple Dialogue System in UE5NPC dialogue — the spine of quests.
- Saving and Loading Your Game (official docs)Persist the RPG — the authoritative reference.
- Unreal Engine C++ Save System — Tom LoomanRobust serialize-actors-to-disk pattern.
8 · World & Level Design
low-fantasy medieval- Exploring Level Design for Game DevelopmentLevel-design fundamentals.
- Creating a Level Blockout for Game DevelopmentGreybox before committing art.
- Ten Principles for Good Level DesignDurable LD heuristics.
- Architecture in Level DesignMedieval architectural language.
- Interior Design and Environment ArtCastle / town interiors.
- Using Negative Spaces in Level DesignReadable spatial composition.
- Hitman: Guiding Players in a Non Linear SandboxSandbox guidance — close cousin to M&B freedom.
- Holy Grail of MP Level DesignObjective / MP map design (Chiv2 maps).
- Singleplayer vs Mutiplayer LDSP-vs-MP map tradeoffs (this game is both).
- Implementing Level Design with BlueprintsScripted level events / encounters.
- Overcoming the Digital Blank PageBeat level-design paralysis.
- Level Design Histories and FuturesLD theory context.
- Blockmesh and Lighting TipsGreybox + early lighting pass.
- Making MountainsTerrain sculpting.
- Seeding Trees and RocksNatural set-dressing.
- Slope Flatten PathPath / terrain flattening.
- Creating a Landscape inside Unreal EngineLandscape build walk-through.
- Quick Tutorial for Landscapes (UEFN)Landscape tooling (UEFN, skills transfer).
- Creating Splines Roads in UEFNRoads via splines (UEFN).
- Building a Hobbit House in FN CreativeModular medieval-ish structure (UEFN).
- Disney Princess CastleCastle build technique (whimsical tone — adapt for low-fantasy).
- Unreal Engine 5 — Modular Medieval CastleOn-tone modular medieval kit-bashing.
9 · Open-World & Sandbox
Mount & Blade scale- Building Open Worlds in Unreal Engine 5 | Unreal Fest 2022The open-world production pipeline.
- Open World Using World PartitionStreaming large maps without hitches.
- Building Open Worlds in Unreal Engine 5Open-world pipeline (alternate cut).
- PUBG - The Making of SanhokRealistic open terrain + readability at scale.
- Building Open Worlds for FortniteOpen-world workflow (Fortnite-specific framing).
10 · Balance, Economy & Factions
systems design- How Games Get BalancedBalancing basics.
- The Role of "Meta" in Competitive GamesWhy metagames form.
- What is POWER CREEP? (And How to AVOID IT!)Avoid stat inflation in gear / abilities.
- Meta Game: Adding Purpose or Shoehorning Design?Metagame design intent.
- Managing Competitive Meta-Game Design with 5 Easy TipsPractical meta tuning.
- Choose Fairness Over Balance [Game Design]Fairness vs symmetry in asymmetric combat.
- Analysis: Playing, Fast and SlowDecision pacing in combat.
- Explaining Metagames: Everything You Need to Know!Metagame overview.
- Balancing League of Legends for Every PlayerBalancing across skill bands.
- Magic: the Gathering — 20 Years, 20 Lessons LearnedLong-term systems-design lessons.
- GDC Vault — Counterplay and Teamplay in MultiplayerCounterplay is the heart of melee depth.
- Evaluating Competitive Game Balance with Restricted PlayFormal method to measure balance.
- Building Sustainable Game Economies: The Three Design PillarsEconomy design for trade, loot, upkeep.
- Machinations.io — Game Economy DesignModel + simulate the campaign economy.
M&B-style faction / diplomacy / campaign-AI simulation is a deeper design domain than any single talk covers; the two economy resources above are the closest verified entry points. Pair with the AI work in Pillar 5.
11 · Programming (C++)
when Blueprints aren't enough- Epic C++ Coding Standard for Unreal EngineHouse conventions before writing C++.
- C++ Introduction to Unreal Engine for Programmers 5.00C++ gameplay foundation.
- C++ Introduction to Gameplay in Unreal Engine for Programmers 5.00Gameplay framework in C++.
12 · Production & Polish
pipeline & presentation- Understanding Source Control and Perforce Setup 5.00Team-scale version control (Perforce for binary assets).
- Asset Dependency Chains: The Hidden DangerAvoid runaway asset bloat.
- Niagara Introduction 5.00VFX: dust, sparks, blood, impacts.
- Lighting IntroductionLighting fundamentals.
- Sequencer - Introduction 5.00Cutscenes / scripted cinematic moments.
- Lumen Essentials OverviewDynamic global illumination for day/night worlds.
13 · Lower priority for this project
- Your First Game In Unreal Engine 5Generic sample — Pillars 1–2 cover this better for an RPG.
- Creating a First-Person Aim TrainerFPS aim mechanics — not melee, not third-person.
- Let's Make a Game - Brick BreakersArcade genre — off-target.
- Building a Block Based GameVoxel/arcade — off-target.
- The UPDATED Fortnite Storyline ExplainedBattle-royale lore — off-genre.
- The ENTIRE History Of Fortnite Battle RoyaleBR history — off-genre.
- Evolution of Fortnite MapBR map meta — off-genre.
- The ENTIRE History of Building (Fortnite)Build-battle mechanic — off-genre.
- The Evolution of Fortnite Aim AssistRanged aim assist — off-genre.
- Evolution of All Fortnite Assault RiflesGun meta — off-genre.
- Evolution of Fortnite ShotgunsGun meta — off-genre.
- Evolution of All Fortnite Mythic Weapons & ItemsGun / item meta — off-genre.
- Devices ExplainedUEFN Creative devices — off-genre.
- Consumables / Weapons / Mythic Items Wiki (FFA 2.0)Fortnite item wiki — off-genre.
- Fortnite Champion Series 2023 | Grand FinalsEsports VOD — off-genre.
- Create a Battle Royale Mini Map with UEFNBR / UEFN-specific — off-genre.