Version 0.15.27

Information about releases and roadmap.
Post Reply
User avatar
FactorioBot
Factorio Staff
Factorio Staff
Posts: 405
Joined: Tue May 12, 2015 1:48 pm

Version 0.15.27

Post by FactorioBot »

Balancing
  • Speed and efficiency module 3 technology now requires high tech science packs instead of production science packs, so that working towards power armor mk2 does not require production science packs. This makes the branching between high tech and production science packs more meaningful.
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.
Bugfixes
  • Fixed manually inserting items into the blueprint book would disconnect you in multiplayer. (50408)
  • Fixed a crash when clicking an alert the same tick the game is loaded. (50449)
  • Fixed a crash when saving screenshot failed. (50501)
  • Fixed that trains could stop in the middle of chain signal blocks in some specific setups causing deadlocks. (34844)
  • Fixed that large drop-down widgets would render off the bottom of the screen in some cases. (50386)
Modding
  • Added "render_layer" property to car prototype definition.
Scripting
  • Fixed that calling LuaForce::chart(...) would try to chart chunks outside the map limits. (50451)
  • Fixed that LuaPlayer::unlock_achievement() would keep showing the notification after the achievement was unlocked. (50395)
  • Fixed that LuaItemStack::create_blueprint didn't behave the same way as normal blueprint creation in regards to ghost tiles. (50491)
  • Fixed that LuaEntity::selected_gun_index write was 0-based. (50514)
  • Fixed that mods could do remote calls outside of events when the game isn't in a valid state. (50509)
  • Fixed that a time_before_removed of 0 on a corpse entity could crash the game in some instances. (50489)

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

User avatar
Xterminator
Filter Inserter
Filter Inserter
Posts: 981
Joined: Sun Jun 15, 2014 4:49 pm
Contact:

Re: Version 0.15.27

Post by Xterminator »

Yes! One of my favorite releases so far for 0.15. :D
That science cost ratio change is huge and very helpful. Was always weird to have one type of science dry up completely because of odd ratios for some research.

Glad the Blueprint desync thing was fixed too, had a lot of issues with that in our latest multiplayer game.

Great job as always guys! Also see the bug fix list is getting shorter, that's good news. :P
Image Image Image

rorror
Fast Inserter
Fast Inserter
Posts: 241
Joined: Fri Nov 21, 2014 9:02 pm
Contact:

Re: Version 0.15.27

Post by rorror »

Tnx for the update.

User avatar
Malachite
Inserter
Inserter
Posts: 27
Joined: Wed Jul 30, 2014 10:43 pm
Contact:

Re: Version 0.15.27

Post by Malachite »

RIP "Odd" sciences. They were Odd for a reason.

Wenihal
Inserter
Inserter
Posts: 26
Joined: Thu Jan 22, 2015 11:56 am
Contact:

Re: Version 0.15.27

Post by Wenihal »

FactorioBot wrote: All researches now require equal ratios of science pack types. This reduces the cost of some researches.
Love it. Good job as always :)

jonatkins
Fast Inserter
Fast Inserter
Posts: 155
Joined: Wed Sep 30, 2015 7:29 pm
Contact:

Re: Version 0.15.27

Post by jonatkins »

FactorioBot wrote:Speed and efficiency module 3 technology now requires high tech science packs instead of production science packs, so that working towards power armor mk2 does not require production science packs. This makes the branching between high tech and production science packs more meaningful.
Really? So now MK2 power armor is 'easier' to get than the final "Logistics system" research (for requester chests, which needs both production and high tech science) - but the rest of the logistics research only needs red + green science. Changing requester chest research to need such a high level of science compared to the rest, and compared to 0.14 (red, green + blue only - not even alien science), seems out of place IMHO.

Kryzeth
Long Handed Inserter
Long Handed Inserter
Posts: 90
Joined: Sat Jul 25, 2015 9:07 am
Contact:

Re: Version 0.15.27

Post by Kryzeth »

FactorioBot wrote:
Balancing
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.

I always thought this was a weird bug of some sort, like when some of the train researches cost 2 red instead of the usual 1. There never seemed to be any reason for it... makes more sense now that everything uses the same amount :D

