Home

Awesome

Action Roguelike Game (Course Project)

This project is part of the Professional Game Development in C++ and Unreal Engine Course where we build this game project step-by-step.

Course Header

Engine Version: 5.4 (Older UE4.X versions Available under 'Branches' dropdown)

Use Branch "Lecture29-FinishedProject" for course-only code. (UE 4.25, 'Main branch' includes additional features and extensions)

GitHub Branch Selection Info

Project Features

This project is part of the Professional Game Development in C++ and Unreal Engine Course where we build this entire game project step-by-step.

Combat Example Still

Unreal Engine 5

With the release of UE5, some new rendering features have been enabled. For lower end machines it may be required to turn these off. You can do so via the Project Settings or the config INI.

DefaultEngine.ini

r.ReflectionMethod=1 ;lumen reflection
r.GenerateMeshDistanceFields=True
r.DynamicGlobalIlluminationMethod=1 ;lumen global illumination
r.Shadow.Virtual.Enable=1 ;virtual shadow maps

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 // Use DX12 for new rendering features above

Game Assets: Licensed for use with the Unreal Engine only. Without a custom license you cannot use to create sequels, remasters, or otherwise emulate the original game or use the original game’s trademarks, character names, or other IP to advertise or name your game. (Unreal Engine EULA applies) (Please note this applies to the Game Assets that refer to Epic's Paragon, you can still use the project code and content to build your own Unreal Engine game)