
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
after this line
technologies["engine"].enabled = true
It fixed it for me, but you still have to restart the campaignlocal technologies = game.player.force.technologies
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?Finndibaenn wrote:if i'm correct, its fixable by updating $FACTORIO_HOME$/data/base/campaigns/beta/level-01/control.lua, addingafter this line
technologies["engine"].enabled = trueIt fixed it for me, but you still have to restart the campaignlocal technologies = game.player.force.technologies
i hope it is fun for youkovarex 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
Thank you! This fixed it for meFinndibaenn wrote:if i'm correct, its fixable by updating $FACTORIO_HOME$/data/base/campaigns/beta/level-01/control.lua, addingafter this line
technologies["engine"].enabled = trueIt fixed it for me, but you still have to restart the campaignlocal technologies = game.player.force.technologies