AntiElitz
Filter Inserter
Filter Inserter
Posts: 445
Joined: Sat Aug 29, 2015 11:37 pm
Contact:

Re: Version 0.15.27

Post by AntiElitz »

FactorioBot wrote:
Balancing
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.
For Automation 2 this means the costs went from 2x40 to 1x80 wich is fine, but the research time is now doubled as well. Out of experience i can say that this research already took way longer than any other research you would do at this stage and that now even doubles.
I'd recommend to reduce research time from 15->5 seconds or at least 10 sec, to align better with the other research in this stage. Also a cost reduction to 75 better aligns with the other research cost like trains, advanced oil processing or Advanced material processing which all are 75.
Last edited by AntiElitz on Mon Jul 03, 2017 7:10 pm, edited 1 time in total.

dasiro
Fast Inserter
Fast Inserter
Posts: 128
Joined: Fri Jun 03, 2016 5:55 pm
Contact:

Re: Version 0.15.27

Post by dasiro »

jonatkins wrote:
FactorioBot wrote:Speed and efficiency module 3 technology now requires high tech science packs instead of production science packs, so that working towards power armor mk2 does not require production science packs. This makes the branching between high tech and production science packs more meaningful.
Really? So now MK2 power armor is 'easier' to get than the final "Logistics system" research (for requester chests, which needs both production and high tech science) - but the rest of the logistics research only needs red + green science. Changing requester chest research to need such a high level of science compared to the rest, and compared to 0.14 (red, green + blue only - not even alien science), seems out of place IMHO.
it feels more natural that you can run around with a big inventory than a fully automated factory. It's annoying that you're manually building your factory and have to go back and forth to fill up, but it all depends on your play-style.

miketwo
Manual Inserter
Manual Inserter
Posts: 2
Joined: Tue Jun 27, 2017 4:01 pm
Contact:

Re: Version 0.15.27

Post by miketwo »

Nice job as usual. On my last playthrough, the Logistic System upgrade seemed significantly harder than the progression of tech leading up to it. Hopefully this addresses that.

User avatar
Mooncat
Smart Inserter
Smart Inserter
Posts: 1190
Joined: Wed May 18, 2016 4:55 pm
Contact:

Re: Version 0.15.27

Post by Mooncat »

Fixed that mods could do remote calls outside of events when the game isn't in a valid state.
Another mod breaking update...
Now it makes subscribing to mod events harder...

Example:

Code: Select all

script.on_event(remote.call("color-picker", "on_color_updated"), function(event) ... end)
Before this update, I can put it outside anywhere, just like subscribing the vanilla events.
Now I think I have to put it inside on_init and on_load?

ColonelWill
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sat Jun 21, 2014 2:25 am
Contact:

Re: Version 0.15.27

Post by ColonelWill »

AntiElite wrote:
FactorioBot wrote:
Balancing
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.
For Automation 2 this means the costs went from 2x40 to 1x80 wich is fine, but the research time is now doubled as well. Out of experience i can say that this research already took way longer than any other research you would do at this stage and that now even doubles.
I'd recommend to reduce research time from 15->5 seconds or at least 10 sec, to align better with the other research in this stage. Also a cost reduction to 75 better aligns with the other research cost like trains, advanced oil processing or Advanced material processing which all are 75.
I agree completely with Anti

Bilka
Factorio Staff
Factorio Staff
Posts: 3123
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: Version 0.15.27

Post by Bilka »

ColonelWill wrote:
AntiElite wrote:
FactorioBot wrote:
Balancing
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.
For Automation 2 this means the costs went from 2x40 to 1x80 wich is fine, but the research time is now doubled as well. Out of experience i can say that this research already took way longer than any other research you would do at this stage and that now even doubles.
I'd recommend to reduce research time from 15->5 seconds or at least 10 sec, to align better with the other research in this stage. Also a cost reduction to 75 better aligns with the other research cost like trains, advanced oil processing or Advanced material processing which all are 75.
I agree completely with Anti
+1
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Nexela
Smart Inserter
Smart Inserter
Posts: 1828
Joined: Wed May 25, 2016 11:09 am
Contact:

Re: Version 0.15.27

