MEGA CATCH UP CONTINUED
October 2017
In October I took the game to an event in Sheffield that was organised by Sumo Digital. They're really great at supporting the local gamedev scene and they invited me along.
There were over 300 people there on the night, so I got chance to see a lot of people play the game. I know I've said it before, but playtesting is invaluable. It's impossible to see your game from the outside, from the eyes of someone who hasn't put every piece of the world in place and coded every enemy behaviour. You can get pretty close, but even that can be miles off the mark.
If you're a dev yourself, particularly a solo dev or a small team with little experience, ANY kind of playtesting is great but there's a few things to bear in mind:
- The environment matters - these folks were playing Mable in a pub. Many of them were drunk, distracted or definitely on something. Make sure this affects how you evaluate your observations.
- Skill levels - some people might give up and walk away from your game. Still ask them what they thought, as this is a chance to find out if they play these kind of games. A handful of people walked away from Mable on the night and all but one of them was either not a gamer, or never played this kind of game. One of them was definitely on something. Don't tailor your game for people that don't want to play it anyway.
- Taste - this is slightly different from the above. If everyone thinks your game is kinda ok, you're doing something wrong. Embrace the hate, because if you make something worth loving then there are going to be folks that hate it. Unless they hate it because it's fundamentally broken, then you probably need to fix it.
- Pitch it - this is a great opportunity to pitch your game to random people and make your pitch better. Try telling someone why your game is cool, then tweak the description on the next person. You'll soon get a good idea of what really hooks folks in and gets them hyped about your game.
Here's a few more detailed lessons:
Lesson #1: Be more obviousNobody seemed to realise that shrines save your progress when you light them. Just before the spider boss, there's this:
The save before this is quite a way back. There's no guarantee that you've lit that one either. Lots of people did this:
And then died.
So, I did this:
You can still just about fly over it if you really try, but I also added a little text pop up so that you've hopefully got the hint by the time you get to the Spider boss.
Lesson #2: Your level design sucksLots of people died by flying into this block:
I found this funny for a while, particularly as the save is just after this gap. Eventually I grew bored of watching the players die, although I would have probably enjoyed it for much longer if there was a death animation in the game.
I just moved the block slightly out of the way:
Please nore: I'm trying to die here
If you die there then you're drunk. Go home.
Lesson #3: No, your level design really sucksAt the start of the game, there's spiky vines blocking your way to the mountain:
But almost nobody knew that, because you have to fly up and to the left. Behind the UI and in the opposite direction to what you expect.
Most people just did this:
So, when they killed the Spider Queen and used spider form to slice through a bunch of spiky vines, they had no idea that this new skill had opened up an entire new area for them.
I mean, it should have been pretty obvious that people wouldn't go up and to the left. Behind the UI.
Behind the UI!
I mean, at least the UI does this now:
But, erm, that's not going to be enough to fix this problem.
I decided to go back to lesson number 1, be more obvious:
Hopefully it's a bit more difficult to miss those vines. Particularly with all those shiny diamonds bouncing around.
Interlude - something that went rightI don't want to give the impression that things didn't go well. On the contrary, feedback was overwhelmingly awesome. Most of the level layout worked really well, seemed to be balanced nicely and folks were having fun exploring.
One thing that worked particularly neat was the way the levels tweak themselves based on certain variables. At the moment, I've just used this to make the game subtly guide you if you don't already know what you're looking for.
For example, if you take the secret route down into the caves, you can be vastly underpowered and even get stuck if you don't have the right forms.
*Minor spoiler warning*If you play through the game and head into the caves after the mountain, you come across this scene:
Notice the diamond? That's a subtle little hint that you can get under the elevator. This is a hint that everyone took.
Problem is, if you've taken the shortcut, you're going to die down there unless you really know what you're doing. So, I do a few things here. This is what this same scene looks like if you've not come down via the mountain:
It's much less obvious that you can go down, and you just end up back at the village. If you go any other way apart from taking the shortcut, you'll reach this point eventually, but you'll have all the powers you need to deal with it.
In addition to this, there are also a few extra platforms for you to jump on, so you don't get stuck if you don't have spider form. If you do have spider form, those platforms aren't there.
This is just a very basic implementation of the same system that I'm going to be using to change the world depending on how you're playing, so you get the impression that your actions are causing the world to degrade faster.
*End of minor spoiler*So, that seemed to work really well anyway
Anyway, back to the lessons learned from playtesting.
Lesson #4 - The stone giant is too hardI couldn't even beat the fight. That's probably not a good sign.
I've tweaked this a little bit, but I've not had chance to test it since the tweaks so it's probably still too hard. I can beat it now at least!
Lesson #5 - Spider form is a bit rubbishThere were 2 reasons that this stood out from the playtest:
1) People died a lot more as the spider, they just couldn't seem to get the hang of it.
2) People just went straight back to using the fairy form, they genuinely looked underwhelmed by the spider form.
The problems almost entirely stem from the aiming system, which only allowed you to aim in 8 directions. It also required you to be pressing in a direction to fire, like so:
It took a bit of work to get it working better, but you can now aim 360 degrees, stand still while aiming and if you press fire without a direction held it just shoots straight forward:
It's amazing how much difference it makes to be honest. It's great fun to swing through the levels now and it feels like you're really in control of things!
The only downside to this is that it now officially makes keyboard only controls inferior, as that still only fires in the standard 8 directions. However, I plan to test having the option to use the mouse to aim.
If anyone knows of a game that does this well with keyboard controls, let me know!
More stuff from SeptemberI worked on the chapel for the drowned village area:
It took ages. I told myself that any foreground art needs to be detailed. That may have been a mistake (I'm not looking forwarded to pixelling the collapsing city).
I still don't really know what props to fill the interior with...