Friday Facts #140 - Soon

Posted by kovarex on 2016-05-27

Hello,

the struggle to finish the latest features and fixes so 0.13 can be in time, or just reasonable delayed, goes on. There is always last missing icon or tweak that was hiding around the corner. It is still not certain whether we can really deliver next week, but we will certainly try to.

No Factorio sale

We state it on our steam page, but people are still asking about it so I want to state it officially. We don't plan any Factorio sale. I'm aware, that the sale can make a lot of money in a short period of time, but I believe that it is not worth it in the long run, and since we are not in financial pressure we can afford to think in the long run. We don't like sales for the same reason we don't like the 9.99 prices. We want to be honest with our customers. When it costs 20, we don't want to make it feel like 10 and something. The same is with the sale, as you are basically saying, that someone who doesn't want to waste his time by searching for sales or special offers has to pay more.

Flame thrower

Michal almost finished the overall flame related work. Part of it is, that the flame thrower uses the same logic as the flame turret. The whole fire mechanics consist of many factors. The flamethrower arc, flame on the ground, running biters/trees on fire, the smoke, burnt patches on ground, burnt trees etc. But from what I could try, the overall feeling of destruction was worth the trouble.

This is just a small example:

Circuit network examples

The circuit network additions were explained in the previous fff, but I wanted to show at least few useful examples of the new features in real Factories. I would like to note that I found and fixed several bugs by building just these examples :)

The typical problem is the supply train. In the later game, you have several mining expansions connected by rails. You would like to resupply these by different kind of materials, as the expansion might get under attack from time to time, and different kind of things might get destroyed. This was possible to do in 0.12, but you would have to have 1 chest + smart inserter per item type in every expansion to make it work. With the circuit network extension, there is now much more practical way to implement it.

The expansion:

The supply train can come in regular intervals. Its cargo wagon has one filter slot per item, so it will come with all different kind of items. The constant combinator specifies which items should be kept in the expansion, and how much. From these numbers I subtract the items I already have by multiplying them by -1. Then I simply set the filter inserter to the set the filters mode. It filter items by circuit network values greater than 0. So once there are 100 walls in the chest, the filter inserter will not move more. This means I can use this simplistic setup with one chest to supply everything the expansion needs.

Another example is the safe rail crossing. Here the player can't go in when the train has the rails reserved. When the player is on the rails, the signals are reserved by the circuit network, and the train has to wait until the player leaves. Also when the player is inside the area, the train gates are closed so he can't get on the tracks outside the crossing.

I didn't show actual train in both of these examples, as the train graphics is in the middle of rework, I will show more in the next FFF or the 0.13 release, it depends what will be sooner. All I can say now is, that there is little bit more than a new graphics and you will like it :)

As always, let us know what you think on our forums.