Factorio - Klonan


The latest version 0.14 of the game is now declared stable. It took us 8 months since the release on Steam Early Access. We took our time to deliver many new features, usability improvements, and also to fix all of the community reported bugs we could (and it has been a lot).
Below are some of the major additions to the game since we launched on Steam Early Access:

Reworked Multiplayer
The multiplayer module has been completely redone, with focus on speed, scalability, and stability, along with improvements to the general user experience. The servers can now support games with hundreds of concurrent players, such as this event hosted by a player: Factorio Mass Multiplayer Session 2. Big events like these gave us a lot of feedback for user improvements, in many areas of the multiplayer game. Browsing and joining public or LAN games is now done directly from the in game dialog. We worked a lot to make the process of creating, joining and playing the game, even with a large amount of other players, as smooth as possible. As a small bonus there is now the Production challenge Multiplayer scenario shipped directly with the game.

Train System improvements
The train system has seen a large number of changes, both to the gameplay and user experience aspects. The model and sprite for the locomotive and cargo wagon have been completely redesigned, there is a new locomotive gui and train stop gui, a rebalanced max speed and acceleration system, and a new train overview screen. Laying new rails and junctions has been semi-automized (This is a game about automation, remember?). All these changes combined make train systems of various sizes much easier to build and manage.

Steam achievements
The game currently has 38 achievements you can earn, including speedrun challenges, production milestones, and limitation based accolades. If you are a completionist player, these will really give you something to strive towards.

Technology tree
The new techonology gui allows easy and intuitive viewing, choosing, and browsing of technologies and their prerequisites. This mod compatible system allows even the most convoluted research paths to be displayed in a simple format, making the choice of which path to take much easier.

Circuit network extension
The number of possiblilities with the circuit network has been exponentially increased with the addition of more circuit connectable entities. The most powerful features of this extension come from the ability to connect transport belts and inserters to the circuit network. You can also connect train stops, accumulators, power switches, gates, rail signals with more to come in the future.

Much more
Apart from all this there are other things waiting for you in the update: flamethrower turrets and fire spreading, more realistic map generation, in-game accessible mod portal, the blueprint book to organize your blueprints, power switches, and many others to discover...

We still have more updates planned for the future, you can checkout the plan on our forum.
Factorio - Klonan


The latest version 0.14 of the game is now declared stable. It took us 8 months since the release on Steam Early Access. We took our time to deliver many new features, usability improvements, and also to fix all of the community reported bugs we could (and it has been a lot).
Below are some of the major additions to the game since we launched on Steam Early Access:

Reworked Multiplayer
The multiplayer module has been completely redone, with focus on speed, scalability, and stability, along with improvements to the general user experience. The servers can now support games with hundreds of concurrent players, such as this event hosted by a player: Factorio Mass Multiplayer Session 2. Big events like these gave us a lot of feedback for user improvements, in many areas of the multiplayer game. Browsing and joining public or LAN games is now done directly from the in game dialog. We worked a lot to make the process of creating, joining and playing the game, even with a large amount of other players, as smooth as possible. As a small bonus there is now the Production challenge Multiplayer scenario shipped directly with the game.

Train System improvements
The train system has seen a large number of changes, both to the gameplay and user experience aspects. The model and sprite for the locomotive and cargo wagon have been completely redesigned, there is a new locomotive gui and train stop gui, a rebalanced max speed and acceleration system, and a new train overview screen. Laying new rails and junctions has been semi-automized (This is a game about automation, remember?). All these changes combined make train systems of various sizes much easier to build and manage.

Steam achievements
The game currently has 38 achievements you can earn, including speedrun challenges, production milestones, and limitation based accolades. If you are a completionist player, these will really give you something to strive towards.

Technology tree
The new techonology gui allows easy and intuitive viewing, choosing, and browsing of technologies and their prerequisites. This mod compatible system allows even the most convoluted research paths to be displayed in a simple format, making the choice of which path to take much easier.

Circuit network extension
The number of possiblilities with the circuit network has been exponentially increased with the addition of more circuit connectable entities. The most powerful features of this extension come from the ability to connect transport belts and inserters to the circuit network. You can also connect train stops, accumulators, power switches, gates, rail signals with more to come in the future.

Much more
Apart from all this there are other things waiting for you in the update: flamethrower turrets and fire spreading, more realistic map generation, in-game accessible mod portal, the blueprint book to organize your blueprints, power switches, and many others to discover...

