• Register

So this is my current project, I've been working on it since August 2015 and I'm hoping to release it at some point in 2017. It's a 2D space adventure game where you build your ship, assemble your crew and head out into the cold vacuum of space. You'll take on missions for cash and play your part in shaping how the solar system takes the crises that appear.

Post news Report RSS The Vacuum - Updates 5 to 8

Summary of the work I've put into updates #5 to #8 over a 2 month period. Special focus on Update #8 being the update for the last month's effort.

Posted by on

It felt odd moving away from the weekly updates, but looking at this version moving to monthly updates was 100% the best decision as the weekly updates put a lot of pressure on completing any new features within a much shorter time period whereas this time I could take my time to implement something, test it and adjust it to make it the best it can be.

I'm slightly gutted that I couldn't get this version out for the GDWC2017 as this version is significantly better than the one I submitted. Nevermind.

And here's a video what's been added this time:

And here's what went in:

Added bloom effect
I'm a big fan of shaders and I'd been wanting to add some shader effects for a few versions, but I couldn't justify implementing them when there was so much left to do with the mechanics of the game. Anyway, I've now added a full screen bloom effect which makes everything look a bit nicer. there are some other shader effects in the planning, but I'm saving them for later versions.

Images from update-8

Chaged thrust line into a sprite.
As a result of implementing the full screen shader, the line drawing function I was using to show the direction of thrust no longer worked. So I've changed from using a line to using a sprite.

Fixed orbital movement of all elements.
So I haven't been happy with the orbital mechanics for a few versions, but I wasn't quite sure how to fix it. So for this version I spent a long time re-checking the equations and adjusting some of the constants. The mechanics are now a lot more robust and generally feel like proper orbits.

Added escape pods to collect
Having watched a few Elite Dangerous videos I really liked the idea of being able to find escape pods drifting around the system. Plus having played through the game I felt only getting crew when you visited a planet was a little clunky. So I've added escape pods to the random encounters which you can collect which have a random chance of gaining new crew.

Two new parts
- deconstructor.
The deconstructor gives you the ability to scrap unwanted parts for additional resources.
- escape pods
So since there are escape podsyou can collect in-game I figured you should have the option of having your own escape pod. The escape pod gives you the ability to abandon ship before it is destroyed and it adds your current cash and science to your next play-through.

Animated three parts.
So to give the parts a bit of life I've animated three more of the existing parts.

Changed how part animation's are handled
Previously the part animation were simply looped, but i felt this make some of the parts look like they're glitching. So I've changed the animation to not loop and instead the part animations are randomly triggered to run once. I'm still not 100% happy with this either as some parts actually work better with looped animations so I've be tweaking this again in the next version.

Added a welcome/thank you message when a crew member joins you.
Since we have the ability to rescue crew now I felt they should react to being rescued and thank you for doing so.

Added way to fire crew from the roster.
Since the game now enables you to collect crew at a faster rate now there needed to be a mechanism to release crew if you no longer want them. This is nothing ground breaking, I've just added an "X" button to the crew list which you can press to release them.

Increased oygen depletion rate
One thing I noticed after a few play-throughs was that I was never running out of oxygen. One of the core experiences I wanted the game to provide was that sense of being worried that your oxygen might run out. With it never running out it was basically a pointless resource. So to make this resource more valueable and to try and restore my original core experience I've increased the rate at which your ship depletes oxygen.

Added keyboard navigation for main menu.
Because I'm quite lazy I added the ability to switch through the menu using keys rather than the mouse.

Changed how part upgrades work.
Originally upgrades were implemented by adding scripts to parts and running these scripts when the parts are used. While this worked, it was a little slow and made it difficult to immediately see what the effect on the part was. So the script method has been removed and replaced by simply duplicating the part and modifying the parameters directly. This way is faster and also immediately gives you feedback on what has been updated.

Added part import/export for continuous play-throughs
As a result of changing how the upgrades work I needed to add an export/import function to retain the parts created by the new system.


For completeness updates #5-#7 are described below.


Update #5 came as a smaller update than I had hoped, but real-world stuff has got in the way. Anyway we had:

- added starting crew. Not actually sure about this one. I think starting with zero crew is probably the right way to go, but to help testing for the moment I've decided to start you off with one crew member,
- added new crew personality. Hoping to add one of these each update, this one is a bit gangster.
- added new quests to existing crew personality. So each personality has at least two quests now. Again, I'm hoping to expand these further with each update. This update sees the addition of quests to locate some lost probes.
- expanded and fixed quest code. Having play tested a the quests, I spotted a bug (which is now fixed) and have expaned the code to handle the reward and failure parts of the script.
- added quest load and save routines. So although continuing a game currently breaks the game (I am working on this) I added the functions to handle loading and saving the quests so that they carry over when I've finally fixed that part.


Update #6 was a little bigger than #5 as I managed to spend more time on it than last week. This update brought the following:

  • added group creation, loading and saving.
    • This bit is anothet little preparation work for the groups that will offer work and control planets.
  • added new crew personality.
    • This is an expansion from the feature added in the previous version, this time I delived into hilarious world of gangster.
  • added check button to switch off tutorial text
    • Not the biggest feature in the world but needed to clear away the pink text if you get sick of it.
  • added planetary dilemas.
    • This is the probably one of the last major features to be added. This is the feature that will drive the story element of the game. The idea is that these big decision points will push you through a set of selected planets. You don't have to take on the quests, but if you don't you won't be able to influence how the story pans out. Right now, these not much in the way of plot, I just wanted to get the base feature in so that the next version can expand it.
  • changed scanner image.
    • This was to give the scanner a bit more life as the moving circle didn't quite cut it.
  • removed new transmision messages from start of game.
    • This was just a little tidy up as the messages annoyed me.
  • animated the unknown symbol
    • Like the scanner image, this just gave the sprite a bit more life.

I also fixed a few bugs:

  • fixed bug with mouse pointer being offset from the tip.
  • fixed bug with the parts' hit box being offset by 50% in the height.
  • corrected crew speech when referencing probe or ring names.

Update#7 brought the usual fixes and expansions. Importantly this was my GDWC2017 entry version and from this version i scaled back the updates to monthly updates, rather than weekly. This has made the updates more significant and hopefully more beneficial.

In update#7 we had:

  • added another crew personality, Added a bit of campness to this one.
    • This is starting to make the crew chatter more interesting now as it's not just the same old phrases spouted by everyone. I also expanded the existing crew speech to include a few more random banter.
  • made planet and crew quest triggers mutually exclusive.
    • This is meant to stop the crew from talking over the main plot quest points.
  • added generic ring quest.
    • Essentially ring quests are the same as probe quests, but involve more difficult enemies.
  • changed colour of thrust marker.
    • Nothing special, just make the thrust marker nicer to look at.
  • fixed planetary plots not working
    • As it says, the main plot functions were riddled with bugs preventing the plot quest from being added to your docket. This is now fixed.
  • adjusted time acceleration to move in multiples of 2.0 and 2.5.
    • As i've been testing the previous versions I got annoyed at the jump from x2 to x10 so I've added x5 into the sequence.
  • added base of planetary specials.
    • So when main plot quests are completed they apply a special ability to the planet concerned. The first of these specials as been added to this version.
  • added a linux 64 version
    • What it says, a linux 64 version of the game as been added. In the future i also plan to support Android, but not until later in the year.
  • added crew summaries for quests
    • After quests are taken, if you hover over the quest direction marker or quest counter, the crew will provide a summary of the current quests so you know where you're going.
Post a comment

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