Everblind is a 2-4 competitive local multiplayer game. Played on a shared top-view, players control an invisible ball in a maze and must capture a golden artifact to win the game. We are looking for alpha testers, so if you are interested feel free to reach out to us @everblindgame

Post news Report RSS Devlog for version 0.15

A third graphical pass, tutorial rewamping, the GamesFest, lots of stuff in this one !

Posted by on

Hi there, Restaste again. As you may have noticed, I’ve been pretty absent the past weeks. The reason was a strong rush at my day job, which used all of my time. Nonetheless, we managed to make up for the lost time and push a version 0.15 which we’re very proud of ! Here’s what happened:

Game design session with fellow devs

We had the general feeling that too much was happening in the game. So we reached out to fellow game developer friends David (@DavidJavet) and Sandro (@Rouxtilant) for some insight.

I felt like their feedback could be classified as either specific tweaks, or as general reflexions. The most interesting one I think was that the game was at a stage where we could either choose to make it very arcadey and fast-paced, or slower-paced, more reflexion/stealth oriented. Our personal preference is to go for the latter option. So, when faced with design choices, we will privilege the options that lead to more reflexion, planning and prediction. What we (gladly) observe though is that the game can still be played as a fast-paced arcade, if you put four players in a small map.

Some specific tweaks we implemented following this discussion are:

  • Removing revealing lights
  • Spawning the players around the gold at the start of a game
  • Introduce a “Player scored” phase right after someone scores (instead of .. nothing)

And certainly more which I’ve forgotten. A huge thanks to them for their time and dedication! There’s of course a lot more than just that, but this is what we’ve implemented so far, directly following this discussion.

Third graphical pass

Until now, the maps and lobby were made up of individual blocks that we placed by hand in the level. This allowed fast iteration on map and lobby design. But it created lighting artifacts, because of overlapping polygons.

Now that the map layouts are stable, we decided to export complete meshes for the levels and the lobby, enabling us to make a much better use of UE4’s rendering engine. Here’s what the levels look like as of now:

image03 1

The small map


image07 1

The big map


Another objective we have, graphically speaking, is to get rid of as much UI as we can. It breaks the immersion and the feeling of “playing a real board game” that we are striving for. We replaced timers in the lobby and in-game with circular indicators, integrated within the levels.

In the lobby for instance, at one point players must all hold B to reveal themselves for 3 seconds. Here’s what this timer looks like now:

image02 2


In game, we had a UI element showing the remaining time for a player to score. This had several issues:

  1. It’s UI. We don’t like UI.
  2. It’s on each player’s corner of the screen, where the eyes of the players are not.

We replaced it with a circular bar, taking the color of the player carrying the gold. The result is:

  1. It’s in-game instead of UI.
  2. It’s in the center of the level, much closer to where players are looking.

And visually:

image11


There’s still a bit of UI in the game (the scores), which we’ll get rid of hopefully in the next version.

Gamesfest

On November 5-6, we showcased the game at a festival in Martigny (Switzerland), the GamesFest. That was another opportunity for us to connect with people and get hands-on first impressions of the game.

image10

(That’s me, in blue)


The overall feedback was very positive, always good for the motivation ! We had a ton of new and fresh ideas, the “flat” setup we have (with a screen laying flat on a table) was a really good hook for people. We can’t wait to build a stronger setup (our IKEA table will certainly not withstand another festival). Our artist has already made visuals with what we plan on building:

image08

image12


An interesting graphical tweak we did after the festival was related to the implicit rule that “your attack discharges when you use it; once empty, it has no effect”. Visually, we represent that with the attack trails’ sprites scaling down to a size of 0. However the rest of the trail is still too strong visually, and players did not understand that. We significantly reduced the visual effect of an empty attack’s trail, in hope that players immediately understand that rule. I found it interesting: explaining one of the rules of the game through visual effects.

The new trail looks like this:

image01 1


Lobby

We tried to tweak the lobby again so that we have the clearest, but also the smallest, steps to introduce people to play the game. For this, festivals like the GamesFest are a great experience because they allow us to judge how players approach the game when we’re not telling them how to play it. Also, keeping a distance while watching players take the controllers, go through the tutorial and play the game is a truly terrifying experience. But it lets us understand where the game fails to communicate its mechanics. For instance, on saturday, the lobby consisted of the following steps:

  1. Vision (players are told to hold B, they should learn the reveal mechanic)
  2. Attack (players are told to get the gold, they should learn the attack mechanic)
  3. Movement (players are told nothing, they should learn the movement mechanics)

We identified some flaws with this tutorial. Notably:

  1. Players did not associate holding B with revealing themselves. They just did not realize what was going on.
  2. The attack part was teaching too much. It taught “A is attack, you need to be attacking on objects to get them, and you can attack while moving”). Players usually did not complete this part without our help. Which is, you know, bad.
  3. With players usually not fully learning the previous steps, the movement part was catastrophic, because it requires all previous techniques to be understood.
  4. At the point where the game starts, players were completely lost. They had learned close to nothing, and a sudden huge rush of new information came to them.

Because we’d like people to understand the game by themselves when we’re at festivals (to leave us more time for beer), on the night between the festival’s two days, I rewamped the lobby with the following steps:

  1. Vision. I changed the text to “REVEAL YOURSELF. HOLD B”. This small change associates the button with the effect.
  2. Attack. I moved the gold to the far end of the corridor, so that players need not make a moving attack to get it. Also I changed the text to “ATTACK. PRESS A”. Again, associating the verb with the control.
  3. Movement. This one I’ve left unchanged, it’s a test of the player’s understanding of the game’s mechanics. It also reinforces the previous step by teaching players they can attack while moving.
  4. I’ve added a fourth step, which is exactly like the vision part, except for the text which is “The game will start. Get the gold and hold it for 30s to score one point.” The intent is to prepare the players to what’s going to happen.

Here’s a screenshot of each step (note that some texts are reversed because the game was in “flat” mode.

image00

Vision


image05

Attack


image09

Movement


image04 1

Game starting


Spectator Mode

Learning Unreal’s networking and replication engine was a ton of fun. It gave me the opportunity to rewrite a lot of my code to better play with the engine. /s

The spectator mode mostly adds the possibility to see the players when they are hidden. Pressing a key toggles the vision mode. Here’s what it looks like in action (left: the game view, right: the spectator view):

image06 1


What’s next

In the team, we have no doubt that we’ll want to have an exclusive release on one of the big platforms (i.e. steam, xbox one, or ps4). We’re still pondering on which, though. This will depend upon two factors:

  1. What do the players want
  2. What does each platform offer us, if we do an exclusive release

I must say that I have a personal preference towards Xbox One, because I own one and have been an xbox player forever. So (as I’ve already said), I’ll try and get an Xbox one build running soon. We’ve just submitted the concept to ID@Xbox, so we’ll see where this goes.

We have the goal to host an Everblind tournament in a pub in Switzerland. We’ll bring the box with the game and 3d-printed gold artifacts that the winners will take home.

Watch us on indiedb to get the latest updates, and on twitter @everblindgame or on Facebook.com. Share the love !

See you all next time,

/Restaste

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: