Overview
Firefly is the game's second boss but he was actually the last one to be made and also the last major bit of character scripting that I did for the game. As a result, not only did I have more experience to bring to bear but I also had a fuller range of scripting tools at my disposal. I planned the battle, scripted the actors, wrote the dialog, and implemented the level scripting. I actually had no idea what I was going to do with this character when I sat down to build the fight, he was a late addition to the project. I just started building and testing, keeping the elements I found fun, until I had something I was happy with. |
Battle mechanics The Firefly battle is a multi-stage fight through 3 distinct sequences. The 1st stage is a simple intro fight. During the 2nd stage Firefly uses a teleporter to toy with the player. In the 3rd stage he sticks with the teleportation gimmick but switches to a full-on attack, repeatedly teleporting behind the player to blindside them. Throughout the battle the player has to be wary of landmines hidden all over the level. Stage 1
Stage 2
Stage 3
|
|||||||||||||||||||
|
Gimmicks The gameplay elements of this boss fight are built around two major gimmicks, teleportation and land mines. The goal is to make the environment itself be part of the fight. First, by making the players travel through the heavily booby-trapped level. Then, by making the final stage of the boss very aggressive in order to force panic moves by the player that get them to stumble into a replenished wave of proximity mines. Teleportation The main goal of having the boss teleport around the level was originally to lure the player into traps set with explosives, and the 2nd stage carries this on nicely. My decision to use teleporting for the 3rd stage was born out of frustration. When a test of an early random teleport behavior was going poorly, I unloaded into the test actor and inadvertently caused him to teleport directly behind me. Stage 2 teleport
Stage 3 teleport
The designer I asked to test my initial stage 3 behavior figured out that he could stand against a wall to defeat it. That's why the final version drops a landmine at the player's feet if he reappears too close to them. Hidden mines Firefly is a saboteur, so, as I was planning the fight, using hidden explosives around the level seemed like a natural hook. In order to make certain the player would still be coming across mines at the end of the fight, and also to maintain a balance about how often they came across them, the mines were activated in waves.
|
|
|||||||||||||||||||
|
|