Post by Nexela »

Mooncat wrote:
Fixed that mods could do remote calls outside of events when the game isn't in a valid state.
Another mod breaking update...
Now it makes subscribing to mod events harder...

Example:

Code: Select all

script.on_event(remote.call("color-picker", "on_color_updated"), function(event) ... end)
Before this update, I can put it outside anywhere, just like subscribing the vanilla events.
Now I think I have to put it inside on_init and on_load?
Correct

Rapier31
Inserter
Inserter
Posts: 34
Joined: Mon Apr 25, 2016 4:00 pm
Contact:

Re: Version 0.15.27

Post by Rapier31 »

Mooncat wrote:
Fixed that mods could do remote calls outside of events when the game isn't in a valid state.
Another mod breaking update...
Now it makes subscribing to mod events harder...

Example:

Code: Select all

script.on_event(remote.call("color-picker", "on_color_updated"), function(event) ... end)
Before this update, I can put it outside anywhere, just like subscribing the vanilla events.
Now I think I have to put it inside on_init and on_load?
Looks like it broke oarc scenarios as well...

ible
Inserter
Inserter
Posts: 25
Joined: Fri Aug 01, 2014 6:15 am
Contact:

Re: Version 0.15.27

Post by ible »

All this talk about balancing research doesn't make any sense to me.
There is no rule that says each tier of science must cost progressively more science packs and progressively more research time.
Exactly what makes these differences invalid?

The game can be designed to have variance in the research time and cost at all levels. This makes the decision process on what to research next more interesting.

User avatar
Xterminator
Filter Inserter
Filter Inserter
Posts: 981
Joined: Sun Jun 15, 2014 4:49 pm
Contact:

Re: Version 0.15.27

Post by Xterminator »

Bilka wrote:
ColonelWill wrote:
AntiElite wrote:
FactorioBot wrote:
Balancing
  • All researches now require equal ratios of science pack types. This reduces the cost of some researches.
For Automation 2 this means the costs went from 2x40 to 1x80 wich is fine, but the research time is now doubled as well. Out of experience i can say that this research already took way longer than any other research you would do at this stage and that now even doubles.
I'd recommend to reduce research time from 15->5 seconds or at least 10 sec, to align better with the other research in this stage. Also a cost reduction to 75 better aligns with the other research cost like trains, advanced oil processing or Advanced material processing which all are 75.
I agree completely with Anti
+1
Gonna have to agree with this as well. Waiting for assemblers 2 was already a bit rough, and now will probably be on the painful side I'd imagine.
Image Image Image

User avatar
5thHorseman
Smart Inserter
Smart Inserter
Posts: 1193
Joined: Fri Jun 10, 2016 11:21 pm
Contact:

Re: Version 0.15.27

Post by 5thHorseman »

ible wrote:All this talk about balancing research doesn't make any sense to me.
There is no rule that says each tier of science must cost progressively more science packs and progressively more research time.
Exactly what makes these differences invalid?
I don't see anybody saying that science tiers must be balanced such that they grow over time, and I don't see anybody saying anything's invalid. All I see is people saying that Automation 2, in particular, is already a long research and this change just makes it, in particular, even longer and that that one change, in particular, does not make the game better but instead makes it worse.

And I agree with them.

vanatteveldt
Filter Inserter
Filter Inserter
Posts: 945
Joined: Wed Nov 25, 2015 11:44 am
Contact:

Re: Version 0.15.27

Post by vanatteveldt »

jonatkins wrote:
FactorioBot wrote:Speed and efficiency module 3 technology now requires high tech science packs instead of production science packs, so that working towards power armor mk2 does not require production science packs. This makes the branching between high tech and production science packs more meaningful.
Really? So now MK2 power armor is 'easier' to get than the final "Logistics system" research (for requester chests, which needs both production and high tech science) - but the rest of the logistics research only needs red + green science. Changing requester chest research to need such a high level of science compared to the rest, and compared to 0.14 (red, green + blue only - not even alien science), seems out of place IMHO.
Given that they want to make the branches of science (prod, hitech, and presumably mil) more distinctive, I think they should have logistics depend only on prod research?

Post Reply

Return to “Releases”