Wayward Odyssey is a spaceship rogue(like^n) RTS taking place immediately after the human race has been devastated by a mysterious alien foe. You control a fleet of military and civilian refugee ships that you must defend and use to manage resources to lead the last fragment of the human race to survival. As the history of the universe itself unfolds in a series of randomly generated but intricately connected events, will you be able to make tough choices about who lives and who gets left behind?

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
RSS Articles

In the last two weeks I've made some really great progress; mostly in the background but I’ve still got some bits to show off!First up is a new enemy ship which looks and behaves differently to any of the player’s ships.

Enemies, turrets and a state machine

It’s nice to have an enemy unit that actually looks evil (opposed to identical human ships fighting!) and it’s helping to make the game look less like a tech demo. I also worked on how weapons are programmed - they’re now structured in a sensible fashion that allows me to quickly add new variants and simply drop prefabs where I want them. The fixed ion beam in the picture above uses 99% of the same code as the ion beam turret, so all the changes to underlying functionality get propagated properly. Hurrah for coding standards! The new baddie also has some missile launchers on the underbelly which you can see below. The missiles shoot down a little bit before engaging target tracking which looks pretty great!

Enemies, turrets and a state machine

To help in scripting events I wrote a simple barely-finite state machine class and editor. It’s really lightweight but it’s very useful in visualising relatively complex relationships between states. I can simply attach functions to each state or transition to run at specific points. This is turning out to be a super useful tool in scripting events, like the basic enemy wave event below:

Enemies, turrets and a state machine

You can also see the simple debug strings and the highlighted state that’s active. Ultimately the events will be come much more complex, so this will help prevent nasty bugs from unexpected situations.Finally - I made my first game animation! The ion turrets can now retract when outside of combat for a more sleek appearance, which also helps separate the combat and peacetime as ships have a distinctly different profile. It took a while to get there though, since I encountered a Unity-Blender animation import bug. Unity confirmed it was a bug, so at least I’m not going crazy :D

Enemies, turrets and a state machine

Introducing Wayward Odyssey

Introducing Wayward Odyssey

News

A summary of where I'm at in the development of Wayward Odyssey and where it's going!

Post comment Comments
Corelious
Corelious - - 290 comments

are you guys dead?

Reply Good karma Bad karma+1 vote
Sweawm
Sweawm - - 116 comments

This looks brilliant thus far and I will be watching this closely.

Reply Good karma Bad karma+1 vote
Toby. Creator
Toby. - - 4 comments

Thanks, that's really appreciated :)

Reply Good karma+1 vote
hunter7896
hunter7896 - - 21 comments

The premises reminds me of Battlestar Galactica. I'll be watching this.

Reply Good karma Bad karma+1 vote
Toby. Creator
Toby. - - 4 comments

That's exactly the show that inspired me. Then I replayed Homeworld and thought what a great fit the two make! Thanks for watching :)

Reply Good karma+1 vote
Guest
Guest - - 687,512 comments

You use an edited Version of the Hiigaran Battlecruiser from Homeworld 2 dont you?

Reply Good karma Bad karma0 votes
Toby. Creator
Toby. - - 4 comments

Well spotted! It's 'edited' as in 'upside down' :D Whilst I sort out getting gameplay in place I'm not so bothered about artwork, but hopefully I'll be looking for an artist at some point.

Reply Good karma+1 vote
KonaTek
KonaTek - - 162 comments

my thought goes the same...

Reply Good karma Bad karma+1 vote
Post a comment

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

X