top of page

Wildman adventure

Game Overview

Wildman Adventures, a 3D Platformer in Unreal Engine 5, draws inspiration from classic games like Crash Bandicoot, Spyro, and Mario. In this final year project for my Masters, players control the 'Wildman,' navigating levels filled with puzzles and traps while collecting loot. Following the Nintendo Design philosophy, I crafted the game to introduce mechanics organically, with a twist before mastery. The highly modular project showcases my design, blueprinting, and level design skills, allowing easy expansion without code changes. A comprehensive Design Document outlines my design choices, technical details, and includes level and puzzle designs. The current level exemplifies Nintendo's approach to gradual mastery

Role

Game Design, Level Design,

Technical Design

Year

2023

Software

Unreal Engine 5, Git, Adope

I aimed to replicate the camera system of Mario Galaxy in my game, necessitating a locked position that consistently follows the player from a third-person perspective. However, the game incorporates various camera events that alter the camera's location, rotation, and height. To address this, I developed a camera component consolidating all relevant code pertaining to player camera events and transitions. Given the game's single-player platformer nature, concerns about split screens or multiple player viewports were unnecessary. Creating a camera component proved logical, as it streamlined the process for potential transitions to a two-player game – a simple addition of the camera component to the second player character.

Below showcases a custom event chain designed for seamlessly switching between any camera actor or event in the game. This chain operates through a single, easily accessible function housed within a component. Additionally, a separate function allows for resetting the camera position to the player character when desired. This implementation facilitates dynamic camera swapping within the game, contributing to the desired Mario Galaxy aesthetic.

WM Camera.png

Gallery

© 2023 by ShureArchitects. Proudly created with Wix.com

bottom of page