Environmental Station Alpha post-release thoughts

Oh well! It’s been about a month since the game’s release and things have been going rather swimmingly, I’d say. I kind of wanted to write down some thoughts in regards to the game, it’s reception and so on. There will be spoilers, but I doubt anyone who hasn’t experienced the game some way (through Let’s Plays, Streams or actually playing it) will read this.

Where everything started; the original art to test a 32-colour palette

It’s been very interesting to see people’s reactions and feedback on the game’s difficulty. Most of the testers were people who’ve played a lot of games, so I knew beforehand that the feedback I got before release was somewhat skewed. After release I did get a lot of feedback & criticism on this aspect, and eventually implemented the easy mode as a response for the criticism. I felt that since the game had already been completed by some people who also told me they had had fun playing the game with the “original” difficulty, it wouldn’t have been a good idea to outright change the basic game experience but instead apply those changes into a whole different mode.

People on the Steam Community Hub made a really interesting point about why they felt the difficulty was frustrating – instead of the game being tough all the way through, there was seemingly a large difficulty discrepancy between boss fights and the rest of the game; this way there were players who didn’t mind the overall difficulty but would get stuck in singular encounters. Hopefully the current version works better in this sense, though. :)

I love large boss fights in games, and the game really reflects that, at least in terms of boss quantity. Boss fights can be much more unique in nature than many other parts of games of this genre, and since they’re fought (usually) only once, it’s easier to concentrate on making that singular encounter memorable. I’m especially fond of bosses that work like puzzles, which is of course a staple in adventure games. That said, there are 3 things I wish I had concentrated on a bit more while designing the bosses.
1) The actual diversity in boss designs. Many of the bosses use a similar base concept of the boss itself being stationary, and while the nature of this stationary-ness varies between them, I feel I could’ve worked out some better solutions for this. According to the general feedback people have liked how different the bosses are as-is, but of course one could always improve! I actually even changed two fights after designing them once (Station AI and Tomb Spider) to reduce the amount of bosses that do not move by themselves at all (although the latter of the two needed a redesign for other reasons as well).

What the Tomb Spider replaced. I’m not sure why the game has so many eyes.

2) The boss “puzzles”. As it is, those are nearly nonexistent in Environmental Station Alpha. My approach to game design is very freeform and I didn’t really think of any deeper design concepts while working on the game content (apart from some exceptions). This along with the fact that it’s much easier to design a boss that you just need to mow down made most of the boss fights not require that much problem-solving rather than “just” dodging and learning the boss patterns. I think I did a pretty good job compensating this lack of puzzles in the fights with interesting patterns and attacks, but again, there’s always something one could improve. :)
3) The boss difficulty curve. I only realized this after the release – since there are two immensely powerful items (Dash Booster X and the Supercharge Module), all bosses that can be fought after getting those two (or just the Supercharge module) become extremely easy. This creates a rather funky pattern where in the beginning the bosses get progressively harder (with Serpent 5 and Overgrowth being the two most difficult ones), but the ones after Multicore can be rendered practically harmless by getting the Supercharge module. My intention was that most people either wouldn’t care about the optional powerups enough or would want to keep some challenge and not use the more powerful things while fighting, say, the final boss, but of course since the game never explicitly says “btw, these are REALLY POWERFUL, try beating the bosses without them!!!” it’s understandable that most players do not approach them this way. On the other hand, maybe there’s something cathartic to be able to defeat the latter bosses with ease after the early struggles.

Talking about puzzles reminded me of some other stuff I’ve been thinking about before and after the release. The game was made using a rather crude custom-made level editor because Multimedia Fusion’s built-in level system is really terrible (imagine every room of Super Metroid having all the game code stored internally, so that if there’s a bug, all code needs to be copy-pasted to every single room (of which Environmental Station Alpha has over 200)). Since I wasn’t very good at using MMF 2 when I started working on the game, I made the level editor to only support adding and removing tiles & putting enemies and such on the map. There was no cutscene editor or ability to add custom stuff to rooms in the editor itself; everything of that nature had to be manually coded in Multimedia Fusion. This made implementing cutscenes a huge pain, which can be seen in how few of them there are, although it of course doesn’t concern cutscenes such as the intro or the ending, since those don’t take place in the actual game world.

