Finding The Right Path

Good day everyone!

It’s been a long time coming but we finally have a new development diary video for you to watch, everything has started to come together this past two weeks so we finally have something worthy of being shown. I’ll get into detail about what we have been up to after the video for those who want to read the wall of text that follows.

Path Finding

So this has been a royal pain in Dan’s side over the past few months, after several re-writes on his side of things and a few changes on my side with tile map code and the like he has finally got the system working and in-game. Hurrah! It works really well so far minus a few small issues that Dan is sure to fix later down the line and it really helps when navigating around by mouse/touch input as you can see in the video. For those who don’t want to play using mouse/touch there will also be a keyboard/game pad input system available too. This system will also be used for AI patrol logic and the combat screen so it’s been really important to get this working and working right.

Tile Maps

The tile map system as I said last update has had quite a considerate re-write because quite simply it was a little broken and needed to be fixed to work with the new artwork. I’ve ironed out the last few issues that were left with it so that it is now incredibly precise when drawing and converting from screen space to map space.

I’ve also tackled some of the things I’ve been wanting to do for a while with the system so the draw order is now fixed and allows Spine artwork to be drawn behind height tiles, the combat grid and other elements can be drawn above the base tiles but below everything else, the entire map can be tinted a specific colour which is mainly used for the combat screen and the whole map is cropped to the screen so there is no drawing done off screen to improve drawing on mobile devices.

Combat Grid

Something that needed to be looked into before going head long into tackling the combat was planning the way the combat grid would work and designing it’s aesthetic. This is something else that I’ve got done and put into the game all be it in a basic manner.

Lots More

There’s also been a lot of core code updates happening that don’t entirely come across in the video. We’ve had a bit of a shift around and clean up of the main classes to improve things for what we were doing and for the future as the way I had tackled them was a bit strange.

The intro screens can now be skipped and I’ve massively improved and changed the screen and screen management system which will help later down the line. Spine artwork and the process of creating the art has also improved to allow me to make it quicker as well as supporting future clothing/skin changes. The tile map art generation and map creation has inevitably been worked on now too so we have a solid technique for creating this new style art and getting it into the game.

What’s Next?

Now the path finding is tackled to a decent state Dan is going to be looking at enemy A.I. Logic for patrolling and guarding, line of sight for player detection as well as reacting to the player once he is seen. Hopefully this should be shown in the next development diary and once done Dan will be making way with the combat mechanic… exciting!

For myself, I’m split between making sure Dan has all the art required for the combat screens as well as having a re-write of the user interface system.

Phew, I think that just about covers everything…

See you next time!

Alex

New Environment Art

Hi folks!

It’s been a while since the last update, everything is progressing nicely but a lot of what has been done this past month hasn’t been visual enough to show to you, until now.

New Environment Concept

Over the last couple of weeks I’ve been working on a proof of concept for the way the environment is now going to look and work. You can see this below. It’s not an 100% perfect representation as there will be cars, objects, lamp posts and more road markings in the final game but it should give you a good idea of the direction we are heading.

Environment Concept ArtThe previous set of environment art was created using tiled blocks, this technique worked well but came with a few problems and it was these problems that caused me to re-think the strategy behind how it would work and ultimately look. The new technique we’ll be using for mapping the environment will use tiled squares for the floor elements as before but for the building elements rather than using tiled blocks we’ll now be using longer cut up strips, I’ve made an example of this below.

Tile Map ExampleThe new method of mapping means that the environment art can now look more detailed and can allow me to do more interesting things with buildings such as destroying them. Previously doing this with small tiled elements would have been a chore. This new method will also speed up the creation of the artwork as well as shortening the amount of time it takes to create the final in game map files. Another benefit is that there will now be less overdraw as buildings aren’t getting drawn as lots of individual tiles layered over each other; This will greatly benefit the Android and iOS versions of the game which were previously running a tad slow. The one down side is that I’ve decided to cap the height of the buildings, this doesn’t mean that we can’t increase the height later down the line however and to be honest it looks pretty good regardless.

Hopefully you all agree that this looks much better than before.

Steam Green Lit

In other news which you may have already noticed on other gaming sites or seen me mentioning on Steam, Twitter or Facebook is that we have now been successfully green lit by the lovely folks on Steam. This is absolutely fantastic news and means we are eligible for things such as Steam Early Access which we are very much contemplating doing.

A massive massive thank you to all of you for supporting, following and of course voting. We couldn’t have done this without you all and I am incredibly honoured and grateful for your continued support! Thanks!

For those of you who like stats here a few for you.
Days it took to get the green light : 92
Total current unique visitors : 50,104
Total yes votes : 14,307
Total current followers : 980
Total current favourites : 1,012

Video Diary #2

All being well in the next couple of weeks I’ll be doing another video diary regarding some of the new features, watch this space.

That’s all for this update.

Cheers!

Alex

In Game Screens

I’m a day late on this but as promised here are some images displaying the new tiling world art and objects as well as a glimpse of the player and alien sprites used in the world. These are actual screen grabs taken from the prototype running in 720p on the PC.

It’s all starting to come together which is great and I’m hard at work knocking off the tasks on my check list and glueing all the cracks together to form one cohesive whole, I’ve also registered for development on the Playstation Vita/Mobile. It’s getting rather exciting!… Anyway, have some pretties!

Prototype Screen: World

A screen grab of the prototype world as it currently looks.

Prototype Screen: Inventory

An in game grab of how the inventory looks with some new item art and overlaid onto the world.

Prototype Screen: Safe House

A screen of how the safe house currently looks in the prototype.

Happy New Year!

It appears I have started the new year with a bang… the bang being my brain exploding as I try to convert the games tiling map code over from the easy peasy orthographic style of mapping to the much more head hurting isometric style.

It’s taken me a couple of days to really get anywhere solid, however now the game is rendering the map on screen in “roughly” the correct position and updating correctly as you move, hurrah! I think I may have even developed a new technique for rendering tile maps as the usual diamond and staggered ways weren’t quite cutting it, I feel an explanation of that will be coming later. There are still some kinks to work out before I can tick it as done but it’s nice knowing that I will soon be able to get working away on some decent world art tiles.

Here’s a comparison of the place holder orthographic art along with my rather neater looking isometric art test. Can you guess which is which 😉

Tile Map Conversion Example

How the world is changing from orthographic to isometric

Until next time… Over & Out!