Voodudes is a third-person action game where you take control of Virgil, a voodoo doll on a quest to save the world of the living. The game takes place in New Orleans, the birthplace of voodoo and home to an evil voodoo sorcerer named Baron Samedi. Virgil must use all the voodoo powers at his disposal to defeat the Baron and his minions, free the enslaved spirits of the dead, and restore balance to the world of voodoo.
Game Specifics
- My Position: Game Designer
- Engine: UDK
- Team Size: 15 (5 designers, 5 artists, 4 programmers, and 1 producer)
- Dev Time: 5 months (1 month pre-production)
My Contributions
- Came up with the initial game concept, which was ultimately voted to be one of 3 capstone games at the Guildhall
- Established 7 pillars of the game and used them to maintain a coordinated vision among the team
- Created 2 unique levels: the Tutorial and the Shadow World
- Scripted an entire boss encounter, a new attack for a separate boss, an interactive tutorial system, and several in-game machinima
- Designed and balanced the combat systems, including 6 player abilities, 8 enemy types, and the camera/lock-on functionality
- Crafted the narrative of the game by writing the script, creating the four story cinematics, and coaching the narrator’s voice actor
- Coordinated with designers, artists, programmers, producers, sound designers, and voice actors to create a unified and fun game
When we finally got the team all assigned and together, one of the first things I did was sit down and think on what the pillars of design would be for Voodudes. What would be the core elements and principles that would guide the development process to completion? I cam up with seven, and I made them all start with the letter C because of my obsession with alliteration.
- Complete: Do nothing unless it can be completed to the standard of quality the team expects
- Customization: Players should feel invested in their characters, and developers should feel invested in their game
- Character: Every element of the game should be instantly recognizable; everything must be at least two of these:
- Cute
- Comic
- Creepy
- Combat: Every ability and mechanic should make the player feel powerful
- Captivating: The world and its encounters should feel dynamic and alive
- Consistent: Ground everything in the theme and world of voodoo
- Classy: Every element of the game should be elegant (i.e., reusable and scalable)
Communication Among Disciplines
I believe one of the biggest roles of a game designer is to be the team’s best communicator. I worked to embody that ideal throughout the development process by deciding, recording, and distributing key information early and often.
Two examples of this include:
- While coming up with the combat abilities, I outlined every default property I would like to have easy access to. This minimized rework for the programmers and allowed us to reuse the code to make interesting new abilities by changing only simple properties.
- When the designers were concepting out their levels, I created a simplified Micro LDD template so they could have a forum to quickly communicate their visual ideas and asset requests to the artists.
The initial starting area for the player is completely devoid of enemies. This gives players a chance to get used to the controls before they encounter their first enemy a little later in the tutorial. Once players eventually encounter enemies, they learn all of the basic elements of combat by playing through sections that introduce mechanics and enemy types at a gradual pace:
- 1st Encounter: Player fights a single melee enemy and then two melee enemies to learn the two equipped abilities
- 2nd Encounter: Player fights two melee enemies and a ranged enemy; player must lock on to an enemy to progress
- 3rd Encounter: Player fights two ranged enemies; player must dodge to progress
- Final Encounter (Boss): Player fights ranged boss with a pair of melee enemies spawning occasionally; boss’s attacks emphasize the lock on and dodge mechanics
Shadow World
This level is a circular arena where players fight the final boss of the game, Baron Samedi. Because it’s in the world of the dead, this level is unlike every other in look and feel. I created more than a dozen new materials from existing ones to achieve a desaturated look with sickly green highlights. I also scripted the enemies on top of the columns to randomly choose among several different taunts during the fight.
Originally, the final boss fight was going to be a giant skeletal chicken with a top hat and monocle. We had to trim down the fight because of time constraints, but I kept the spirit of the first concept alive by creating a custom attack for the final boss where he summoned a giant chicken that dropped a trail of explosion chicken bones.
Hub Boss
Because we were pressed for time before alpha, I opted to script the entirety of the hub boss to free up some time for the programmers. In addition to creating new weapon and enemy classes in UnrealScript, I scripted the actual boss fight that constitutes the end of the tutorial.
Interactive Tutorial
Although I created the tutorial to be a logical progression of the game’s core mechanics, some player’s didn’t remember the lock on and dodge mechanics because they didn’t necessarily have to use them against such simple enemies. To give the player hands-on experience with each mechanic, I created a system where players use each mechanic in different situations to progress through the tutorial.
To satisfy the demands of both the Customization and Combat pillars (see the Game Design tab for more info), we designed the abilities to allow players to play whatever way they wanted and still feel powerful. To that end, we balanced the abilities not only according to their core functionality, but also according to their range and number of potential targets. To create a proper balance between the danger of melee combat vs. the relative safety of kiting, we added a life leech to the two core melee abilities (Bear Hands and Spirit Rush).
- Needle Barrage: Summons a rapid-fire shower of needles that shoot forward
- Bear Hands: Use a three-hit combo to strike enemies with massive bear hands that steal health
- Spirit Rush: Dash forward to cause area damage and steal health
- Feeding Frenzy: Chomping alligator skulls emerge outward from the ground in a cone
- Tarot Reading: Tarot cards spin around Virgil, reducing incoming damage and hurting enemies
- Bone Chicken: Toss a grenade-like chicken that sucks in nearby enemies and explodes
Enemies
To go along with the pillar of elegance (see the Game Design tab for more info), we based nearly all of the enemies off of the existing player abilities. By adjusting the different variables of the attacks (speed, damage, range, etc.) and creating new particles and meshes for the attacks, we were able to differentiate these from the player attacks in a way that made them seem like completely new abilities.