I am working on an update to angels and have everything working except the migration from an old save. There are a couple of disabled technologies that need to be enabled and I haven’t yet figured out how to make that work. Everything is good on a new save, so I am pretty certain this is just a migration problem.
Current migration Lua:
Code: Select all
game.reload_script()
for index, force in pairs(game.forces) do
force.reset_recipes()
force.reset_technology_effects()
end