A downloadable game for Windows

Introduction

Glacial Soul is a small action role playing game with Soulslike style developed in Unreal Engine 5. This video game has been developed as my final project or the Multimedia Engineering Degree at the University of Alicante.

I have programmed the chore mechanics of a Soulslike in order to achieve a full playeable character and three NPCs with AI. Because of the deadlines to submit the project I have developed it with blueprints. But I intend to reimplement all the AI stuff with C++.

Main Character

This character implements all the chore mechanics of a Soulslike video game. It can attack with one or two hands, cover, run, roll and dodge. It can also jump and attack in the air. Furthermore, it can perform two wepon art and parry the enemy as well. The character mesh is Greystone White Tiger from the game Paragon.

AI

I have developed three different AIs with Unreal Engine's Behavior Trees and the AIPerception component. I have used the Pathfinding and Pathfollowing technologies availeable in Unreal Engine too. 

Mob Enemy

This is a basic enemy that patrols following a set of target points. When the enemy sees the player or detects damage, it starts chasing the player. When it is near the player it selects the attack using UtilityAI and performs the attack. If the enemy doesn't have enough stamina it dodges backwards. The caracter mesh is also form Paragon, this is Kwang.

Final Boss

The Final Boss attacks the player whe it enters the combat area. Depending on the distance to the player, the boss chooses between one kind of attack or another. The boss fight is divided in two phases.

Player Helper

This NPC works similarly as the Dark Souls invocations or the Mimetic Tear from Elden Ring. 

Game Flow

I have implemented the full game flow. This involves all the features related to the Bonfire (related to stats and items) and the restart of the enemies. I have also implemented a Souls Restorer


UX and Game Feel form

Also, It would be great if you take a few minutes to fill the following form about UX and Game feel: https://forms.gle/jsuXTVjs2ix4EaTf9

StatusPrototype
PlatformsWindows
Rating
Rated 3.0 out of 5 stars
(1 total ratings)
AuthorAntonio José
GenreRole Playing
Tagsai, Indie, indie-game, indie-game-dev, Souls-like, Unreal Engine

Download

Download
Glacial Soul
External

Install instructions

You will need to download the Google Drive .zip file. If you not able to download it from the file provided here you can dowload it from the following repository: https://gitlab.com/ajfernandezbelliure/glacial-soul-build

Once you have downloaded the game you just need to execute the SoulslikeUE.exe

Leave a comment

Log in with itch.io to leave a comment.