top of page

Spite: Wrath Of Valkyria

Finalist.png
excellence.png

Less than 3 min Showcase

Year

2022

GENRE

Action Role Playing Game

PLATTFORM

PC

UI/UX and Gameplay Programmer

Description

This is the first project of the second year at The Game Assembly, it was made over the course of 14 weeks at a 50% work rate.

My main focus on this project was the User interface and the User Experience.

Keep reading to get a little more in-depth information about my work.

​

Intro Fade to Main Menu

The first thing you will come across when starting the game is the intro move, Made by a very talented Animator Named Daniel, If you are interested in more of his work let me know and I put you in contact with him.

my Vision here and the one that I talked to Daniel about early in the process was that I wanted to make the main menu a bit more alive and that I had an idea about making the Cut scene transition into the main menu.

This is the result we managed to create.

Level Select

The Next thing you encounters is probably the level selection map.

Since I´m kinda passionate about UI and UX design I wanted to take the whole menu to the next level, mainly to test my own limits, but also to push myself to learn something new each time I make a new game project. When it came to the Level Select tool I talked to Malin, she´s the one who made all the awesome graphics for the menus and asked if it would be possible to make it layered, so that we can make it as a Map that changes depending on where u wanna go.

Settings

Not much to say here, I made a Settings menu.

Hooked it up to the Engine so we could control the sound & the Resolution of the game.

 

Shoutout to Albin who made the awesome Music and SFX, and to Lars who implemented it with his fmod wrapper and made it so we could have 3d sounds in-game! 

Transition to Ingame

Once you have made all the settings, and checked out the credits you probably wanna start playing. I wanted to present to the player a smooth transition betwine the menu and the game and made so with a fade-to-black overlay. to get this to work we had to first load all assets in by using a second thread to make it seamless, this is done behind the scenes during the opening cut scene. then I had to make 2 separate functions one for fading out (switch scene) and then fading in.

After the fade in we wanted to present the name of the level to the player with a small "flash Banner"

In game Feedback: Part 1

First out is the Scrolling Combat Text (SCT) and the Healthbars of the enemies. The biggest challenge here was to get the sprites from camera space to world space., next issue was that we needed to render text. the Engine does not support that yet so I made it work with 10 images nr 0-9 rendered next to each other instead, first thing to add in the next project is in-game text rendering.

​

The Level up effect was created by Tim, our talented TA. my work here was to match it up with a screen flash, and an XP bar that matched the levels

Gain New Ability and Interactable Objects

I added intractable objects to the game so it would be possible for the players to gain new abilities by "praying" to an altar. there is also a rune stone and a totem you can interact with to get a story told as you progress through the game

In game Feedback: Part 2

You can also interact with rune stone to get a story told during your play, also added spawn points in case of  "non-skill related accidents" (we all know it wasn't your fault you died).

Hud Information

There was a lot of information added to the HUD.

First, we have a buff bar that shows your current buffs and a tooltip when hovered, there are also tooltips on all abilities when hovered.

health and "spirit" is shown with the help of shaders as well as Cooldown and flashes on abilities. 

Animation Interpolation & Threads

Best place to show this is probably on the boss since he is huge.

​

we noticed kinda early in the process that we had a bit of "choppy" animations. so I decided to add Animation Interpolation. this went well and took me about a day to complete, one major backdraft though was that we went from 100+ fps to 30 fps. so this also forced me to implement a thread pool to the Engine.

​

after that, both worked fine and we were later able to deliver a game that had a steady fps well above the requirement.

bottom of page