top of page

THE ESCAPE

Summary

SUMMARY

After having narrowly escaped being destroyed due to obsoletion, a service bot suddenly boots back up and is instructed via radio by an outsider to escape the mysterious facility and collect something of importance along the way. 

My goal with this personal project was to focus on
technical design and puzzle design, with the intent of allowing the player to use the player character as a tool to solve different environmental challenges. 

BREAKDOWN

Time

6 Weeks Half-Time

Team Size

Role

Solo
 

Technical Design
Puzzle Design
Game Design
Level Design

 

Software

Assets Used

Unreal Engine 
Blender
Miro

Audio sourced from Soundsnap

MECHANICS

Hovering

My goal with the movement was to give the player a more tactile and weighted experience when traversing the environment as a supposed service robot. I used YouTube user Unain's work for a hovering vehicle as a template. It worked quite well and provided the groundwork I needed for a hovering robot and would alleviate the scope [1]. However, there were still aspects that I wanted to expand upon for the robot's movement to be where I wanted it: 

• Having it feel more weighted and higher up above the ground.

• Not be too fast when hovering.

• Add mouse controls for the camera.

• Not be as floaty when mid-air.

• Not being able to fly when the line trace breaks from a surface. 

 

In terms of having the robot feel more weighted and higher up above the ground, I decided to first model parts of the robot in Blender, specifically the base and the lid. Both the line trace and mass of the base mesh were increased, as well as experimentation with the linear and angular dampening [2].

[1] Hovering using Unain's work.  

 

Over the course of the project, I continued to iterate and experiment to prevent the player from being able to fly and continuously jump while mid-air. I also adjusted different variables such as speed and hover force, along with adding a center of gravity for the base mesh to make it more stable when traversing, which also helped later when working on the diving mechanic, but more of that later. 

 

Overall, I am satisfied with the results since the robot now plays closer to what I had as a goal when I started this project [3]. The biggest additions to the original work is that the player can now turn hovering on or off with a key press, as well as look around with mouse controls, which was added by me [4]

[2] My later iteration of hovering with higher elevation and more mass.  

 

[4] Blueprint snippet of my modified movement logic.

 

Collecting and Dumping Loot

[3] The final iteration I made of hovering with the desired results. 

 

The movement then led to the addition of looting, since I wanted the player to be affected by the weight of any collected loot and see it be visually represented on the robot. The inspiration clearly derives from robot vacuum cleaners, and I thought that it would be fun to implement that into the context of gameplay. 

 

During the earlier stages of the project, I was able to implement the ability for the robot to collect the loot and have it move around inside with the help of simulate physics [5].  As previously mentioned, I wanted the player to be affected by the weight of the collected loot, and this was simply done by adjusting the mass of the cube mesh so that it was right when playing [6]

The overall logic is quite simple, as the initial loot cube that collides with the robot's collision box gets destroyed, spawning a new loot cube inside the robot's container. The spawned cube also sets simulate physics and enables collision so that the cube moves around in the container [7]

The last iteration that I made for loot collecting was how it would be used when the robot is submerged underwater [8]. The regular loot-collecting logic wasn't sufficient since the robot would be ascending away from any loot that was present, so I implemented a different logic that would consider distance when looting [9]

[5] Early iteration of loot collecting.

 

The last thing I needed was the player to be able to dispose of the collected loot before proceeding to another area, before picking it back up again. The principle remains the same, where the previous loot gets destroyed and is replaced with a spawned one, similarly to the regular looting logic. The difference here is that the dumped loot has an add force that shoots the loot up in the air [10]

 

[6] Later iteration of loot collecting that affects the balance. 

 

[7] Final iteration of collecting and dumping loot. 

 

Opening Lid and Deploying Wings

[8] Blueprint snippet of my loot collecting and dumping logic. 

 

I implemented the mechanic of opening the lid in order to experiment with different ways of collecting loot for the player. The early stages of development had loot cubes tumbling down from a distance [9]

 

However, after further iteration, this particular mechanic was used mainly when the player had to dump the loot, except for the finale of the experience when the robot had to collect the reactor core. The reason for this is that it wouldn't be too reliable of method to collect loot, as the player has to be placed just right to get the loot that is falling. I thought about implementing a magnetic force, which eventually became used for when the player is underwater, as shown in the previous section. 

When it comes to the deployment of the wings, my goal was to give the player the ability to boost, and have the thruster extend and the wings spread out. Even though it is purely cosmetic, I just think it turned out to be a cool way of introducing the player to the boosting mechanic. 

[9] Early iteration of opening the lid for collecting loot. 

 

[11] Blueprint snippet of my opening lid and deploying wings logic.

[10] Final iteration of opening the lid and deploying wings.

 

Jumping, Boosting, and Diving

The jumping mechanic was implemented rather quickly, as my goal for the puzzle design was to platform. 

 

Hovering
Looting
Opening Hatch
Jumping
Deploying Wings
Boosting
Diving

LEVEL DESIGN

My intention with the level design of the experience was to use it primarily as a vehicle to introduce the various mechanics and puzzles in a more engaging way. Another reason for paying attention to the level design, as well as the narrative, was to connect this personal project to my second one, which takes place after the events of this one. 

 

Overview

Level Flowchart

Level Design
Puzzle Design

PUZZLE DESIGN

Jumping Puzzle

After acquiring the ability to jump from the service station, the player is able to jump up on the crates and exit through the small hatch at the top. With this puzzle, I wanted the player to receive clarity immediately when entering this space, juxtaposed with dialogue from the mysterious person talking via radio. 

 

Bridge Puzzle 1

This particular section will introduce the player to pressing a button to extend a bridge, which is fairly simple. The goal here was to allow the player to make a connection between a green-colored button and a green-colored bridge to familiarize with it before entering the next puzzle.

 

Bridge Puzzle 2

This is a more elaborate variant of the previous bridge puzzle, in which the player must first dump the loot nearby to be able to jump across to the other side and extend the bridge. 

 

Window Puzzle

After acquiring the wings and booster, the player will see a cracked window nearby the service station. This was intentional, as I wanted the player to be guided towards immediately upon receiving those abilities. The solution here is to boost through the cracked window glass and continue onwards. 

 

Descend Puzzle

Here is a twist of a previous mechanic, whereby the weight of collected loot has an effect on the player's balance. In this puzzle, the player must collect the loot to become heavier and able to dive. 

 

Ascend Puzzle

Here I wanted the player to not quite reach the hole that leads to the other side. This is where the dumping of loot will make the robot light enough to ascend. 

 

Spinning Fans Puzzle

This is a combination of both ascend and descend, as my intention was to make the player use what has been learned previously in a combination of looting, dumping, and boosting. 

 

Catching Puzzle

The last variation of a puzzle with a button, with the twist being that the loot must be caught by having the lid open first. This is in contrast to the previous times where the player had to dump the loot instead, which was a purposeful design choice in this case. As mentioned previously, I initially wanted the ability to loot while the lid was open to be more frequent, but in this case I saved it for the finale as it felt more impact when it comes to stealing the reactor core. 

 

PROBLEMS AND SOLUTIONS

Loot Physics

There was a rather worrying problem that I encountered when it came to how the loot physics interacted with the player's actions. Specifically, any time when the player decided to either jump or boost then the loot inside would clip through the robot's mesh, no matter how many adjustments were made for the collision settings and variables for the force. 

The solution that I created was to prohibit the player from jumping or boosting when there is loot inside the robot's container. Naturally, this also meant adding feedback so that the player would know when something is not allowed. This resulted in several sounds that the robot makes to signify the player. 

The sounds are inspired by the various noises that the UFO's make in the movie Close Encounters of the Third Kind. Basically, a lot of tuba and trombone cues. Besides being a somewhat endearing feedback sound, it also resulted in further iteration of my puzzle designs. 





 

Diving Softlock

One of the largest issues that I encountered while designing the underwater section was the situations in which the player can get softlocked when ascending up to the ceiling. This was solved by having two anti-softlock areas that lead straight up to small chambers that contain more loot for the player to collect if it wasn't possible previously. 

 

Problems and Solutions

DEVELOPMENT SCREENSHOTS

These images showcase my production pipeline, detailing everything from pre-production, modeling the robot meshes in Blender, topdown sketches, as well as earlier iterations of the blockouts. 

 

Development Screenshots

REFLECTIONS

Overall, I am very satisfied with how this piece turned out, at least when it comes to how the mechanics were used within the environments. That being said, there are some keys points that I would have liked to have improved or included in the first place. 

 

Reflections

FULL PLAYTHROUGH

I am part of The Game Assembly’s internship program. As per the agreement between the Games Industry and The Game Assembly, neither student nor company may be in contact with one another regarding internships before April 23rd. Any internship offers can be made on May 5th, at the earliest.

bottom of page