Due to these restrictions the in-game puzzles had to be hardcoded as well, which proved to be pretty difficult and frustrating. I hadn’t really planned that many puzzles beforehand, which caused a similar effect as with the boss design that since coding puzzles into the game was such a pain, in the end there ended up not being that many of them. At some point I coded pushable blocks to the game, and these can be seen in places like the triple-shot room; the temple was meant to hold some more traditional block-pushing puzzles along with more meta “think outside of the box” -type ordeals. However, I eventually redesigned the whole temple because it wasn’t really up to the standards of the rest of the game, and decided not to include any block-pushing in time finished product. Some of the original temple puzzles can be seen in the post-endgame content, though.

It’s easier to point out things that didn’t work than things that did, but there are some things in the game that really positively surprised me. The biggest one is the hookshot – originally I disliked the idea of using a concept as ‘classic’ as a hookshot, testing out some rather weirder ideas, as seen in this gif:

After some fumbling and realizing the hookshot would be a pretty cool thing after all, I implemented it in the easiest way I knew back then. I didn’t really think much of it at the time, but I was content with how it worked. However, during testing and after reading actual player feedback it became apparent that the hookshot had turned out to be really satisfying to use, allowing for some pretty insane ~~SPECIAL STRATS~~ among other things. Part of the satisfyingness comes of course from the sweet latching sound Joonas & Niilo made for it! I’ve always really loved games where a somewhat basic item/powerup can be used or exploited to do really crazy stuff – a good example is the cape in Super Mario World, which is pretty handy even when used just to slow down the player’s fall, but becomes immensely powerful at the hands of someone who knows how to fly properly with it. Another classic example is of course shinespark in Super Metroid and other 2D Metroids that include that mechanique. The hookshot isn’t really comparable to either of these examples, but I’m still happy that it turned out to be much more useful than it initially seems! :)

There were some other powerup and gameplay ideas I toyed with but scrapped in the beginning of the design process. One of the cooler ones was zero-gravity, which would’ve been present in certain areas that were exposed directly to space. Since the player is a robot, the lack of oxygen isn’t a problem, but in these sections the player would’ve been forced to shoot in different directions to propel themselves. I’m sure the same concept had been done elsewhere already at that time, but it would’ve fit the setting. The actual reason this mechanique was scrapped is because of certain coding problems (a really silly reasoning, in hindsight! Now I almost feel a bit sad for not keeping that system in). In one of the earlier drafts of ESA, the game was set on a wreck of several smaller space stations & spaceships, requiring the player to use this zero-gravity movement system pretty often. Here’s a screenshot of said iteration:

That screenshot also portrays nicely the design of the main character; they were always supposed to be a robot, but in this higher-resolution picture you can see the “brain-tank” -design better. The sprite of the player character in ESA used to be a bit larger, but I resized it to make the scale of the station feel bigger, and to make the player’s collision mask a bit less ambiguous. Here’s the original sprite:

Somewhat related to the player’s abilities changing over time, the dash powerup actually started off as a bomb! It was fun to toy with but since I didn’t want any random drops in the game, in the end it didn’t really fit in.

The next iteration of the powerup was a shield the player could use to prevent damage. The problem with this was that I couldn’t decide how to map activating the shield into the existing button layout, along with a set of other problems such as how to portray its length and cooldown, if it would damage enemies or just deflect bullets etc. You can see the somewhat confusing way the shield worked here:

In the end, I took the “makes you invulnerable & damages enemies” idea from the shield and incorporated it in two powerups, the plasma field & the actual dash. Here’s the dash in its original form:

I didn’t plan the story that well beforehand. I had had some story ideas before of a virus that infected robots and made them act so as to infect more robots; at some point I was considering a game where the player is the aforementioned virus and must move between robots, gaining more power in order to target larger and larger robots. The idea is still kind of cool in my opinion, but it would require an engine and game world fully built around this hijacking system. I remember having this mental image of a cutscene where the player infects what would later become Serpent 5 in ESA and “ride” it to freedom from wherever the game would’ve taken place. In this way, the basic form of the story was there to some extent even if I didn’t really think of it that much. The biggest problem such a leisure style of design presented me with was figuring out a justification for the player to explore all the areas of the station. The journey from the underwater sector to the jungle sector proved to be especially tough to explain, solved in the end with two halves of a single journal. I think this design issue can still be seen somewhat in that many players seem get lost at some point about halfway through the game.

One fairly interesting thing I noticed after the game’s release was that nearly everyone I saw beat the game thought that the reason the ending is kind of a downer is because they hadn’t collected everything yet. I can understand the reasoning behind this, but since I had decided on the ending to be somewhat bleak well beforehand, I didn’t foresee at all that people would of course assume for there to be some other, happier ending. If one thinks about it, in a sense only the normal ending is actually sad – the robot “dies” in some way in any case, but in the other endings this doesn’t put others at risk. Thinking this way, the fourth ending (accessed by beating the game normally after finding the secret ending once) might be the ‘happiest’ one since in it there’s no chance of the virus spreading any further. I find portraying death as something that isn’t inherently bad interesting, and in my opinion there could be more games where someone dying isn’t necessarily a mark of the player messing up and needing to, say, find all the secrets, but instead just the way things happen to be. Something something Final Fantasy VII something.

The post-endgame puzzle section I had been pondering about for a long time. I really really love those kinds of obscure ARG-ish puzzles that the community has to collaborate on to fully solve; seeing people eventually figure out stuff like the secret stars in Braid is really amazing in my opinion, and even though I initially didn’t plan to include this much post-endgame content in the game, I did feel that it’d be cool to try to get some of the same feeling of mystery that makes the player go “I don’t understand all this, but there’s apparently much more here than is initially apparent” in the game. Being able to go all out with the puzzle design made designing them much easier compared to the relatively nonexistent puzzles of the normal game content, and I had a lot of fun coming up with some really mean tricks. The only problematic thing was that since I wasn’t totally certain how many players the game would garner, I wanted to make sure that at least someone would find out about this secret crazy puzzle stuff, and while doing so made it a bit too easy to get started with it. This resulted in a situation where pretty much every player stumbles upon the keys and whatnot and thinks “oh, this is what I must do next”, only to find some intentionally very obtuse puzzles and possibly find them off-putting since they’re so different from the rest of the game. After realizing this I did rework some of the hints to be a bit more reasonable, though. I’ll just have to make a clearer distinction between “normal” endgame stuff and “hidden” endgame stuff next time!

Fun fact: originally the very very last puzzle of the game required the player to have exactly 100% completion rate to get the secret ending; any more or less and they’d just lose instead. Getting to the secret ending with 100% requires skipping something in earlier parts of the game, like a diskette, meaning that the player would most probably have needed to re-do the whole game with this specific puzzle in mind in order to “solve” it. I still like the idea, but it will need to wait for some other game, haha.

In the end, I think I succeeded pretty well in doing what I set out to do, i.e. make a metroidvania with lots of bosses and a large world to explore. I’m thinking of sometime making something a bit similar, but we’ll see what happens; it’d be silly to promise anything at this point.

