Page 1 of 1
[0.9.2] Can't reseach automobilism (campaign)
Posted: Sat Mar 08, 2014 1:37 pm
by Tardan
the bug
https://forums.factorio.com/forum/vie ... =11&t=2334 is not fixed
i started a new campaign (new hope 1) on dificult heavy with 0.9.2
i researched Logistics 2. This is the only needed research for automobilism in the research screen. the Engine technology is not present and not researchable
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Sun Mar 09, 2014 12:25 am
by Alexgamer415
I can second this happening, it completely stops the campaign.
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Sun Mar 09, 2014 11:01 am
by xng
Yes, same for me.
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Mon Mar 10, 2014 8:47 pm
by Finndibaenn
if i'm correct, its fixable by updating $FACTORIO_HOME$/data/base/campaigns/beta/level-01/control.lua, adding
technologies["engine"].enabled = true
after this line
local technologies = game.player.force.technologies
It fixed it for me, but you still have to restart the campaign
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Tue Mar 11, 2014 12:11 am
by Alexgamer415
Finndibaenn wrote:if i'm correct, its fixable by updating $FACTORIO_HOME$/data/base/campaigns/beta/level-01/control.lua, adding
technologies["engine"].enabled = true
after this line
local technologies = game.player.force.technologies
It fixed it for me, but you still have to restart the campaign
Ah, I did that but I didn't think that restarting the campaign was necessary. Do any other technologies in any of the campaign level require this?
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Tue Mar 11, 2014 2:47 pm
by kovarex
Yes, the engine was not allowed, I'm just playing through the campaign to make sure everything is working now:)
Fixed for 0.9.3
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Tue Mar 11, 2014 5:27 pm
by Tardan
kovarex wrote:Yes, the engine was not allowed, I'm just playing through the campaign to make sure everything is working now:)
Fixed for 0.9.3
i hope it is fun for you
![Smile :)](./images/smilies/icon_e_smile.gif)
when not, i go on with the campaign after the next patch
![Smile :)](./images/smilies/icon_e_smile.gif)
Re: [0.9.2] Can't reseach automobilism (campaign)
Posted: Fri Mar 14, 2014 1:16 am
by tiggyd
Finndibaenn wrote:if i'm correct, its fixable by updating $FACTORIO_HOME$/data/base/campaigns/beta/level-01/control.lua, adding
technologies["engine"].enabled = true
after this line
local technologies = game.player.force.technologies
It fixed it for me, but you still have to restart the campaign
Thank you! This fixed it for me
![Smile :)](./images/smilies/icon_e_smile.gif)