1. InfraSpace
  2. News

InfraSpace News

Friday Dev News #83 - Magnetic Field Generator

Hello everyone,

today we're introducing the largest building you need to construct in order to terraform your environment after the terraforming update: The Magnetic Field Generator.

On earth, our magnetic field protects us from solar radiation, but on this planet, there is no natural magnetic field across the whole planet, just small localized fields. In order to make the environment more suitable for life as well as safer for humans, you will be able to construct a large building that consumes tons of electricity and converts it into a large field to keep your city safe.

We only have some art concepts for now, but since you enjoyed voting on the drone, I thought it'd be a good idea to show it to you early and let your feedback influence the design process. Let us know what you think!





On another note, the drones you saw in the last posts have made their way into the game - behold your new autonomous fertilizer distribution system!







Disclaimer: the movement is not programmed yet, but I thought I'd share the art screenshots anyways ;)

Happy playing!

Friday Dev News #82 - Ammonia Extraction

Hello everyone and welcome to another round of progress news on the terraforming update!

First of all, I'd like to show you some progress on the buildings that have already been introduced in a previous post and are now getting integrated into the game.



The ground acidity regulator is a large building that slowly extracts acid from the soil by digging down deep to the subterranean water.



On the left side you can see the drone hub for the fertilizer drones and on the right side you can see the new dust particle filter.

Speaking of drones, thanks for all the feedback to our last post! There have been a lot of different opinions so we decided to combine a bunch of well liked ideas from the previous concepts:



As far as the buildings go, I'd like to introduce you to one more terraforming building: The air purifier extracts ammonia from the atmosphere and releases nitrogen in an effort to make the air on this planet breathable.

The air purifier reaches up high into the atmosphere and covers a big radius.



Also, a small update on the world generation: Our programmer is back on his feet and has been working on the river & highlands shapes, let me show you a visualization:



So, obviously this is just a programming concept with all the art missing, so let me explain what you're seeing: The dried river shape is already pretty nice and cutting into the terrain properly and we can dynamically add more or less curvature to it. The blue outlines show a pattern of voronoi cells which is going to be used to generate interesting looking highland shapes. Basically we select a couple of nearby cells to form a plateau and the resulting shape is more natural looking than other methods.

Finally, I wanted to provide a first guess at when this update is going to be released. The terraforming update is a big one and in my head I'm thinking it could be another month or so of work. *But* multiple team members have planned vacation in August and it's good to have some buffer time, so to be on the safe side, let's expect September. I hope you can stomach the wait and keep letting us know your opinions in the comments!

Happy playing!

Friday Dev News #81 - Terraformed Landscape

Hello everyone!

After announcing the new terraforming feature last week and introducing you to the first couple of terraforming buildings, it's time to introduce you to the new terrain concepts.

These are 3D art concepts of the different biomes and the final version is still open to change.











Don't worry about the height of the grass: we will cut it around buildings and roads to give the city some space.

The fertilzer required for terraforming will be distributed via autonomous drones. Let us know which one you think looks the best!



On another note Ben, the programmer working on the new procedural terrain generation, got sick for most of the week, so we don't have much news there. We wish him a good recovery!

As always,
happy playing!

Friday Dev News #80 - Terraforming

Hello everyone!

Today we're announcing the major feature of the next update besides the new terrain and mod support: Terraforming!

You'll be able to turn the planet's surface into a livable biosphere by changing the plant's environment step by step.

One of these steps is reducing the acidity in the soil. We went through a couple of ideas for this building...



... and in the end focused on a futuristic looking building that combines some of the concepts from before. It processes the and filters soil in a close range next to the building:



We also need to fertilize larger areas and this is where the drone port comes in to spread fertilizer and tend to some of the more inaccessible areas of the map:



Once you've made the planet liveable, there is going to be a variety of different new plants scattered on the surface (don't worry, they will not impede building building placement):



We are still working terraformed map itself as well as more buildings for the terraforming production chain, so stay tuned :)


In other news, it's not enough to just make 3D concepts of the terrain, so we have started work on procedural generation. The dried river is one of the most defining features of the map because of it's size, so that's what we started with:



Our procedural generator allows a variety of different shapes to make the random maps look more natural. It's work in progress, so only representative of the current state we have now not the final look.

And finally I want to thank everyone for the comments and suggestions you leave on these posts and on the forum. We also have bugfixes and performance on our mind of course as well as new features.

As always,
Happy playing!

Note: Steam's News post feature was acting up yesterday, so I was only able to post the Friday Dev News on Saturday here. You can also find Friday Dev News on the InfraSpace forum.

Friday Dev News #79 - Mod Support!

Hello everyone!

Today I'm stoked to announce a feature for the next major update that has been requested *a lot* in the community: Mod Support!

You will be able to:
  • change all kinds of gameplay settings by editing json config files
  • change the consumption and production rates and resources of buildings
  • edit all texts and add your own custom translations for fun
  • add new models and textures to the game. Specifically, this lets you create new buildings and entire new production chains
  • add new resources to the game
  • change the speeds and settings for roads and rails
  • decompile InfraSpace and look through the code yourself
  • write script mods by implementing Mod classes that we pre-made for you
  • use the well known Harmony library to hook into our functions and change the game in deeper ways





Modding is available in different tiers of difficulty and possibilities:

  1. Editing configuration files is so simple that anyone can do it. This includes changing building settings, production rates, etc.
  2. Adding new models and textures to the game requires you to install Unity and Blender. You need to import your models into the InfraSpace ModKit project and export them to be used by the game.
  3. Script mods require you to have some programming knowledge. Depending on the complexity of the mod, your goal can be reached in a few lines or it requires you digging deeper into the InfraSpace code.


In order to make things easier for you, we will provide 3 things:
  1. A tutorial series that covers all the different kinds of mods.
  2. An InfraSpace ModKit Unity project that contains all the resources you need to get started
  3. Three small example mods that are available on the workshop and can be downloaded to check them out and see how they work.




The Cryo Chambers example mod adds another spaceship module and shows you how to edit configuration files and change simple values.



The salt mine example mod shows you how to create new buildings, add some animations, add them to the game and configure their new production chains.


With the new world and the mod support, the next update is going to be packed with big new features - and we haven't even announced the biggest news yet ;)

While we're working on it, I wish you as always, happy playing!