1/28-2/16: Concepting and Prototyping
Over the past few weeks, I’ve taken up the role of the pod lead for the enemies pod. This means that I help designers, artists, programmers, and audio members coordinate and communicate to create the enemies of the game. Here’s what I’ve done over the past three weeks:
Review Designs
An example of an enemy design, written by Evan Brisita
I tasked our designers with creating several enemy designs for the project. These “designs” are more like behaviors than concept art. I asked each designer to create 1 - 3 “design concepts”, documents on confluence that include the following sections:
Movement: Describe how the enemy moves. This includes: the movement pattern, the relative speed, any states of movement, and whether the enemy is on the ground or flying.
Attack: Describe how the enemy attacks the player. This includes: the type of attack (projectile-based vs. contact-based), the telegraphing of the attack (roughly how much time between the start of the animation and when the attack lands), how much damage is dealt, and how the player can/should dodge the attack.
Reasoning: Describe how the enemy has a positive impact on the player’s overall experience. Enemies exist not to defeat the player but to give them mechanical challenges and encourage them to fully use the mechanics. The designers write a paragraph explaining what the goal of the enemy is and how it benefits the game.
I create the template for the enemy design. Over roughly 6 hours, I sat down with Matt Rader and Gino Bryja, senior designers on this project, to decide on the enemies we want in the game. Our discussion was focused around how the enemies will be used with the level design to create a better player experience. We narrowed the list down to 6 immediate designs and 4-5 designs that will be in the game if there is sufficient time to implement them.
Assign Tasks
A basic flowchart describing how the scripts interface with each other and how the overall enemy AI works. Created in collaboration with Max Perault.
As a pod lead, my job is to assign tasks to all my pod members, which includes 3 artists, 4 designers, 6 programmers, and 4 sound designers. As we were in the early concepting phase of the game, finding work for people to do was a challenge. Ultimately, this task, which includes creating Jira tasks, meeting with different leads, updating documentation, and checking in with pod members, took roughly 13 hours of time. Here’s how I broke it down.
Artists would create concept art for various enemies in the game based on the description of the Abyssals and the narrative spectrum sheets. I told them to use their imaginations but to keep their work within the loose specifications. My main challenge was that artists spent too much time on one piece of concept art rather than creating a wide range of lower quality art. This was ultimately something that George and I had to clarify to the whole team.
Designers were focused on creating design concepts for various enemies in the game, as described above. While they all had really good ideas, we ultimately had to reduce the complexity of their ideas, as we want enemies to be predictable, not necessarily intelligent.
Programmers were focused on creating the basic scripts for the game. As shown above, our enemy system is modularized, meaning that scripts exist independently and different scripts interface with each other to create the overall AI. Since many scripts are independent, I tasked my programmers with creating scripts that I knew would be in the game. This includes: the Aggro scripts (telling enemies when and who to attack), ground and flying movement controllers, projectile movement scripts, and health scripts. My main challenge with this was that there wasn’t enough work for everyone to do, as the actual enemies hadn’t been finalized. I solved this by giving many programmers prototype tasks to do (behaviors that might be in the game) and by asking those interested to make designs.
Sound designers were asked to make temporary sound effects for enemy deaths, footsteps, and damage. Because enemies hadn’t been finalized, there wasn’t enough interesting work for sound designers to do other than make temporary sound effects. Many sound designers mentioned having very little guidance about what they were supposed to create, which is something I’ll try to be better about in the future.