Factorio

Factorio Dev Tracker




07 Apr

Comment
    posila87 on Steam Forums - Thread - Direct
We don't know what we will do after Factorio 1.0 (probably not Factorio 2 right away)

05 Apr

Post
    Klonan on Steam - Thread - Direct
Read the blog on our website[www.factorio.com]

Hello,
we are still focusing most of our resources towards fixing as many bugs as possible so we have stable release in reasonable time. In the meantime, the preparation for the continuation of the work on the GUI rewrite is still happening:

Character GUI mockup The character screen is one of the most used GUI screens in the game, so we need to really try to do it right. We are moving towards the final version of the mockup, so we can start implementing it soon.

Crafting tab

Left frame
  • (1) Inv...
Read more
Post

Changes

  • The Mods GUI will now always include a link to the mod portal for the selected mod.

Bugfixes

  • Fixed roboport area rendering for players. more
  • Fixed a crash when trying to print invalid values through the Lua API. more
  • Fixed that the rail world preset didn't allow to get some achievements due to smaller base size. ...
Read more External link →
Hello,

we are still focusing most of our resources towards fixing as many bugs as possible so we have stable release in reasonable time. In the meantime, the preparation for the continuation of the work on the GUI rewrite is still happening:

Character GUI mockup

The character screen is one of the most used GUI screens in the game, so we need to really try to do it right. We are moving towards the final version of the mockup, so we can start implementing it soon.

Crafting tab

Left frame

  • (1) Inventory: We just translated the previous okay mechanics to the new style so we don’t add nor remove any important function.
  • (2) Slots: Those are darker now in order to improve the contrast and readability of the icons.
Right frame
  • (3) Panel tabs: The regular system of tabs takes quite some e...
Read more

04 Apr

Post
Changes
  • The Mods GUI will now always include a link to the mod portal for the selected mod.
Bugfixes
  • Fixed roboport area rendering for players. more[forums.factorio.com]
  • Fixed a crash when trying to print invalid values through the Lua API. more[forums.factorio.com]
  • Fixed that the rail world preset didn't allow to get some achievements due to smaller base size. more[forums.factorio.com]
  • ...
Read more

02 Apr

Post
Balancing
  • Changed god controller inventory size to be the same as the character inventory size.
Bugfixes
  • Fixed rendering of targeting range visualization for turrets with limited turn range. more[forums.factorio.com]
  • Fixed parameters passed to LuaPlayer::zoom_to_world didn't have any effect. more[forums.factorio.com]
  • Fixed that power poles would sometimes build automatically when they shouldn't. more[foru...
Read more
Post

Balancing

  • Changed god controller inventory size to be the same as the character inventory size.

Bugfixes

  • Fixed rendering of targeting range visualization for turrets with limited turn range. more
  • Fixed parameters passed to LuaPlayer::zoom_to_world didn't have any effect. more
  • Fixed that power poles would sometimes build automatically when they shouldn't. ...
Read more External link →

29 Mar

Post

Bugfixes

  • Fixed that merging two electric networks didn't merge the statistics which was introduced by the power switch addition in 0.13. more
  • Fixed light not turning off properly when using fluid energy source on an entity. more
  • Fixed a crash when building large electric poles. ...
Read more External link →
Comment

Originally posted by videogameenthusiast

Nice

Nice

Post

Bugfixes

  • Fixed vertical squashing of listbox. more
  • Fixed in-game updater would not work on Windows if Factorio path or write data path would contain non-ASCII characters. more
  • Undoing action of building entity that removed ghosts also restores the ghosts. The same with removal of ghosts by cancelling deconstruction. ...
Read more External link →
Comment

Originally posted by CurrysTank

I wonder why Factorio PvP is not so big. (I also have never tried.)

Are there rules, like you cannot attack each other until a certain time limit or tech threshold?? I guess if the win is determined by a tech goal, that keeps things on track...?

There are many configuration options in the PvP scenario: screenshot

So you can create a match to suit the people who are going to play it.

You can also set it up so you don't even fight each other, just working cooperatively from separate factories with independent research.

Removing RTL language translations Wheybags

I'm sorry to say that we have removed the RTL language translations (Hebrew and Arabic) in 0.17.20.

Until this point we've had a half implementation of RTL languages, where the text is simply flipped when we download it from Crowdin. This 'works' for a decent proportion of things, but not nearly 100%. In order to attain the level of polish we want for the 1.0 release, we would need to spend a lot of time implementing proper support for RTL layouts. This just doesn't make sense for us given our current goals, and the proportion of our player base which uses these languages (less than 0.1%). We decided that instead of completely gutting the translations, we could leave them in for those who enjoy them, but not to offer them in the GUI as defaults.

The languages will remain up on Crowdin, and the locale files will still be present in game, but there will be no option in the in-game language options dialog to cho...

Read more

26 Mar

Post

Bugfixes

  • Fixed gates sometimes not closing when next to cliffs. more
  • Fixed crashes related to GUI tables. more

Use the automatic updater if you can (check experimental updates in other settings) or download full installation at http://www.factorio.com/download/experime...

Read more External link →
Post

Changes

  • Removed RTL language translations (Hebrew, Arabic). more

Bugfixes

  • Fixed crash when opening technology tree.
  • Fixed blueprint loading related to trains and temporary stations. more
  • Fixed that the quick bar and shortcut bar weren't aligned on UI scales other than 100% and 200%, making the game literally unplayable. ...
Read more External link →
Post

Bugfixes

  • Fixed various layouting problems related to tables.
  • Fixed upgrading underground belt ghosts would not recalculate underground connections resulting in desyncs. more
  • Fixed construction robot tutorial when spamming ghost radars. more
  • Fixed that some entities didn't show the not enough power icon. ...
Read more External link →

25 Mar

Comment

This is fixed in the latest release.

Post

Changes

  • Dragging power poles over ghosts of the same type will revive them. more
  • Replaced the hand graphic in the quickbar with a selected graphic, so blueprint books are visible.

Bugfixes

  • Solved train positioning when being built by robots. more
  • Fixed that playing Factorio in full-screen mode on macOS would hide all notifications. ...
Read more External link →

23 Mar

Comment

The game doesn't have any built in API for building and moving, You will have to build it from constituent methods.

For instance building is just creating an entity and removing an item.

Moving is done by seting the walking state each tick: https://lua-api.factorio.com/latest/LuaControl.html#LuaControl.walking_state

Etc.