To end this huge wall of text, here are things I’ll do differently next time, assuming there’s one:
– Less tightly packed map. The world of ESA felt kind of cramped at times because there’s no empty space anywhere and the rooms are generally pretty small. Having more air, even if it didn’t serve any purpose, might help make the game world seem larger and more lively.
– Less powerful powerups & protagonist. By the end of Environmental Station Alpha the player character can literally fly and spam really powerful triple shots. I think this works somewhat well since I took that into account while designing the world, but making the player character more vulnerable and the powerups less overpowered could help make the difficulty curve neater, along with allowing the game to have some areas that are hard to get access to. This could also help make some secrets easier to hide, since the player couldn’t just fly against every wall to check for passages.
– More mobile bosses that appear less often. Reasoning explained earlier; I’d especially want to experiment with bosses that aren’t just a single unit but instead two or three co-operating entities.
– More capable level editor to allow for custom cutscenes and some scripting-like features. Pretty self-explanatory.

Thank you for reading this, I hope the text was interesting! I’ll start streaming the development of my next game once it gets far enough to be shown off; hopefully that’ll happen pretty soon. I didn’t really talk about the audio here, but obviously thanks to Roope Mäkinen for the game music, and Joonas Turner & Niilo Takalainen for the sound effects.

10 Comments

  1. Sandra says:

    Very interesting read! =)

    Did you consider procedural generated levels? E.g. for extra content?

    The indie platform game Chasm does this for its actual game play.

    https://www.youtube.com/watch?v=s9_MCpYdqY4

  2. Carlsen says:

    It’s a great game. I personally loved the tightly packed map – it felt like every small section served a purpose.

    • tp says:

      I have to agree 100% here – Metroid and, to a much larger extent, Axiom Verge, seems to have a lot of large, unnecessary rooms that just aren’t fun and make exploration boring. ESA didn’t waste any of the space and even though it had some backtracking, none of it felt monotonous! But this is also partially thanks to the teleporters.

  3. Matthew says:

    Great game! Just finished the last boss. Don’t worry about the difficulty. I think people just don’t get a lot of “pattern bosses” anymore. Figure out how to survive, then figure out how to kill. The big security robot in the volcano secret is a perfect example of where being clever and patient is better than brute force.

    Sank 20 hours in. I’ve paid $50 for games that I have played less than that.

    Just pure excellence. Inspiring. Bravo.

  4. Uberman says:

    Absolutely loved the game, you did an excellent job.
    I really enjoyed the different endings, and the story was very interesting, and not only did it keep you wondering, the fact that there were so many mysteries to be solved made it a lot of fun.

    I hope you do more like this in the future, or perhaps even a follow up on the planet surface itself!
    Would really like to see the old (destroyed) Environmental Station and derelict in the background like you did in this game.

    Ended up dumping over 35 hours into the game, and let me tell you, it was worth the money and the time!

    When the station exploded, though, I felt bad for the fat and happy frogs that were bouncing around the station!
    It would have been kind of fun to run around and collect them all, and maybe release them to the planet surface and to save them from certain destruction. :)

    One thing, will a soundtrack ever be released, either on its own (Soundcloud or Bandcamp) or as DLC?
    The soundtrack was awesome and I really liked the plant habitat theme.

    Keep up the great work, you did an awesome job!

  5. Brenden says:

    ESA has been an absolute joy from demo to end.

    There is one thing I wanted to ask, I’ve shown the game to several friends. Mostly using the demo. I actually really like the demo of the game. I like how the difficulty ramps faster. I was saying to myself. “This game developer loves me, that is why he has to hurt me. To see me grow as a person.” I have gotten several of my friends to buy the game. Just have one little request.

    Steam it seems has a policy against demos after you have bought the full game. Would it be possible to include the demo version in with the whole game? Or have a download link for the demo DRM free?

    • Hempuli says:

      Hi Brenden!

      Thanks for the compliments! I have an old version of the demo floating around as a separate download; I could update that to a newer one sometime next week and send you the link :)

  6. Meh says:

    Just saying this: Thank you! I have been playing your games since paradise fort (2010) and have had a lot of fun with your games over the years CWOUN was back in 2013 now and I’m still playing it, and I have been having a blast playing ESA I hope to see more from you soon, but take a break you deserve it!

Leave a Reply to Meh

Time limit is exhausted. Please reload the CAPTCHA.