We still have more updates planned for the future, you can checkout the plan on our forum.
Nov 3, 2016
Factorio - Klonan
Bugfixes
  • Fixed Supply scenario Gui when playing in multiplayer.
  • Fixed unresearchable gates technology in New hope campaign level 1. more
  • Fixed LAN games getting deselected. more
  • Fixed crash when clearing items robots held through script. more
  • Possibly fixed xrandr related crash on Linux. more

Minor features
  • Added minimum_latency_in_ticks to server settings (for headless server) and into config (for starting game from gui).
  • Enemy players are shown on the map when the chunk is being charted (a radar or player is exposing it).


You can get experimental releases by selecting the 'experimental' beta branch under Factorio's properties in Steam.
Nov 3, 2016
Factorio - Klonan
Bugfixes
  • Fixed Supply scenario Gui when playing in multiplayer.
  • Fixed unresearchable gates technology in New hope campaign level 1. more
  • Fixed LAN games getting deselected. more
  • Fixed crash when clearing items robots held through script. more
  • Possibly fixed xrandr related crash on Linux. more

Minor features
  • Added minimum_latency_in_ticks to server settings (for headless server) and into config (for starting game from gui).
  • Enemy players are shown on the map when the chunk is being charted (a radar or player is exposing it).


You can get experimental releases by selecting the 'experimental' beta branch under Factorio's properties in Steam.
Factorio - Klonan
Hello,

the 0.14 stabilization is still ongoing, we are in the final stretch now and hope our latest release might be declared stable soon, along with a marketing push on steam. Until then here is some news about ongoing developments this week:

The great fluid multiplier
So the fluids within the game are measured in somewhat arbitrary units, for the most part is doesn't matter so much which units the volume is measured in. However over the past couple of major versions there has been some back and fourth about how we count these units. To keep it brief, the problem is whether to floor to the nearest significant figure, or to round to it, further reading here. Another issue was that the circuit network works in integers, and which way the fluid count should be rounded as it is outputted as a signal.

This great inconsistency didn't sit right with Twinsen, so he took it upon himself to sort it all out. First thing was to decide how to round it, flooring it was an easy choice, and was already how most of the counts in the game work. But this led to a noticeable issue, pumpjacks would show as "0.0/s" when depleted. It was clear that at low values the system was not very intuitive, so next was to try adding a suffix to the low values, such as m for 1/1000 of a unit, and n for 1/1000000 etc. This would fit with the rest of the game, in that we have K, M and T suffixes for large numbers. There was some worry however, as several member of the team disagreed as to at which point the lower suffix should be used, and if it was even worth it for such a minor issue.

After long discussion a more novel solution was decided on. From 0.15 all the fluid values in the game will be multiplied by 10. This was not as simple as changing a single variable though, as many many aspects of the fluid system interact with other parts of the game. For instance, hot fluid is consumed by steams engines to generate power, so they would need to consume 10x as much fluid, yet only generate the same amount of power. In total there were close to 50 different prototype values (recipes, items etc.) that needed to be adjusted, along with the engine logic and tests. The change will allow much greater precision in the display and logic of the fluids, along with mitigating the rounding issues and circuit network interactions.

So long and thanks for all the science
Kovarex's playthrough of the current 0.15 has been continued in good form early this week, with him making the transition from a main bus to a station/outpost based factory. Feeding his factories growing thirst has meant a lot of time is spent out in the wilderness securing greater and greater areas of land, to exploit for its mineral worth.

As a consequence of the research overhaul, the alien artifacts are no longer used for research. This has been a really well received change, allowing players to finished the game without the need to engage the biters. The motivation for expansion is really clear in the game now, you need to expand to secure more resources. A secondary consequence of this is that sometimes the biters are in your way, so you get rid of them.

However without the research needed them, the artifacts are only used in a few niche products, namely the fusion reactor and level 3 modules. The requirements of these few recipes was not very great, and very quickly the artifacts start accumulating in large numbers. When the player has his late game armor and weaponry, the clearing of biters nests becomes very quick, and it happens on a larger and larger scale. Such the number of artifacts you need to pickup increases. It becomes then that the process of clearing nests and destroying the spawners is very fast, but the time spent collecting all the loot becomes a tediously long and monotonous task after each victory.

