This evening I finally got around to redo the way movement input is handled in the game. By this I mean the way the game interprets the information it receives from a gamepad analog stick. The current implementation works, but it could be better.
Today I’ve been trying to work around a problem I’ve been having with Unreal Engine. It’s surely just down to my lack of experience, but I’ve been having a hard time figuring out how to have the game recognise which players attached to which controllers want to start a game.
A good friend of mine recently finished work on a game called Redlines. It’s an arcade style score-attack game about flying a spaceship through a procedurally generated tunnel.
Today I worked on adding some kind of effect which would occur whenever a player was fragged. I wanted it to be an easily noticeable effect of some description; A text label appearing to show a point increase wasn’t going to be adequate.
Continue reading…
Today I started building a new level for the game so I could ditch the old placeholder level from the previous screenshots. I want the final game to have several different arenas, with different level themes. And although theming isn’t really a high priority at the moment, I’d like to be able to have at least one presentable looking level that represents the visual style of the finished game. I also think a nice looking level will make the game feel less like a prototype as I work on it and show various people.
My new project is a local multiplayer game for PC. It’s in a very basic state at the moment, but after some playtesting of a quick prototype, I decided it’s something I want to put more time into.
I’m aiming for the game to be a couch multiplayer game in the style of Nidhogg, Towerfall or the Sportsfriends games, something that’s easy to pick up and play, but has some depth to it.
I’ve started a new project. I have some vague ideas on paper which I want to get onto a screen as quickly as possible to try them out. I’m also using Unreal Engine 4, a tool at which, it should be noted, I am a complete beginner.