Page 1 of 1
[0.13.x] [kovarex] achievement 10m vs 100m in steam ?
Posted: Thu Jul 07, 2016 12:34 am
by mophydeen
the electronic circuit achievement 3 is 10m in factorio and 100m on steam ??
Re: achievement 10m vs 100m in steam ?
Posted: Thu Jul 07, 2016 4:36 am
by Deathotic
Was mentioned in this thread here:
viewtopic.php?f=7&t=27706#p177187
Re: achievement 10m vs 100m in steam ?
Posted: Thu Jul 07, 2016 6:50 am
by vtx
Bug still present in [0.13.6]
Seem Kovarex over see that particular bug with all other in the same thread, as it's been move to resolved bugs.
It's seem there a typo in achievements.lua
Code: Select all
{
type = "produce-achievement",
name = "mass-production-3",
order = "d[production]-b[electronic-circuit-production]-c",
item_product = "electronic-circuit",
amount = 10000000,
steam_stats_name = "electronic-circuits-production-overall",
icon = "__base__/graphics/achievement/mass-production-3.png",
limited_to_one_game = false
},
Amount miss 1 zero. You can fix it manually while waiting for the official fix, if you want to prevent having it unlock on steam with only 10M from the game.
Re: [0.13.x] [kovarex] achievement 10m vs 100m in steam ?
Posted: Thu Jul 07, 2016 10:09 am
by kovarex
Thanks. I calculated that 100M is quite too much, in our big factory, we had 2500 per minute production, which would require 666 hours.
I changed it to 20M.