So after some thought, it was decided they are no longer needed. Their original purpose was to add them as a sort of 'RPG' layer to the game, such that combat would reward you with the artifacts to upgrade your character. In the latest state of the game this motivation just doesn't work, they serve more as a distraction than an addition to the core gameplay. We hope this comes as good news to a lot of players, please let us know your thoughts on this, as it is quite a big change.

Theme art revisited
Long time ago we have mentioned that we are working on new theme art series with external artist. Unfortunately that cooperation has failed but we never abandoned the idea of having high quality Factorio theme art for online presence propagation, wallpapers or maybe printable posters one day. We were (well still are) looking to produce a series of about 12 theme pictures kind of telling a story of a factory evolution in the game.

Recently things have started moving in this area again. We have teamed up with an italian artist Marco Turini living in Prague. Marco has rich experience in the comics industry (he worked for Marvel, DC Comics or Top Cow to name a few), he made official covers for some game-inspired comics (Assassin's Creed, Dark Souls and Deus Ex) and he has also experience from movie production both in Italy and Hollywood.

So far it seems like we are a good fit. From his side, he is interested in the job both from the perspective of getting deeper into the games industry as well as general Factorio ambience. And from our side he possesses all the qualities to produce what we are after.

Below you can check out a concept that Marco made as a testing project for us. This is NOT one of the pictures for the final collection, it is just a test to see whether our cooperation makes sense. That is why there is not too much sense in the picture with "cloned" objects in line. However the style is what matters here and that we find very fitting.



Oh and by the way, Marco is running a project to launch his 2017 Scifi girl calendar on Indiegogo at the moment. It is not Factorio related and some of the pictures are rather "spicy", but feel free to check it out, if that is your cup of tea ...

As always, let us know about your thoughts on our forums.
Factorio - Klonan
Hello,

the 0.14 stabilization is still ongoing, we are in the final stretch now and hope our latest release might be declared stable soon, along with a marketing push on steam. Until then here is some news about ongoing developments this week:

The great fluid multiplier
So the fluids within the game are measured in somewhat arbitrary units, for the most part is doesn't matter so much which units the volume is measured in. However over the past couple of major versions there has been some back and fourth about how we count these units. To keep it brief, the problem is whether to floor to the nearest significant figure, or to round to it, further reading here. Another issue was that the circuit network works in integers, and which way the fluid count should be rounded as it is outputted as a signal.

This great inconsistency didn't sit right with Twinsen, so he took it upon himself to sort it all out. First thing was to decide how to round it, flooring it was an easy choice, and was already how most of the counts in the game work. But this led to a noticeable issue, pumpjacks would show as "0.0/s" when depleted. It was clear that at low values the system was not very intuitive, so next was to try adding a suffix to the low values, such as m for 1/1000 of a unit, and n for 1/1000000 etc. This would fit with the rest of the game, in that we have K, M and T suffixes for large numbers. There was some worry however, as several member of the team disagreed as to at which point the lower suffix should be used, and if it was even worth it for such a minor issue.

After long discussion a more novel solution was decided on. From 0.15 all the fluid values in the game will be multiplied by 10. This was not as simple as changing a single variable though, as many many aspects of the fluid system interact with other parts of the game. For instance, hot fluid is consumed by steams engines to generate power, so they would need to consume 10x as much fluid, yet only generate the same amount of power. In total there were close to 50 different prototype values (recipes, items etc.) that needed to be adjusted, along with the engine logic and tests. The change will allow much greater precision in the display and logic of the fluids, along with mitigating the rounding issues and circuit network interactions.

So long and thanks for all the science
Kovarex's playthrough of the current 0.15 has been continued in good form early this week, with him making the transition from a main bus to a station/outpost based factory. Feeding his factories growing thirst has meant a lot of time is spent out in the wilderness securing greater and greater areas of land, to exploit for its mineral worth.

As a consequence of the research overhaul, the alien artifacts are no longer used for research. This has been a really well received change, allowing players to finished the game without the need to engage the biters. The motivation for expansion is really clear in the game now, you need to expand to secure more resources. A secondary consequence of this is that sometimes the biters are in your way, so you get rid of them.

However without the research needed them, the artifacts are only used in a few niche products, namely the fusion reactor and level 3 modules. The requirements of these few recipes was not very great, and very quickly the artifacts start accumulating in large numbers. When the player has his late game armor and weaponry, the clearing of biters nests becomes very quick, and it happens on a larger and larger scale. Such the number of artifacts you need to pickup increases. It becomes then that the process of clearing nests and destroying the spawners is very fast, but the time spent collecting all the loot becomes a tediously long and monotonous task after each victory.

So after some thought, it was decided the alien artifacts that spawners drop are no longer needed. Their original purpose was to add them as a sort of 'RPG' layer to the game, such that combat would reward you with the artifacts to upgrade your character. In the latest state of the game this motivation just doesn't work, they serve more as a distraction than an addition to the combat. We hope this comes as good news to a lot of players, please let us know your thoughts on this, as it is quite a big change.

Theme art revisited
Long time ago we have mentioned that we are working on new theme art series with external artist. Unfortunately that cooperation has failed but we never abandoned the idea of having high quality Factorio theme art for online presence propagation, wallpapers or maybe printable posters one day. We were (well still are) looking to produce a series of about 12 theme pictures kind of telling a story of a factory evolution in the game.

Recently things have started moving in this area again. We have teamed up with an italian artist Marco Turini living in Prague. Marco has rich experience in the comics industry (he worked for Marvel, DC Comics or Top Cow to name a few), he made official covers for some game-inspired comics (Assassin's Creed, Dark Souls and Deus Ex) and he has also experience from movie production both in Italy and Hollywood.

So far it seems like we are a good fit. From his side, he is interested in the job both from the perspective of getting deeper into the games industry as well as general Factorio ambience. And from our side he possesses all the qualities to produce what we are after.

Below you can check out a concept that Marco made as a testing project for us. This is NOT one of the pictures for the final collection, it is just a test to see whether our cooperation makes sense. That is why there is not too much sense in the picture with "cloned" objects in line. However the style is what matters here and that we find very fitting.



Oh and by the way, Marco is running a project to launch his 2017 Scifi girl calendar on Indiegogo at the moment. It is not Factorio related and some of the pictures are rather "spicy", but feel free to check it out, if that is your cup of tea ...

As always, let us know about your thoughts on our forums.
Factorio - Klonan
Hello,

the 0.14 stabilization is still ongoing, we are in the final stretch now and hope our latest release might be declared stable soon, along with a marketing push on steam. Until then here is some news about ongoing developments this week:

The great fluid multiplier
So the fluids within the game are measured in somewhat arbitrary units, for the most part is doesn't matter so much which units the volume is measured in. However over the past couple of major versions there has been some back and fourth about how we count these units. To keep it brief, the problem is whether to floor to the nearest significant figure, or to round to it, further reading here. Another issue was that the circuit network works in integers, and which way the fluid count should be rounded as it is outputted as a signal.

This great inconsistency didn't sit right with Twinsen, so he took it upon himself to sort it all out. First thing was to decide how to round it, flooring it was an easy choice, and was already how most of the counts in the game work. But this led to a noticeable issue, pumpjacks would show as "0.0/s" when depleted. It was clear that at low values the system was not very intuitive, so next was to try adding a suffix to the low values, such as m for 1/1000 of a unit, and n for 1/1000000 etc. This would fit with the rest of the game, in that we have K, M and T suffixes for large numbers. There was some worry however, as several member of the team disagreed as to at which point the lower suffix should be used, and if it was even worth it for such a minor issue.

After long discussion a more novel solution was decided on. From 0.15 all the fluid values in the game will be multiplied by 10. This was not as simple as changing a single variable though, as many many aspects of the fluid system interact with other parts of the game. For instance, hot fluid is consumed by steams engines to generate power, so they would need to consume 10x as much fluid, yet only generate the same amount of power. In total there were close to 50 different prototype values (recipes, items etc.) that needed to be adjusted, along with the engine logic and tests. The change will allow much greater precision in the display and logic of the fluids, along with mitigating the rounding issues and circuit network interactions.

So long and thanks for all the science
Kovarex's playthrough of the current 0.15 has been continued in good form early this week, with him making the transition from a main bus to a station/outpost based factory. Feeding his factories growing thirst has meant a lot of time is spent out in the wilderness securing greater and greater areas of land, to exploit for its mineral worth.

As a consequence of the research overhaul, the alien artifacts are no longer used for research. This has been a really well received change, allowing players to finished the game without the need to engage the biters. The motivation for expansion is really clear in the game now, you need to expand to secure more resources. A secondary consequence of this is that sometimes the biters are in your way, so you get rid of them.

However without the research needed them, the artifacts are only used in a few niche products, namely the fusion reactor and level 3 modules. The requirements of these few recipes was not very great, and very quickly the artifacts start accumulating in large numbers. When the player has his late game armor and weaponry, the clearing of biters nests becomes very quick, and it happens on a larger and larger scale. Such the number of artifacts you need to pickup increases. It becomes then that the process of clearing nests and destroying the spawners is very fast, but the time spent collecting all the loot becomes a tediously long and monotonous task after each victory.

So after some thought, it was decided the alien artifacts that spawners drop are no longer needed. Their original purpose was to add them as a sort of 'RPG' layer to the game, such that combat would reward you with the artifacts to upgrade your character. In the latest state of the game this motivation just doesn't work, they serve more as a distraction than an addition to the combat. We hope this comes as good news to a lot of players, please let us know your thoughts on this, as it is quite a big change.

Theme art revisited
Long time ago we have mentioned that we are working on new theme art series with external artist. Unfortunately that cooperation has failed but we never abandoned the idea of having high quality Factorio theme art for online presence propagation, wallpapers or maybe printable posters one day. We were (well still are) looking to produce a series of about 12 theme pictures kind of telling a story of a factory evolution in the game.

Recently things have started moving in this area again. We have teamed up with an italian artist Marco Turini living in Prague. Marco has rich experience in the comics industry (he worked for Marvel, DC Comics or Top Cow to name a few), he made official covers for some game-inspired comics (Assassin's Creed, Dark Souls and Deus Ex) and he has also experience from movie production both in Italy and Hollywood.

So far it seems like we are a good fit. From his side, he is interested in the job both from the perspective of getting deeper into the games industry as well as general Factorio ambience. And from our side he possesses all the qualities to produce what we are after.

Below you can check out a concept that Marco made as a testing project for us. This is NOT one of the pictures for the final collection, it is just a test to see whether our cooperation makes sense. That is why there is not too much sense in the picture with "cloned" objects in line. However the style is what matters here and that we find very fitting.



Oh and by the way, Marco is running a project to launch his 2017 Scifi girl calendar on Indiegogo at the moment. It is not Factorio related and some of the pictures are rather "spicy", but feel free to check it out, if that is your cup of tea ...

As always, let us know about your thoughts on our forums.
Oct 28, 2016
Factorio - HanziQ
Bugfixes
  • Fixed quickbar clearing wouldn't work when taking part of the stack. more
  • Fixed that mod browser sorting column would be ignored after using the search. more
  • Actually fixed Has Mods filter in browse games GUI more
  • Fixed that the "can't open enemy structures" error would show when it was never possible to open any GUI for the entity. more
  • It's now not possible to switch to the install-mods screen while there are mods pending deletion. more
  • Fix constant combinator ignoring item_slot_count prototype change after creation more

Changes
  • Tweaked map transfer algorithm.


You can get experimental releases by selecting the 'experimental' beta branch under Factorio's properties in Steam.
Oct 28, 2016
Factorio - HanziQ
Bugfixes
  • Fixed quickbar clearing wouldn't work when taking part of the stack. more
  • Fixed that mod browser sorting column would be ignored after using the search. more
  • Actually fixed Has Mods filter in browse games GUI more
  • Fixed that the "can't open enemy structures" error would show when it was never possible to open any GUI for the entity. more
  • It's now not possible to switch to the install-mods screen while there are mods pending deletion. more
  • Fix constant combinator ignoring item_slot_count prototype change after creation more

Changes
  • Tweaked map transfer algorithm.


You can get experimental releases by selecting the 'experimental' beta branch under Factorio's properties in Steam.
Oct 25, 2016
Factorio - HanziQ
Bugfixes
  • Fixed crash related to technology migration. more
  • Fixed item sub groups wouldn't be used in the recipe GUI when item groups were disabled. more
  • Public and LAN game visibility are now separate settings (in GUI and in server-settings.json), and they can be toggled runtime with the /config command. See data/server-settings.example.json for a way to specify the visibility, as the old one will not work anymore.
  • Fixed has password/mods filters not working.
  • Fixed problems with determining external IP address for MP games. more


You can get experimental releases by selecting the 'experimental' beta branch under Factorio's properties in Steam.
...