Information

SpaceSlog now has an Itch.io page

I have now created a page on itch.io for Spaceslog which can be viewed by clicking the widget below

We will be using Itch.io so our testers have an easy and convenient way to download the game. I have yet decided if we will be using the platform to sell the game, though it is looking likely. Mainly as there are not many downsides to doing so and it should be much easier and cheaper to release here in early access before we decide to release on Steam or anywhere else.

Anyhow, we are still quite a long way out before we can start to think about official releases, but if you wish to help and assist with the development of the game you can offer up your services to become a tester. I have created a post over on our forums where you can do just that.

Will a demo be available?

I have been thinking of a way where i can offer up a demo for a limited time before people are prompted to purchase the game. The idea is that every updated release will have a certain amount of hours playable before the game is locked and needs to be purchased. This means throughout early access you get to try each update and decide which of those updates you feel would be a good entry for you to purchase the game. With every update the hours would reset, meaning you get a couple of hours to test each build.

Currently i am still working a day job whilst working on this game and having something like this available would make me feel much more comfortable working on the game and updating when needed, instead of trying to push out updates that may not be ready to try and appease all those that had purchased the game and expected more.

This is something i do still need to look into however and the plausibility of doing so. Once i do receive enough interest in the game i will most likely switch to working on this full time anyhow.

You can find us at other links too:

Discord

DevSlog

Building, objects and materials

My main goal for any game mechanics associated with building and the building objects themselves should be flexibility, extensibility and ease of use. Not only for those that want to modify the files but also for the players playing the game.

In other words the menus should be intuitive and easy to read, whilst giving all the information required to quickly build any of the objects available. Anyone wanting to modify the files should be able to do so easily and with the least amount of friction possible.

I also wanted materials to change the appearance of the item whilst also changing its composition, from how it reacts in the world to how much health it has etc.

A lot of time was spent iterating upon the UI and adjusting the mechanics of the game associated with building and materials to fit the criteria set out above. Below you can see the menu I finally settled upon, though be aware that like most other things in this game, it is still a work in progress and could be subject to change.

Build Menu
Build Menu

You can see from the above image we have a primary material and a secondary material. Not every object will require two different material types to build and this can be modified in the JSON files if required. Below you can see this item requires 3 of either Titanium or Gold plus 2 Silicon. These materials can be further modified via another JSON file.

"material_types": {
        	"primary_mats": ["Titanium", "Gold"],
        	"primary_mats_amount": 3,
        	"secondary_mats": ["Silicon"],
        	"secondary_mats_amount": 2,
        },

Below you can see the effects of the different primary material types (Secondary material types will not change the colour of the objects). This is achieved by using a shader and a mask material which can be input into the JSON file.

The effect of different primary materials.

Adding new objects should be as easy as copying and pasting a similar object, changing parts of its data and pointing it to your texture file in your module folder.

As usual, if you have any questions then feel free to head on over to our forums where I will be happy to reply.

Information

Welcome to SpaceSlog

SpaceSlog is a sci-fi spaceship colony building sim with an emphasis on ship building, crew interaction, story development and exploration. Inspired by titles such as Rimworld, Starship Theory and X-COM.

It is also a passion project I have been working on for a couple of years now, from design phase to where we are now, and also the first game being developed by Produno Games Studios. Below you can read a little as to why I have decided to create SpaceSlog. Please note everything on this page is a work in progress, this game is still in early development.

Two spaceships in space


I have always enjoyed games such as the original X-COM. I remember playing that game for hours in my bedroom on the PS1 (much to my parents annoyance) but always wishing there was more, or different things I could achieve within the game, though honestly I feel like this with most games I play. As computers have became more powerful the type of game I have always wanted to play has become much more viable and slowly those games have started to surface. One of which being Rimworld created by Tynan Sylvester. I backed Rimworld as soon as it went to Kickstarter and I was very excited to see what it would become. Whilst that game is excellent and Tynan has done an awesome job creating it, there was still something missing. At least for me it was still not that perfect game I wanted, although it came pretty close! I then discovered Starship Theory. I waited a while before trying it out then decided to jump in and give it a go. Whilst the ideas were brilliant, I did not think the execution was great and again I was left wanting more.

Merging Rimworld and Starship Theory whilst including a few small changes, could get us pretty close to the kind of game I have wanted to play. There are several other games that come close, such as Star Command, Space Haven, FTL plus many more I have tried in the past but none of them seem to capture that game I have been waiting for. So in comes SpaceSlog, the game I have waited so long for someone else to create. The true love child of Rimworld, Starship Theory, X-COM and all those other great games I have loved in the past. Other inspirations have come from TV shows such as Firefly, Stargate Universe, The Expanse and Battlestar Galactica.

As always this has now turned into a game I really want to create, rather than just play. I want to explore how different characters will interact and react towards each other when stuck in a tin can for months on end, possibly on the brink of survival. How this will effect the mental stability of your crew and the ideas of seeing different alien life for the first time. These crew members should be few and each loss should be felt by the player.

Crew Selection Menu
An early example of the crew selection menu

Spacewalks should be scary as should interactions with other ships, whom could be hostile, harbour human eating pirates or different kinds of alien life. Different characters will have different personalities or traits depending on their background, maybe you come across a low gravity planet you want to explore, should you send those that have grown up in high gravity or low gravity atmospheres? Should you send an irate trigger happy crew member on a diplomatic mission to another alien race or keep them cooped up on the ship with the risk of them losing themselves? These are the kind of questions I want the player to have to ask themselves.

My background in gamedev has come from modding games, which I have been doing for over the last decade. With this in mind I have created SpaceSlog from the ground up with mod support at the forefront. Everything will be moddable from adding new items or alien races, to adding all sorts of different components to any of those items.

If this sounds like a game you would love to play then feel free to join our Discord or our Forums where you can show your support or help discuss game ideas and give suggestions.